1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# All lines beginning with `# DP:' are a description of the patch.
# DP: Description: Fix d_t_fmt and date_fmt in fo_FO
# DP: Related bugs: #307194
# DP: Dpatch author: Denis Barbier
# DP: Patch author: Jacob Sparre Andersen <sparre@nbi.dk>
# DP: Upstream status: not submitted
# DP: Date: 2006-01-10
---
localedata/locales/fo_FO | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/localedata/locales/fo_FO
+++ b/localedata/locales/fo_FO
@@ -98,8 +98,8 @@
"oktober";/
"november";/
"desember"
-d_t_fmt "%a %d %b %Y %T"
-date_fmt "%a %d %b %Y %T %Z"
+d_t_fmt "%a. %d. %b. %Y %T %Z"
+date_fmt "%1 tann %-e. %B %Y klokkan %T (UTC%z)"
d_fmt "%d//%m-%Y"
t_fmt "%T"
am_pm "";""
|