microsoft / dotstrings

Tools for dealing with the .strings resources for iOS and macOS
MIT License
11 stars 9 forks source link

The regex based parser is brittle and likely to cause issues #1

Open dalemyers opened 5 years ago

dalemyers commented 5 years ago

We should write a custom parser for the files to extract the info

fla-t commented 5 months ago

and the entry regex is way too strict. it does not count for spaces between the equal sign.

fla-t commented 2 months ago

also i found another issues the parse will fail on entries that are like this:

"key" = "value that separated with newline 
continued here";