Skip to content

Commit

Permalink
see #23964 - One typo in each added word - was probably not my best d…
Browse files Browse the repository at this point in the history
…ay ;-)

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19248 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Oct 22, 2024
1 parent 484845c commit fbf6d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/openstreetmap/josm/tools/I18n.java
Original file line number Diff line number Diff line change
Expand Up @@ -731,9 +731,9 @@ public static String getLocalizedScript(String script) {
case HANI:
return /* I18n: Han characters for Vietnamese or Korean language */ tr("Hani");
case HANS:
return /* I18n: Simplified Chinese */ tr("Simplied");
return /* I18n: Simplified Chinese */ tr("Simplified");
case HANT:
return /* I18n: Traditional Chinese */ tr("Trdaditional");
return /* I18n: Traditional Chinese */ tr("Traditional");
case BOPOMOFO:
return /* I18n: Mandarin Phonetic Symbols/Zhuyin */ tr("Bopomofo");
case ROMAJI:
Expand Down

0 comments on commit fbf6d70

Please sign in to comment.