mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
951 stars 46 forks source link

reserve the extra spaces between each lines #29

Open pengzishang opened 2 years ago

pengzishang commented 2 years ago

the Localize file was like

"About-Privacy" = "隐私政策";

"About-Protocol" = "用户协议";

"ActiveRoadshow-Reserve" = "立即预约";

........

after a using StringZ, and append an item, it suddenly be like this

"About-Privacy" = "隐私政策";
"About-Protocol" = "用户协议";
"ActiveRoadshow-Reserve" = "立即预约";
"Another-Item" = "Useful info";
........

Could u plz do not remove extra spaces due to our project regulation

mohakapt commented 2 years ago

It's possible to keep the spaces by changing the Empty Lines option in the preferences to Always

iletai commented 2 years ago

I facing some issues with the new line being added and some lines being removed if you facing the text below or the return line in Japanese. exampleLineRemoved 。inNewLineBecauseTooLong