Skip to content

Commit

Permalink
Merge pull request #800 from jamesliu96/master
Browse files Browse the repository at this point in the history
fix Chinese translations
  • Loading branch information
forrestguice authored May 30, 2024
2 parents 4af7429 + 9a0119d commit ebdebc4
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 196 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<string name="units_kilometers">千米</string>
<string name="units_kilometers_short">km</string>
<plurals name="units_kilometers_long">
<!--<item quantity="one">%s kilometer</item>-->
<!--<item quantity="one">%s 千米</item>-->
<item quantity="other">%s 千米</item>
</plurals>

Expand Down Expand Up @@ -1656,7 +1656,7 @@
<string name="location_dialog_error_alt">无效海拔</string>
<string name="location_dialog_error_name">输入有效地名</string>

<string name="location_dialog_toast_copied">已复制到剪切板<![CDATA[<br/>]]><xliff:g id="value">%1$s</xliff:g></string>
<string name="location_dialog_toast_copied">已复制到剪贴板<![CDATA[<br/>]]><xliff:g id="value">%1$s</xliff:g></string>

<!-- Dialog: Delete Place -->
<string name="locationdelete_dialog_title">移除地点?</string> <!-- title; remove 1 place -->
Expand Down
Loading

0 comments on commit ebdebc4

Please sign in to comment.