apfel icon indicating copy to clipboard operation
apfel copied to clipboard

A lightweight .strings file parser written in Ruby

Results 4 apfel issues
Sort by recently updated
recently updated
newest added

RuntimeError because some of my lines didn't end with ";", while Xcode (or whichever Apple tool handles this) doesn't have any problem with it (not even a warning). I believe...

Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Like so: ```strings "\".\" Shortcut" = "„.“ Kurzbefehl"; ``` This fails the key value checker: ```ruby def key_value_pair? !!(/^\s*"([^"]+)"\s*=/.match(content)) end ``` and results to the key-value output being `nil`

This is not a formal solution to all escaping, but it handles the common cases.