Skip to content

cyx/osx_strings_file_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages