diff options
author | Cheng-Chia Tseng <pswo10680@gmail.com> | 2012-03-18 19:50:13 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-03-18 19:54:44 +0100 |
commit | c7b319d2f1f1daef509cd1ac53035294b39a6299 (patch) | |
tree | af256719395682b2735539da361c7b6623573ed0 /i18npool | |
parent | d58421c2cc5199e9892627b894eaab64265c82e7 (diff) |
resolved fdo#46947 duplicated date format [zh-TW]
Use GG era abbreviation in one format instead of full GGG.
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/zh_TW.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/zh_TW.xml b/i18npool/source/localedata/data/zh_TW.xml index 15681f0c157f..bd8c0c625cbf 100644 --- a/i18npool/source/localedata/data/zh_TW.xml +++ b/i18npool/source/localedata/data/zh_TW.xml @@ -112,7 +112,7 @@ <FormatCode>YYYY"年"M"月"D"日"</FormatCode> </FormatElement> <FormatElement msgid="DateFormatskey7" default="false" type="medium" usage="DATE" formatindex="24"> - <FormatCode>GGGEE"年"M"月"D"日"</FormatCode> + <FormatCode>GGEE"年"M"月"D"日"</FormatCode> </FormatElement> <FormatElement msgid="DateFormatskey8" default="false" type="long" usage="DATE" formatindex="25"> <FormatCode>GGGEE"年"M"月"D"日"</FormatCode> |