]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix Irish date format.
authorCharlotte Mcmenamin <altronic25@protonmail.com>
Fri, 10 Apr 2026 23:14:03 +0000 (00:14 +0100)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 14 Apr 2026 13:14:36 +0000 (09:14 -0400)
The locales en_GB and en_IE use a date format of "%d//%m//%y",
as this is the most common shorthand format in both countries.
However the ga_IE locale does not conform to this. The format
"%d.%m.%y" is not commonly used in either the ROI or the UK,
and the forward-slash separator is the most common in both
languages when used in both countries.

This can be verified by checking the CLDR data for Irish:
https://www.unicode.org/cldr/charts/48/verify/dates/ga.html

Signed-off-by: Charlotte Mcmenamin <altronic25@protonmail.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
localedata/locales/ga_IE

index 58b8dcfb8b2ea96ae8f6ccad30b40d579fed1c31..3800d02dd9987fc5202d3ff36617840588ce4aff 100644 (file)
@@ -116,7 +116,7 @@ mon         "EanĂ¡ir";/
             "Nollaig"
 d_t_fmt     "%a %d %b %Y %T"
 date_fmt    "%a %d %b %Y %T %Z"
-d_fmt       "%d.%m.%y"
+d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "";""
 t_fmt_ampm  ""