From 0f0afbac0055b4108e5baf70dc53876160061c7e Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sat, 4 Mar 2023 12:17:08 +0000 Subject: [PATCH] Update after localization (#697) --- pom.xml | 4 ++++ src/changes/changes.xml | 5 +++++ src/test/java/org/joda/time/format/TestPeriodFormat.java | 2 ++ 3 files changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 888141920..806a6787b 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,10 @@ Kaj Hejer https://github.com/kajh + + Antonio Hernan + https://github.com/antoniohernan + Rowan Hill https://github.com/rowanhill diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 55a6afeaa..fff665d7a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,11 @@ + + + Add translation for ga. + + DateTimeZone data updated to version 2022ggtz. diff --git a/src/test/java/org/joda/time/format/TestPeriodFormat.java b/src/test/java/org/joda/time/format/TestPeriodFormat.java index b5f6b8c0f..25709acc9 100644 --- a/src/test/java/org/joda/time/format/TestPeriodFormat.java +++ b/src/test/java/org/joda/time/format/TestPeriodFormat.java @@ -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"); @@ -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"},