igorkulman / iOSLocalizationEditor

Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
MIT License
1.46k stars 116 forks source link

Comments at the end of line are treated as messages and integrated single line comments #53

Closed Tantalum73 closed 5 years ago

Tantalum73 commented 5 years ago

I took a look at #52 and adapted the parser. Now it's able to parse comments that are placed at the end of a line.

With this Pull Request I also removed the workaround of interpreting a leading "//" as a single line comment and integrated that feature as well.

Test cover the new case where a trailing message ends an entry.