Skip to content

Commit

Permalink
#710 change symbol string with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNDY committed May 17, 2024
1 parent 6308565 commit 9589782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<string name="hello_world">Hello moko-resources World</string>
<string name="new_line_test">Text with
newline w/o new line</string>
<string name="symbols_text">Text \n with " ' % @ * &amp; {} same inch's</string>
<string name="symbols_text">Text \n with " ' % @ * &amp; {} "same" inch's</string>
<string name="font_style_text">Text with &lt;b&gt;bold&lt;/b&gt;, &lt;i&gt;italic&lt;/i&gt;, &lt;u&gt;underline&lt;/u&gt;</string>
</resources>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<string name="hello_world">Привет Мир moko-resources</string>
<string name="symbols_text">Текст \n с " ' % @ * &amp; {} сколько-то дюйм'ов</string>
<string name="symbols_text">Текст \n с " ' % @ * &amp; {} "сколько-то" дюйм'ов</string>
<string name="font_style_text">Текст с &lt;b&gt;жирный&lt;/b&gt;, &lt;i&gt;курсив&lt;/i&gt;, &lt;u&gt;подчеркивание&lt;/u&gt;</string>
</resources>

0 comments on commit 9589782

Please sign in to comment.