[GH-ISSUE #29] reserve the extra spaces between each lines #23

Open
opened 2026-03-02 05:16:46 +03:00 by kerem · 2 comments
Owner

Originally created by @pengzishang on GitHub (Dec 2, 2021).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/29

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

Originally created by @pengzishang on GitHub (Dec 2, 2021). Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/29 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
Author
Owner

@heysem-useinsider commented on GitHub (Dec 2, 2021):

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

<!-- gh-comment-id:984418871 --> @heysem-useinsider commented on GitHub (Dec 2, 2021): It's possible to keep the spaces by changing the `Empty Lines` option in the preferences to `Always`
Author
Owner

@iletai commented on GitHub (Dec 28, 2021):

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

<!-- gh-comment-id:1001962424 --> @iletai commented on GitHub (Dec 28, 2021): 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```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stringz#23
No description provided.