aboutsummaryrefslogtreecommitdiff
path: root/localedata/locales/bo_CN
diff options
context:
space:
mode:
authorRafał Lużyński <digitalfreak@lingonborough.com>2019-12-30 11:58:18 +0100
committerRafał Lużyński <digitalfreak@lingonborough.com>2020-01-02 11:45:45 +0100
commit75ba929987f6950dd008ef0f6270f1b21e9af511 (patch)
tree2ba4e842bba01da72e5c885b98ab918491649358 /localedata/locales/bo_CN
parentcc47d5c5f53f6d845ac54698ae8929af15662c44 (diff)
downloadglibc-75ba929987f6950dd008ef0f6270f1b21e9af511.tar
glibc-75ba929987f6950dd008ef0f6270f1b21e9af511.tar.gz
glibc-75ba929987f6950dd008ef0f6270f1b21e9af511.tar.bz2
glibc-75ba929987f6950dd008ef0f6270f1b21e9af511.zip
Multiple locales: Add date_fmt (bug 24054)
It is not specified what should be the content of d_t_fmt and date_fmt but in the built-in C locale those fields have only one difference: date_fmt contains "%Z" (the current time zone) while d_t_fmt does not. For most of the locales this commit does the following operation: copy d_t_fmt to date_fmt, and then remove "%Z" from d_t_fmt. If "%Z" was originally missing from d_t_fmt add it to date_fmt. It also corrects comments where necessary. Exceptions: * In bo_CN, dz_BT, and km_KH "%Z" has not been added to date_fmt because it was too difficult. In these locales date_fmt has been set to the copy of d_t_fmt. * In en_DK "%Z" has not been removed from d_t_fmt in order to preserve the conformance with the standard mentioned in the comment. The command to identify and initially edit the locales that need the update was: for i in `grep -lw d_t_fmt *` do if ! grep -qw date_fmt $i ; then awk '/d_t_fmt/ { print $0; gsub("d_t_fmt", "date_fmt"); } //{ print $0 }' < $i > $i.next mv $i.next $i fi done and then each file was further edited manually.
Diffstat (limited to 'localedata/locales/bo_CN')
-rw-r--r--localedata/locales/bo_CN11
1 files changed, 8 insertions, 3 deletions
diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN
index 9df91a1721..fa580afd04 100644
--- a/localedata/locales/bo_CN
+++ b/localedata/locales/bo_CN
@@ -105,9 +105,14 @@ mon "<U0F5F><U0FB3><U0F0B><U0F56><U0F0B><U0F51><U0F44><U0F0B><U0F54><U0F0B>
% Appropriate date & time representation
-d_t_fmt "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C><U0025><U0079><U0F5F><U0F63><U0025><U006D><U0F5A><U0F7A><U0F66>/
-<U0025><U0064><U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51><U0025><U0048><U0F40><U0F66><U0F62><U0F0B><U0F58>/
-<U0025><U004D><U0F40><U0F66><U0F62><U0F0B><U0F46><U0025><U0053>"
+d_t_fmt "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C>%y<U0F5F><U0F63>%m<U0F5A><U0F7A><U0F66>/
+%d<U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51>%H<U0F40><U0F66><U0F62><U0F0B><U0F58>/
+%M<U0F40><U0F66><U0F62><U0F0B><U0F46>%S"
+
+% Appropriate date & time representation for date(1)
+date_fmt "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C>%y<U0F5F><U0F63>%m<U0F5A><U0F7A><U0F66>/
+%d<U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51>%H<U0F40><U0F66><U0F62><U0F0B><U0F58>/
+%M<U0F40><U0F66><U0F62><U0F0B><U0F46>%S"
% Appropriate date representation
d_fmt "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C><U0025><U0079>/