diff options
author | Eike Rathke <erack@redhat.com> | 2012-05-24 13:22:19 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-05-24 13:24:18 +0200 |
commit | 4a3e7dfb0d573cf97555822e11f816dc400b67e4 (patch) | |
tree | 672355afd244ce9ed0274ac8c0968faa29a27366 /i18npool | |
parent | 4d676e0fb325d3938cdc7064f9a80821fff645d3 (diff) |
added missing closing quotes at end of literals
Change-Id: I3d204aa54dd9c13dfb87e702fa07aa4234977a49
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/zh_TW.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/localedata/data/zh_TW.xml b/i18npool/source/localedata/data/zh_TW.xml index c6833728eff1..a9784503b0e6 100644 --- a/i18npool/source/localedata/data/zh_TW.xml +++ b/i18npool/source/localedata/data/zh_TW.xml @@ -268,13 +268,13 @@ <FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode> </FormatElement> <FormatElement msgid="DateTimeFormatskey5" default="false" type="long" usage="DATE_TIME" formatindex="77"> - <FormatCode>EE"年"M"月"D"日" HH"時"MM"分</FormatCode> + <FormatCode>EE"年"M"月"D"日" HH"時"MM"分"</FormatCode> </FormatElement> <FormatElement msgid="DateTimeFormatskey6" default="false" type="long" usage="DATE_TIME" formatindex="78"> - <FormatCode>GGEE"年"M"月"D"日" HH"時"MM"分</FormatCode> + <FormatCode>GGEE"年"M"月"D"日" HH"時"MM"分"</FormatCode> </FormatElement> <FormatElement msgid="DateTimeFormatskey7" default="false" type="long" usage="DATE_TIME" formatindex="79"> - <FormatCode>GGGEE"年"M"月"D"日" HH"時"MM"分</FormatCode> + <FormatCode>GGGEE"年"M"月"D"日" HH"時"MM"分"</FormatCode> </FormatElement> </LC_FORMAT> <LC_COLLATION> |