-
Notifications
You must be signed in to change notification settings - Fork 3
cyx/osx_strings_file_parser
Folders and files
| Name | Name | 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
Watchers
Forks
Releases
No releases published
Packages 0
No packages published