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

Show newline characters instead of "rendering" them #102

Open misteu opened 1 year ago

misteu commented 1 year ago

I think it would be easier for doing the right edit when just showing newline charaters (\n) as they are in the value columns instead of rendering them.

It's confusing to seem them rendered (if you added them in the NSLocalizedString or in the strings file via Xcode) but you are not seeing them in the LocalizationEditor app. Also you cannot add "rendered" newlines there (like with Shift+Enter or something) you have to add them via \n.

misteu commented 1 year ago

Maybe have an option for rendering or not rendering them. But currently it's a mix (you have to add them via \n but you cannot see \n when added before opening the folder containing localizations)