iOSLocalizationEditor icon indicating copy to clipboard operation
iOSLocalizationEditor copied to clipboard

Show newline characters instead of "rendering" them

Open misteu opened this issue 3 years ago • 1 comments

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 avatar Dec 15 '22 22:12 misteu

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)

misteu avatar Dec 15 '22 22:12 misteu