Skip to content

Commit

Permalink
Update after localization (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen authored Mar 4, 2023
1 parent b6d2996 commit 0f0afba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
<name>Kaj Hejer</name>
<url>https://github.com/kajh</url>
</contributor>
<contributor>
<name>Antonio Hernan</name>
<url>https://github.com/antoniohernan</url>
</contributor>
<contributor>
<name>Rowan Hill</name>
<url>https://github.com/rowanhill</url>
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="2.12.3" date="SNAPSHOT" description="v2.12.3">
<action dev="antoniohernan" type="update">
Add translation for ga.
</action>
</release>
<release version="2.12.2" date="2022-12-01" description="v2.12.2">
<action dev="jodastephen" type="update">
DateTimeZone data updated to version 2022ggtz.
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/org/joda/time/format/TestPeriodFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class TestPeriodFormat extends TestCase {
private static final Locale EU = new Locale("eu");
private static final Locale FI = new Locale("fi");
private static final Locale FR = new Locale("fr");
private static final Locale GA = new Locale("ga");
private static final Locale HI = new Locale("hi");
private static final Locale HU = new Locale("hu");
private static final Locale IN = new Locale("in");
Expand Down Expand Up @@ -166,6 +167,7 @@ private static Object[][] data_formatStandard() {
{EU, "2 urte, 1 hilabete, 1 egun, 5 ordu, 6 minuto, 7 segundo eta 8 milisegundo"},
{FR, "2 années, 1 mois, 1 jour, 5 heures, 6 minutes, 7 secondes et 8 millisecondes"},
{FI, "2 vuotta, 1 kuukausi, 1 päivä, 5 tuntia, 6 minuuttia, 7 sekuntia ja 8 millisekuntia"},
{GA, "2 blianta, 1 mí, 1 lá, 5 uair, 6 miontuairiscí, 7 soicind agus 8 milleasoicind"},
{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"},
Expand Down

0 comments on commit 0f0afba

Please sign in to comment.