Skip to content

Commit

Permalink
#710 remove mirror of single comma from moko-resources in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNDY committed May 17, 2024
1 parent 71acf9c commit 82a0edd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<string name="positional">second string %2$s first decimal %1$d</string>
<string name="multilined">first line\nsecond line\nthird line.</string>
<string name="quotes">Alex009 said "hello world" &amp; "write tests".</string>
<string name="single_quotes">Alex009 said \'hello\'</string>
<string name="single_quotes">Alex009 said 'hello'</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<string name="positional">second string %2$s first decimal %1$d</string>
<string name="multilined">first line\nsecond line\nthird line.</string>
<string name="quotes">Alex009 said "hello world" &amp; "write tests".</string>
<string name="single_quotes">Alex009 said \'hello\'</string>
<string name="single_quotes">Alex009 said 'hello'</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<string name="positional">second string %2$s first decimal %1$d</string>
<string name="multilined">first line\nsecond line\nthird line.</string>
<string name="quotes">Alex009 said "hello world" &amp; "write tests".</string>
<string name="single_quotes">Alex009 said \'hello\'</string>
<string name="single_quotes">Alex009 said 'hello'</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<string name="positional">segunda cadena %2$s primer decimal %1$d</string>
<string name="multilined">primera línea\nsegunda línea\ntercera línea.</string>
<string name="quotes">Alex009 dijo "hola mundo" &amp; "escribir pruebas".</string>
<string name="single_quotes">Alex009 dijo \'hola\'</string>
<string name="single_quotes">Alex009 dijo 'hola'</string>
<string name="test.dialect">Spanish</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<string name="positional">вторая строка %2$s первое число %1$d</string>
<string name="multilined">первая строка\nвторая строка\nтретья строка.</string>
<string name="quotes">Alex009 сказал "привет мир" &amp; "пишите тесты".</string>
<string name="single_quotes">Alex009 сказал \'привет\'</string>
<string name="single_quotes">Alex009 сказал 'привет'</string>
<string name="test.dialect">Russian</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<string name="positional">second string %2$s first decimal %1$d</string>
<string name="multilined">first line\nsecond line\nthird line.</string>
<string name="quotes">Alex009 said "hello world" &amp; "write tests".</string>
<string name="single_quotes">Alex009 said \'hello\'</string>
<string name="single_quotes">Alex009 said 'hello'</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<string name="positional">second string %2$s first decimal %1$d</string>
<string name="multilined">first line\nsecond line\nthird line.</string>
<string name="quotes">Alex009 said "hello world" &amp; "write tests".</string>
<string name="single_quotes">Alex009 said \'hello\'</string>
<string name="single_quotes">Alex009 said 'hello'</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<string name="positional">second string %2$s first decimal %1$d</string>
<string name="multilined">first line\nsecond line\nthird line.</string>
<string name="quotes">Alex009 said "hello world" &amp; "write tests".</string>
<string name="single_quotes">Alex009 said \'hello\'</string>
<string name="single_quotes">Alex009 said 'hello'</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<string name="positional">segunda cadena %2$s primer decimal %1$d</string>
<string name="multilined">primera línea\nsegunda línea\ntercera línea.</string>
<string name="quotes">Alex009 dijo "hola mundo" &amp; "escribir pruebas".</string>
<string name="single_quotes">Alex009 dijo \'hola\'</string>
<string name="single_quotes">Alex009 dijo 'hola'</string>
<string name="test.dialect">Spanish</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<string name="positional">вторая строка %2$s первое число %1$d</string>
<string name="multilined">первая строка\nвторая строка\nтретья строка.</string>
<string name="quotes">Alex009 сказал "привет мир" &amp; "пишите тесты".</string>
<string name="single_quotes">Alex009 сказал \'привет\'</string>
<string name="single_quotes">Alex009 сказал 'привет'</string>
<string name="test.dialect">Russian</string>
</resources>

0 comments on commit 82a0edd

Please sign in to comment.