nek023 / Lin-Xcode5

A Localization Manager for Xcode 5
http://questbe.at/lin/
MIT License
968 stars 77 forks source link

Simplify reloadLocalizations method and add comments in regexp #32

Open marchv opened 10 years ago

marchv commented 10 years ago

Hi :)

I have started to look into how to support comments, which also can be edited from the plug-in. But my first iteration was a simplification of the regular expression handling, which I hope you like.

Thanks and best regards! :)

marchv commented 10 years ago

This simplification seems also to fix the problem with comments mentioned by others :)

marchv commented 10 years ago

Hello :) I have completed my support for comments now. If this could be adopted then the plugin would fit nicely together with the output of genstrings and also Transifex's comments. The last commit however is special but it tries to solve the problem where multiple string-files with same name and same language are found.

Cheers!