Add Translate Tookit style Android newlines #12

Merged
dwaynebailey merged 1 commit from rdb-ttk-android-newlines into organicmaps 2024-09-18 08:11:35 +00:00
dwaynebailey commented 2024-09-17 21:38:29 +00:00 (Migrated from github.com)

Weblate makes use of the Translate Toolkit which formats Android newlines for readabilty by inserting a literal newlines into strings with \n. Since these are XML such whitespace changes are a noop.

This:

<string>hello\nworld</string>

Becomes:

<string>hello
\nworld</string>
Weblate makes use of the Translate Toolkit which formats Android newlines for readabilty by inserting a literal newlines into strings with `\n`. Since these are XML such whitespace changes are a noop. This: ```xml <string>hello\nworld</string> ``` Becomes: ```xml <string>hello \nworld</string> ```
rtsisyk (Migrated from github.com) approved these changes 2024-09-18 08:11:20 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.