Skip to content

Commit

Permalink
I18n update
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19343 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Mar 5, 2025
1 parent 4d25d60 commit 84191a6
Show file tree
Hide file tree
Showing 47 changed files with 1 addition and 0 deletions.
Binary file modified nodist/trans/ar.lang
Binary file not shown.
Binary file added nodist/trans/eo.lang
Binary file not shown.
Binary file modified resources/data/ar.lang
Binary file not shown.
Binary file modified resources/data/ast.lang
Binary file not shown.
Binary file modified resources/data/be.lang
Binary file not shown.
Binary file modified resources/data/bg.lang
Binary file not shown.
Binary file modified resources/data/ca-valencia.lang
Binary file not shown.
Binary file modified resources/data/ca.lang
Binary file not shown.
Binary file modified resources/data/cs.lang
Binary file not shown.
Binary file modified resources/data/cy.lang
Binary file not shown.
Binary file modified resources/data/da.lang
Binary file not shown.
Binary file modified resources/data/de.lang
Binary file not shown.
Binary file modified resources/data/el.lang
Binary file not shown.
Binary file modified resources/data/en.lang
Binary file not shown.
Binary file modified resources/data/en_AU.lang
Binary file not shown.
Binary file modified resources/data/en_CA.lang
Binary file not shown.
Binary file modified resources/data/en_GB.lang
Binary file not shown.
Binary file added resources/data/eo.lang
Binary file not shown.
Binary file modified resources/data/es.lang
Binary file not shown.
Binary file modified resources/data/et.lang
Binary file not shown.
Binary file modified resources/data/fa.lang
Binary file not shown.
Binary file modified resources/data/fi.lang
Binary file not shown.
Binary file modified resources/data/fr.lang
Binary file not shown.
Binary file modified resources/data/gl.lang
Binary file not shown.
Binary file modified resources/data/hu.lang
Binary file not shown.
Binary file modified resources/data/id.lang
Binary file not shown.
Binary file modified resources/data/is.lang
Binary file not shown.
Binary file modified resources/data/it.lang
Binary file not shown.
Binary file modified resources/data/ja.lang
Binary file not shown.
Binary file modified resources/data/km.lang
Binary file not shown.
Binary file modified resources/data/ko.lang
Binary file not shown.
Binary file modified resources/data/lt.lang
Binary file not shown.
Binary file modified resources/data/mr.lang
Binary file not shown.
Binary file modified resources/data/nb.lang
Binary file not shown.
Binary file modified resources/data/nl.lang
Binary file not shown.
Binary file modified resources/data/pl.lang
Binary file not shown.
Binary file modified resources/data/pt.lang
Binary file not shown.
Binary file modified resources/data/pt_BR.lang
Binary file not shown.
Binary file modified resources/data/ru.lang
Binary file not shown.
Binary file modified resources/data/sk.lang
Binary file not shown.
Binary file modified resources/data/sr-latin.lang
Binary file not shown.
Binary file modified resources/data/sv.lang
Binary file not shown.
Binary file modified resources/data/tr.lang
Binary file not shown.
Binary file modified resources/data/uk.lang
Binary file not shown.
Binary file modified resources/data/zh_CN.lang
Binary file not shown.
Binary file modified resources/data/zh_TW.lang
Binary file not shown.
1 change: 1 addition & 0 deletions src/org/openstreetmap/josm/tools/I18n.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private enum PluralMode {
languages.put("en_AU", PluralMode.MODE_NOTONE);
languages.put("en_CA", PluralMode.MODE_NOTONE);
languages.put("en_GB", PluralMode.MODE_NOTONE);
languages.put("eo", PluralMode.MODE_NOTONE);
languages.put("es", PluralMode.MODE_NOTONE);
languages.put("et", PluralMode.MODE_NOTONE);
//languages.put("eu", PluralMode.MODE_NOTONE);
Expand Down

0 comments on commit 84191a6

Please sign in to comment.