[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#280214: locales: [PATCH] Welsh locale definition has incorrect date format



Package: locales
Version: 2.3.2.ds1-18
Severity: minor
Tags: l10n patch

The current locale defintion for Welsh (cy_GB) has "Dydd %A %d a viz %B %Y %T
%Z" as the date format. This is wrong. (Welsh doesn't even have the letters
'v' or 'z'.) A better format would have s/a viz/o fis/.

Here's a patch that makes that change:

--- /usr/share/i18n/locales/cy_GB	2004-10-13 15:17:00.000000000 -0400
+++ tmp2	2004-11-08 01:30:02.000000000 -0500
@@ -245,7 +245,7 @@
             "<U0048><U0079><U0064><U0072><U0065><U0066>";/
             "<U0054><U0061><U0063><U0068><U0077><U0065><U0064><U0064>";/
             "<U0052><U0068><U0061><U0067><U0066><U0079><U0072>"
-d_t_fmt     "<U0044><U0079><U0064><U0064><U0020><U0025><U0041><U0020><U0025><U0064><U0020><U0061><U0020><U0076><U0069><U007A><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
+d_t_fmt     "<U0044><U0079><U0064><U0064><U0020><U0025><U0041><U0020><U0025><U0064><U0020><U006F><U0020><U0066><U0069><U0073><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
 d_fmt       "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0079>"
 t_fmt       "<U0025><U0054>"
 am_pm       "";""



Reply to: