Skip to content

Commit 26c541e

Browse files
author
stoecker
committed
I18n update
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19341 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent e3b8c0c commit 26c541e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1
-1
lines changed

nodist/trans/ar.lang

75 Bytes
Binary file not shown.

nodist/trans/ast.lang

2 Bytes
Binary file not shown.

nodist/trans/be.lang

73 Bytes
Binary file not shown.

nodist/trans/bg.lang

2 Bytes
Binary file not shown.

nodist/trans/ca-valencia.lang

2 Bytes
Binary file not shown.

nodist/trans/ca.lang

2 Bytes
Binary file not shown.

nodist/trans/cs.lang

2 Bytes
Binary file not shown.

nodist/trans/cy.lang

2 Bytes
Binary file not shown.

nodist/trans/da.lang

2 Bytes
Binary file not shown.

nodist/trans/de.lang

45 Bytes
Binary file not shown.

nodist/trans/el.lang

2 Bytes
Binary file not shown.

nodist/trans/en.lang

35 Bytes
Binary file not shown.

nodist/trans/en_AU.lang

2 Bytes
Binary file not shown.

nodist/trans/en_CA.lang

1.87 KB
Binary file not shown.

nodist/trans/en_GB.lang

2 Bytes
Binary file not shown.

nodist/trans/es.lang

33 Bytes
Binary file not shown.

nodist/trans/et.lang

2 Bytes
Binary file not shown.

nodist/trans/fa.lang

2 Bytes
Binary file not shown.

nodist/trans/fi.lang

2 Bytes
Binary file not shown.

nodist/trans/fr.lang

533 Bytes
Binary file not shown.

nodist/trans/gl.lang

2 Bytes
Binary file not shown.

nodist/trans/hu.lang

2 Bytes
Binary file not shown.

nodist/trans/id.lang

2 Bytes
Binary file not shown.

nodist/trans/is.lang

2 Bytes
Binary file not shown.

nodist/trans/it.lang

35 Bytes
Binary file not shown.

nodist/trans/ja.lang

2 Bytes
Binary file not shown.

nodist/trans/km.lang

2 Bytes
Binary file not shown.

nodist/trans/ko.lang

2 Bytes
Binary file not shown.

nodist/trans/lt.lang

2 Bytes
Binary file not shown.

nodist/trans/mr.lang

2 Bytes
Binary file not shown.

nodist/trans/nb.lang

5.74 KB
Binary file not shown.

nodist/trans/nl.lang

48 Bytes
Binary file not shown.

nodist/trans/pl.lang

2 Bytes
Binary file not shown.

nodist/trans/pt.lang

34 Bytes
Binary file not shown.

nodist/trans/pt_BR.lang

34 Bytes
Binary file not shown.

nodist/trans/ru.lang

77 Bytes
Binary file not shown.

nodist/trans/sk.lang

2 Bytes
Binary file not shown.

nodist/trans/sr-latin.lang

2 Bytes
Binary file not shown.

nodist/trans/sv.lang

37 Bytes
Binary file not shown.

nodist/trans/uk.lang

351 Bytes
Binary file not shown.

nodist/trans/zh_CN.lang

2 Bytes
Binary file not shown.

nodist/trans/zh_TW.lang

65 Bytes
Binary file not shown.

resources/data/ar.lang

90 Bytes
Binary file not shown.

resources/data/ast.lang

0 Bytes
Binary file not shown.

resources/data/be.lang

160 Bytes
Binary file not shown.

resources/data/bg.lang

0 Bytes
Binary file not shown.

resources/data/ca-valencia.lang

0 Bytes
Binary file not shown.

resources/data/ca.lang

0 Bytes
Binary file not shown.

resources/data/cs.lang

0 Bytes
Binary file not shown.

resources/data/cy.lang

0 Bytes
Binary file not shown.

resources/data/da.lang

1.24 KB
Binary file not shown.

resources/data/de.lang

-101 Bytes
Binary file not shown.

resources/data/el.lang

66.3 KB
Binary file not shown.

resources/data/en.lang

81 Bytes
Binary file not shown.

resources/data/en_AU.lang

69 Bytes
Binary file not shown.

resources/data/en_CA.lang

65.1 KB
Binary file not shown.

resources/data/en_GB.lang

82 Bytes
Binary file not shown.

resources/data/es.lang

84 Bytes
Binary file not shown.

resources/data/et.lang

148 Bytes
Binary file not shown.

resources/data/fa.lang

0 Bytes
Binary file not shown.

resources/data/fi.lang

0 Bytes
Binary file not shown.

resources/data/fr.lang

266 Bytes
Binary file not shown.

resources/data/gl.lang

0 Bytes
Binary file not shown.

resources/data/hu.lang

-14 Bytes
Binary file not shown.

resources/data/id.lang

-22 Bytes
Binary file not shown.

resources/data/is.lang

0 Bytes
Binary file not shown.

resources/data/it.lang

1.26 KB
Binary file not shown.

resources/data/ja.lang

1.92 KB
Binary file not shown.

resources/data/km.lang

0 Bytes
Binary file not shown.

resources/data/ko.lang

0 Bytes
Binary file not shown.

resources/data/lt.lang

0 Bytes
Binary file not shown.

resources/data/mr.lang

0 Bytes
Binary file not shown.

resources/data/nb.lang

81.9 KB
Binary file not shown.

resources/data/nl.lang

112 Bytes
Binary file not shown.

resources/data/pl.lang

4.36 KB
Binary file not shown.

resources/data/pt.lang

89 Bytes
Binary file not shown.

resources/data/pt_BR.lang

84 Bytes
Binary file not shown.

resources/data/ru.lang

158 Bytes
Binary file not shown.

resources/data/sk.lang

-18 Bytes
Binary file not shown.

resources/data/sr-latin.lang

322 Bytes
Binary file not shown.

resources/data/sv.lang

90 Bytes
Binary file not shown.

resources/data/tr.lang

1001 Bytes
Binary file not shown.

resources/data/uk.lang

3.93 KB
Binary file not shown.

resources/data/zh_CN.lang

0 Bytes
Binary file not shown.

resources/data/zh_TW.lang

464 Bytes
Binary file not shown.

src/org/openstreetmap/josm/tools/I18n.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private enum PluralMode {
112112
languages.put("de", PluralMode.MODE_NOTONE);
113113
languages.put("el", PluralMode.MODE_NOTONE);
114114
languages.put("en_AU", PluralMode.MODE_NOTONE);
115-
//languages.put("en_CA", PluralMode.MODE_NOTONE);
115+
languages.put("en_CA", PluralMode.MODE_NOTONE);
116116
languages.put("en_GB", PluralMode.MODE_NOTONE);
117117
languages.put("es", PluralMode.MODE_NOTONE);
118118
languages.put("et", PluralMode.MODE_NOTONE);

0 commit comments

Comments
 (0)