Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

What's this?
============

This is a Ruby library to help you parse Mac OS X .strings files used for 
their localizations

Getting Started
===============

As it stands, this library is optimized to be a Rails Plugin. Simply drop this plugin into your vendor/plugins folder

then in your code:

OsxStringsFileParser.parse( File.read( '/some/strings/file/here.strings ' ))

# => { 'Key1' => 'Value1', 'Key2' => 'Value2' }

About

OS X Strings file parser for localizations

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages