This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH v2] localedata: Add Minguo calendar support to zh_TW
- From: Felix Yan <felixonmars at archlinux dot org>
- To: libc-alpha at sourceware dot org
- Cc: Felix Yan <felixonmars at archlinux dot org>
- Date: Sat, 2 Mar 2019 03:27:30 +0800
- Subject: [PATCH v2] localedata: Add Minguo calendar support to zh_TW
- References: <20190213105150.9323-1-felixonmars@archlinux.org>
Minguo calendar is the official calendar system, and very widely used in
Taiwan, it would be nice to have the support in glibc.
Some background information: The government website (www.gov.tw) uses it
without the prefix, popular public services like Taiwan HSR also uses
this calendar system.
Link to wikipedia: https://en.wikipedia.org/wiki/Minguo_calendar
---
localedata/locales/zh_TW | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/localedata/locales/zh_TW b/localedata/locales/zh_TW
index 92b04b083d..b869dec317 100644
--- a/localedata/locales/zh_TW
+++ b/localedata/locales/zh_TW
@@ -126,6 +126,10 @@ am_pm "<U4E0A><U5348>";"<U4E0B><U5348>"
% t_fmt_ampm: "%p %I<h>%M<m>%S<s>"
t_fmt_ampm "%p %I<U6642>%M<U5206>%S<U79D2>"
week 7;19971130;1
+
+era "+:2:1913//01//01:+*:<U6C11><U570B>:%EC%Ey<U5E74>";/
+ "+:1:1912//01//01:1912//12//31:<U6C11><U570B>:%EC<U5143><U5E74>";/
+ "+:1:1911//12//31:-*:<U6C11><U524D>:%EC%Ey<U5E74>"
END LC_TIME
LC_MESSAGES
--
2.21.0