summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeemu Ikonen <tpikonen@mailbox.org>2024-02-03 12:40:44 +0200
committerTeemu Ikonen <tpikonen@mailbox.org>2024-02-04 19:17:26 +0200
commitd2dac53f28c153edf5b715a754f5e14c8247e07d (patch)
tree3f8d41179f9b94eae9d6fa5395dfa4be30787aa2
parent5663f5bfd30bf9e1e0ba3fc5fe2da6725969f30e (diff)
downloadmusl-locales-main.tar.gz
musl-locales-main.tar.bz2
musl-locales-main.tar.xz
musl-locales-main.zip
Fix fi_FI date formatsHEADmain
Leave the ISO date format "%Y-%m-%d" alone. The long date format is printed with month format string "%OBta". This uses the 'standalone' month name (because musl only supports that) combined with the '-ta' suffix which results in correct month declension for all the month names. With this format both 'strftime(..., "%c", tm)' in musl and g_date_time_format(dt, "%c")' in GLib print the date and time in the correct format Short dates use "." as separator (really an ordinal marker for days and months).
-rw-r--r--musl-po/fi_FI.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/musl-po/fi_FI.po b/musl-po/fi_FI.po
index c4d6abf..365092c 100644
--- a/musl-po/fi_FI.po
+++ b/musl-po/fi_FI.po
@@ -174,7 +174,7 @@ msgstr ""
#: ../musl/musl-1.1.14/src/time/strftime.c:92
msgid "%Y-%m-%d"
-msgstr "%d-%m-%Y"
+msgstr ""
#: ../musl/musl-1.1.14/src/time/strftime.c:141
msgid "\t"
@@ -574,12 +574,12 @@ msgid "PM"
msgstr ""
msgid "%a %b %e %T %Y"
-msgstr "%a %d %b %Y %T"
+msgstr "%a %e. %OBta %Y %T"
#: ../musl/musl-1.1.14/src/time/strptime.c:54
#: ../musl/musl-1.1.14/src/time/strftime.c:86
msgid "%m/%d/%y"
-msgstr "%d/%m/%Y"
+msgstr "%d.%m.%Y"
#: ../musl/musl-1.1.14/src/time/strptime.c:106
#: ../musl/musl-1.1.14/src/time/strftime.c:130
@@ -598,7 +598,7 @@ msgid "0123456789"
msgstr ""
msgid "%a %b %e %T %Y %Z"
-msgstr "%a %d %b %Y %T %Z"
+msgstr "%a %d.%m. %Y %T %Z"
msgid "^[yY]"
msgstr "^[+1oOyY]"