diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-08-14 17:12:37 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-08-14 17:12:37 +0200 |
commit | 2a124c616384f140a21ee675b3e6799f8e0e7592 (patch) | |
tree | 7145ccbff4937a80f94466fdbcb23a015ea7f969 /localedata/locales/de_BE | |
parent | 66ba2e4ae5ab35e1a1cf8ab32f0382dc4270d07c (diff) | |
download | glibc-2a124c616384f140a21ee675b3e6799f8e0e7592.tar.gz glibc-2a124c616384f140a21ee675b3e6799f8e0e7592.tar.xz glibc-2a124c616384f140a21ee675b3e6799f8e0e7592.zip |
Use two letter abbreviations in abday in all German locales.
[BZ #20482] * locales/de_AT (LC_TIME): Use 2 letter abbreviations in abday. * locales/de_BE (LC_TIME): Use 2 letter abbreviations in abday. * locales/de_CH (LC_TIME): Use 2 letter abbreviations in abday. * locales/de_DE (LC_TIME): Use readable ASCII in abday. * locales/de_IT (LC_TIME): Use readable ASCII in abday. * locales/de_LU (LC_TIME): Use 2 letter abbreviations in abday.
Diffstat (limited to 'localedata/locales/de_BE')
-rw-r--r-- | localedata/locales/de_BE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/localedata/locales/de_BE b/localedata/locales/de_BE index a07b0ab625..291f1883d7 100644 --- a/localedata/locales/de_BE +++ b/localedata/locales/de_BE @@ -85,10 +85,10 @@ END LC_NUMERIC LC_TIME % copy "de_DE" -abday "<U0053><U006F><U006E>";"<U004D><U006F><U006E>";/ - "<U0044><U0069><U0065>";"<U004D><U0069><U0074>";/ - "<U0044><U006F><U006E>";"<U0046><U0072><U0065>";/ - "<U0053><U0061><U006D>" +abday "So";"Mo";/ + "Di";"Mi";/ + "Do";"Fr";/ + "Sa" day "<U0053><U006F><U006E><U006E><U0074><U0061><U0067>";/ "<U004D><U006F><U006E><U0074><U0061><U0067>";/ "<U0044><U0069><U0065><U006E><U0073><U0074><U0061><U0067>";/ |