Skip to content

fsvehla/strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strings - A Ruby library for Apple Strings file manipulation

Usage Example: Translation of a strings file

table = Strings::Table.load_from_file('./Localizable.strings')

table.update('History (Caption)' => 'Verlauf')
table.write_to_file './Localizable-DE.strings'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages