>From 3b048aaa38cc0c753794a7ad8aba4a1412a53d6f Mon Sep 17 00:00:00 2001 From: Markus Wichmann Date: Thu, 31 Dec 2015 09:39:53 +0100 Subject: [PATCH 2/2] Necessary changes for correct C locale. Turns out the C locale D_T_FMT string was mandated by C standard. So, for glibc compatibility, not only did I revert my first commit, but also changed the POT and PO files to reflect that. --- po/de.po | 5 +---- po/musl.pot | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/po/de.po b/po/de.po index 29cf025..7dfb819 100644 --- a/po/de.po +++ b/po/de.po @@ -388,9 +388,6 @@ msgstr "" msgid "PM" msgstr "" -msgid "%a %b %e %T %Y %Z" -msgstr "%a %e %b %Y %T %Z" - msgid "%m/%d/%y" msgstr "%d.%m.%y" @@ -404,7 +401,7 @@ msgid "0123456789" msgstr "0123456789" msgid "%a %b %e %T %Y" -msgstr "%a %e %b %Y %T" +msgstr "%a %e %b %Y %T %Z" msgid "^[yY]" msgstr "^[jJ]" diff --git a/po/musl.pot b/po/musl.pot index 699e8f5..3b7138f 100644 --- a/po/musl.pot +++ b/po/musl.pot @@ -377,9 +377,6 @@ msgstr "AM" msgid "PM" msgstr "PM" -msgid "%a %b %e %T %Y %Z" -msgstr "%a %b %e %T %Y %Z" - msgid "%m/%d/%y" msgstr "%m/%d/%y" -- 2.1.4