Skip to content

Commit

Permalink
Updates after localization PRs (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen authored Oct 13, 2022
1 parent b2b7155 commit c13ba8b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@
<name>mo20053444</name>
<url>https://github.com/mo20053444</url>
</contributor>
<contributor>
<name>Mustofa</name>
<url>https://github.com/mustofa-id</url>
</contributor>
<contributor>
<name>Katy P</name>
<url>https://github.com/katyp</url>
Expand Down Expand Up @@ -315,6 +319,10 @@
<name>Grzegorz Swierczynski</name>
<url>https://github.com/gswierczynski</url>
</contributor>
<contributor>
<name>syafiqnazim</name>
<url>https://github.com/syafiqnazim</url>
</contributor>
<contributor>
<name>Dave Syer</name>
<url>https://github.com/dsyer</url>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- types are add, fix, remove, update -->
<release version="2.11.3" date="SNAPSHOT" description="v2.11.3">
<action dev="various" type="add">
Add translations for ca, el, eu, fi, hi, hu, iw, nn, ro, sk, sv, zh.
Add translations for ca, el, eu, fi, hi, hu, in, iw, ms, nn, ro, sk, sv, zh.
</action>
</release>
<release version="2.11.2" date="2022-09-25" description="v2.11.2">
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/joda/time/format/messages_ms.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PeriodFormat.comma=,
PeriodFormat.commandand=,dan
PeriodFormat.commaspaceand=, dan
PeriodFormat.commaspace=,
PeriodFormat.spaceandspace=\ dan
PeriodFormat.spaceandspace=\ dan
PeriodFormat.year=\ tahun
PeriodFormat.years=\ tahun
PeriodFormat.month=\ bulan
Expand Down
4 changes: 4 additions & 0 deletions src/test/java/org/joda/time/format/TestPeriodFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ public class TestPeriodFormat extends TestCase {
private static final Locale FR = new Locale("fr");
private static final Locale HI = new Locale("hi");
private static final Locale HU = new Locale("hu");
private static final Locale IN = new Locale("in");
private static final Locale IW = new Locale("iw");
private static final Locale JA = new Locale("ja");
private static final Locale MS = new Locale("ms");
private static final Locale NL = new Locale("nl");
private static final Locale NN = new Locale("nn");
private static final Locale NO = new Locale("no");
Expand Down Expand Up @@ -165,8 +167,10 @@ private static Object[][] data_formatStandard() {
{FI, "2 vuotta, 1 kuukausi, 1 päivä, 5 tuntia, 6 minuuttia, 7 sekuntia ja 8 millisekuntia"},
{HI, "2 साल, 1 महीना, 1 दिन, 5 घंटे, 6 मिनट, 7 सेकंड और 8 मिलीसेकंड"},
{HU, "2 év, 1 hónap, 1 nap, 5 óra, 6 perc, 7 másodperc és 8 miliszekundum"},
{IN, "2 tahun, 1 bulan, 1 hari, 5 jam, 6 menit, 7 detik dan8 millidetik"},
{IW, "2 שנים, 1 חודש, 1 יום, 5 שעות, 6 דקות, 7 שניות-ו 8 אלפיות שנייה"},
{JA, "2年1か月1日5時間6分7秒8ミリ秒"},
{MS, "2 tahun, 1 bulan, 1 hari, 5 jam, 6 minit, 7 saat dan 8 milisaat"},
{NL, "2 jaar, 1 maand, 1 dag, 5 uur, 6 minuten, 7 seconden en 8 milliseconden"},
{NN, "2 år, 1 månad, 1 dag, 5 timar, 6 minutt, 7 sekund og 8 millisekund"},
{NO, "2 år, 1 måned, 1 dag, 5 timer, 6 minutter, 7 sekunder og 8 millisekunder"},
Expand Down

0 comments on commit c13ba8b

Please sign in to comment.