Skip to content

Commit dfc9033

Browse files
committed
chore: Sync translations
1 parent 7615453 commit dfc9033

File tree

77 files changed

+19806
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+19806
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Strings with new lines must be raw strings, where the string is wrapped in double quotes and new lines are regular line breaks and not \n
4+
Raw strings still require escaping embedded double quotes, but single quote characters can be escaped or used as-is.
5+
6+
Raw strings are required because Crowdin AI translations regularly gets confused and
7+
replace \n with an encoded new line character.
8+
9+
Bad:
10+
<string name="summary_key">First \'item\' text\nSecond \"item\" text</string>
11+
Good:
12+
<string name="summary_key">"First 'item' text
13+
Second \"item\" text"</string>
14+
15+
-->
16+
<resources></resources>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Strings with new lines must be raw strings, where the string is wrapped in double quotes and new lines are regular line breaks and not \n
4+
Raw strings still require escaping embedded double quotes, but single quote characters can be escaped or used as-is.
5+
6+
Raw strings are required because Crowdin AI translations regularly gets confused and
7+
replace \n with an encoded new line character.
8+
9+
Bad:
10+
<string name="summary_key">First \'item\' text\nSecond \"item\" text</string>
11+
Good:
12+
<string name="summary_key">"First 'item' text
13+
Second \"item\" text"</string>
14+
15+
-->
16+
<resources></resources>

app/src/main/res/values-ar-rSA/strings.xml

Lines changed: 460 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Strings with new lines must be raw strings, where the string is wrapped in double quotes and new lines are regular line breaks and not \n
4+
Raw strings still require escaping embedded double quotes, but single quote characters can be escaped or used as-is.
5+
6+
Raw strings are required because Crowdin AI translations regularly gets confused and
7+
replace \n with an encoded new line character.
8+
9+
Bad:
10+
<string name="summary_key">First \'item\' text\nSecond \"item\" text</string>
11+
Good:
12+
<string name="summary_key">"First 'item' text
13+
Second \"item\" text"</string>
14+
15+
-->
16+
<resources></resources>

app/src/main/res/values-az-rAZ/strings.xml

Lines changed: 455 additions & 0 deletions
Large diffs are not rendered by default.

app/src/main/res/values-be-rBY/strings.xml

Lines changed: 460 additions & 0 deletions
Large diffs are not rendered by default.

app/src/main/res/values-bg-rBG/strings.xml

Lines changed: 460 additions & 0 deletions
Large diffs are not rendered by default.

app/src/main/res/values-bn-rBD/strings.xml

Lines changed: 460 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Strings with new lines must be raw strings, where the string is wrapped in double quotes and new lines are regular line breaks and not \n
4+
Raw strings still require escaping embedded double quotes, but single quote characters can be escaped or used as-is.
5+
6+
Raw strings are required because Crowdin AI translations regularly gets confused and
7+
replace \n with an encoded new line character.
8+
9+
Bad:
10+
<string name="summary_key">First \'item\' text\nSecond \"item\" text</string>
11+
Good:
12+
<string name="summary_key">"First 'item' text
13+
Second \"item\" text"</string>
14+
15+
-->
16+
<resources></resources>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Strings with new lines must be raw strings, where the string is wrapped in double quotes and new lines are regular line breaks and not \n
4+
Raw strings still require escaping embedded double quotes, but single quote characters can be escaped or used as-is.
5+
6+
Raw strings are required because Crowdin AI translations regularly gets confused and
7+
replace \n with an encoded new line character.
8+
9+
Bad:
10+
<string name="summary_key">First \'item\' text\nSecond \"item\" text</string>
11+
Good:
12+
<string name="summary_key">"First 'item' text
13+
Second \"item\" text"</string>
14+
15+
-->
16+
<resources></resources>

0 commit comments

Comments
 (0)