From patchwork Thu Apr 8 07:05:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?6LaZ5oOf5YCr?= X-Patchwork-Id: 42928 X-Patchwork-Delegate: hjl.tools@gmail.com Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 84E7C393C864; Thu, 8 Apr 2021 07:05:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84E7C393C864 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1617865553; bh=hMtlvQsc6XtbNun9bzUumkuE+g9cok25vVWgz44ksd4=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=B+osssyNS3X0IBfAzBg4cgZddaBoMMvlk5u7+iaa/+Gj+nc39H05pPSicaMwC1+Na sIvAFDyl9x3px5D/UYjNYYokmISuwg9XT/j1DBEuGh+v3nqq9Xy04Na+GQXXfc8YiB Jb9yTifO+1w/F+wviFhswZEuKftTebht5mMVUnWg= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by sourceware.org (Postfix) with ESMTPS id 29EEA3857805 for ; Thu, 8 Apr 2021 07:05:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 29EEA3857805 Received: by mail-ed1-x531.google.com with SMTP id 18so1104238edx.3 for ; Thu, 08 Apr 2021 00:05:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hMtlvQsc6XtbNun9bzUumkuE+g9cok25vVWgz44ksd4=; b=mAJCbVEHPP0L/tLteIiXxM+ORFzOj4NAMbaXp+zuIgg8rKwMIgtPVujOqvI1sGzHc9 jdGfrqyL9dbAn6g1KzE7VYOUkYTFfBBD6hbpLQez2kb3D5N3om0GEs2WPBCaOdbcQtPI zbTIQMaDftsrA5F18BdZD0tjURmFcXQ1Y3VlD6wpNUq6HohMurnQ/ODEK3lCY/XXDhEP XbKMTuh6SASKjFwVIod6MyZW8xi4hEXDLNE6BJA71Xa/O5WQebfyWzxphxDtO4wneKSL DPG2agXtFpnpct7NlrTacx+LrikJzQsEY7SBjN4NVqaeywYDt53eG1q2sA4ucVZw/u26 rg/A== X-Gm-Message-State: AOAM530IIrOgIQRBMCIVqJU5celesFSHk85MG7Kft/r6qh6q5NOYRMw8 D8uENMYmX4x27yYGA9dhkAlPuUPrktYZ1lz63f3zOM89vRw= X-Google-Smtp-Source: ABdhPJy+/pzuJy4eqtM8hzJEmOLZWFrtl2YONxcfnDXWFRwuq0BpoX5uZJO3ZJccL4AV/KMkh6DQccCwfTOt/vbW6sY= X-Received: by 2002:aa7:d84b:: with SMTP id f11mr9273056eds.149.1617865547892; Thu, 08 Apr 2021 00:05:47 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 8 Apr 2021 15:05:36 +0800 Message-ID: Subject: localedata: Updates for Taiwanese locales [BZ #24409] To: libc-alpha X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_50, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FILL_THIS_FORM, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_FILL_THIS_FORM_FRAUD_PHISH autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: =?utf-8?b?6LaZ5oOf5YCrIHZpYSBMaWJjLWFscGhh?= From: =?utf-8?b?6LaZ5oOf5YCr?= Reply-To: =?utf-8?b?6LaZ5oOf5YCr?= Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Rationale: * Header cleanup: make the header of localedata files consistent * Remove space (abmon): remove the extra prefix space in abmon 1~9 * Add (week): add the missing definition of week and first_weekday to 2 * Change (thousands_sep): change the thousands_sep from [,] to ['] to avoid confusion of grouping 4 with usual grouping 3 * Simplify (yesexpr) and (noexpr): remove unusual full-width characters * Add collation: add missing collation used in cmn_TW Changelog: * localedata/locales/cmn_TW: Header cleanup; Remove space (abmon); Add (week); Change (thousands_sep); Simplify (yesexpr) and (noexpr). * localedata/locales/hak_TW: Likewise and add collation. * localedata/locales/nan_TW: Likewise and add collation. * localedata/locales/lzh_TW: Likewise and add collation. From 35b9ece28f8c4adf53ec222b54ab6b3b291b5e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=99=E6=83=9F=E5=80=AB?= Date: Thu, 8 Apr 2021 14:12:47 +0800 Subject: [PATCH] localedata: Updates for Taiwanese locales [BZ #24409] --- localedata/locales/cmn_TW | 40 +++++------ localedata/locales/hak_TW | 72 ++++++++++---------- localedata/locales/lzh_TW | 136 +++++++++++++++++++++++--------------- localedata/locales/nan_TW | 86 ++++++++++++------------ 4 files changed, 183 insertions(+), 151 deletions(-) diff --git a/localedata/locales/cmn_TW b/localedata/locales/cmn_TW index 9d9aca0f9e..67dcee5b65 100644 --- a/localedata/locales/cmn_TW +++ b/localedata/locales/cmn_TW @@ -8,15 +8,9 @@ escape_char / % exempt you from the conditions of the license if your use would % otherwise be governed by that license. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% % Mandarin Chinese locale for the Republic of China -% % Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i cmn_TW cmn_TW -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION title "Mandarin Chinese locale for the Republic of China" @@ -28,8 +22,8 @@ tel "" fax "" language "Mandarin Chinese" territory "Taiwan" -revision "0.2" -date "2017-07-20" +revision "0.3" +date "2019-04-02" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE @@ -77,16 +71,16 @@ mon "";/ "";/ "";/ "" -% 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 -abmon " 1";/ - " 2";/ - " 3";/ - " 4";/ - " 5";/ - " 6";/ - " 7";/ - " 8";/ - " 9";/ +% 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 +abmon "1";/ + "2";/ + "3";/ + "4";/ + "5";/ + "6";/ + "7";/ + "8";/ + "9";/ "10";/ "11";/ "12" @@ -119,6 +113,8 @@ am_pm "";/ t_fmt_ampm "%p %I%M%S" % %Y年 %b %-d號 %A %H:%M:%S %Z date_fmt "%Y %b %-d %A %H:%M:%S %Z" +week 7;19971130;1 +first_weekday 2 era "+:2:1913//01//01:+*::%EC%Ey";/ "+:1:1912//01//01:1912//12//31::%EC";/ @@ -127,7 +123,7 @@ END LC_TIME LC_NUMERIC decimal_point "." -thousands_sep "," +thousands_sep "'" grouping 4 END LC_NUMERIC @@ -135,7 +131,7 @@ LC_MONETARY currency_symbol "NT$" int_curr_symbol "TWD " mon_decimal_point "." -mon_thousands_sep "," +mon_thousands_sep "'" mon_grouping 4 positive_sign "" negative_sign "-" @@ -166,8 +162,8 @@ measurement 1 END LC_MEASUREMENT LC_MESSAGES -yesexpr "^[+1yY]" -noexpr "^[-0nN]" +yesexpr "^[yY]" +noexpr "^[nN]" % 是 yesstr "" % 不是 diff --git a/localedata/locales/hak_TW b/localedata/locales/hak_TW index 73b9678ec4..f53c4dcd88 100644 --- a/localedata/locales/hak_TW +++ b/localedata/locales/hak_TW @@ -8,15 +8,9 @@ escape_char / % exempt you from the conditions of the license if your use would % otherwise be governed by that license. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% % Hakka Chinese locale for the Republic of China -% % Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i hak_TW hak_TW -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION title "Hakka Chinese locale for the Republic of China" @@ -28,8 +22,8 @@ tel "" fax "" language "Hakka Chinese" territory "Taiwan" -revision "0.1" -date "2013-06-02" +revision "0.2" +date "2019-04-02" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE @@ -47,17 +41,20 @@ END LC_IDENTIFICATION LC_CTYPE copy "i18n" +translit_start +include "translit_combining";"" +translit_end + class "hanzi"; / ;/ ..;/ ..;/ ..;/ -..;/ -.. +.. END LC_CTYPE LC_COLLATE -copy "iso14651_t1" +copy "cns11643_stroke" END LC_COLLATE LC_TIME @@ -74,16 +71,16 @@ mon "";/ "";/ "";/ "" -% 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 -abmon " 1";/ - " 2";/ - " 3";/ - " 4";/ - " 5";/ - " 6";/ - " 7";/ - " 8";/ - " 9";/ +% 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 +abmon "1";/ + "2";/ + "3";/ + "4";/ + "5";/ + "6";/ + "7";/ + "8";/ + "9";/ "10";/ "11";/ "12" @@ -103,19 +100,20 @@ abday "";/ "";/ "";/ "" -% %Y年%m月%d日 (%A) %H點%M分%S秒 -d_t_fmt "%Y%m%d (%A) %H%M%S" -% %Y年%m月%d日 -d_fmt "%Y%m%d" +% %Y年%m月%d號 (%A) %H點%M分%S秒 +d_t_fmt "%Y%m%d (%A) %H%M%S" +% %Y年%m月%d號 +d_fmt "%Y%m%d" % %H點%M分%S秒 t_fmt "%H%M%S" % 上晝, 下晝 am_pm "";"" % %p %I點%M分%S秒 t_fmt_ampm "%p %I%M%S" -% %Y年 %b %e日 %A %H:%M:%S %Z -date_fmt "%Y %b %e %A %H:%M:%S %Z" +% %Y年 %b %-d號 %A %H:%M:%S %Z +date_fmt "%Y %b %-d %A %H:%M:%S %Z" week 7;19971130;1 +first_weekday 2 era "+:2:1913//01//01:+*::%EC%Ey";/ "+:1:1912//01//01:1912//12//31::%EC";/ @@ -124,7 +122,7 @@ END LC_TIME LC_NUMERIC decimal_point "." -thousands_sep "," +thousands_sep "'" grouping 4 END LC_NUMERIC @@ -132,7 +130,7 @@ LC_MONETARY currency_symbol "NT$" int_curr_symbol "TWD " mon_decimal_point "." -mon_thousands_sep "," +mon_thousands_sep "'" mon_grouping 4 positive_sign "" negative_sign "-" @@ -153,18 +151,22 @@ int_n_sign_posn 1 END LC_MONETARY LC_PAPER -copy "i18n" +height 297 +width 210 END LC_PAPER LC_MEASUREMENT -copy "i18n" +% metric +measurement 1 END LC_MEASUREMENT LC_MESSAGES -% ^[+1yYyY係] -yesexpr "^[+1yY]" -% ^[-0nNnN毋] -noexpr "^[-0nN]" +yesexpr "^[yY]" +noexpr "^[nN]" +% 係 +yesstr "" +% 毋係 +nostr "" END LC_MESSAGES LC_NAME diff --git a/localedata/locales/lzh_TW b/localedata/locales/lzh_TW index 4740418a83..563efe38a8 100644 --- a/localedata/locales/lzh_TW +++ b/localedata/locales/lzh_TW @@ -8,15 +8,9 @@ escape_char / % exempt you from the conditions of the license if your use would % otherwise be governed by that license. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% % Literary Chinese locale for the Republic of China -% % Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i lzh_TW lzh_TW -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION title "Literary Chinese locale for the Republic of China" @@ -28,8 +22,8 @@ tel "" fax "" language "Literary Chinese" territory "Taiwan" -revision "0.1" -date "2013-06-02" +revision "0.2" +date "2019-04-02" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE @@ -47,44 +41,47 @@ END LC_IDENTIFICATION LC_CTYPE copy "i18n" +translit_start +include "translit_combining";"" +translit_end + class "hanzi"; / ;/ ..;/ ..;/ ..;/ -..;/ -.. +.. END LC_CTYPE LC_COLLATE -copy "iso14651_t1" +copy "cns11643_stroke" END LC_COLLATE LC_TIME -% 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月 -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -% 一 , 二 , 三 , 四 , 五 , 六 , 七 , 八 , 九 , 十 , 十一, 十二 -abmon " ";/ - " ";/ - " ";/ - " ";/ - " ";/ - " ";/ - " ";/ - " ";/ - " ";/ - " ";/ +% 孟春, 仲春, 季春, 孟夏, 仲夏, 季夏, 孟秋, 仲秋, 季秋, 孟冬, 仲冬, 季冬 +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% 一, 二, 三, 四, 五, 六, 七, 八, 九, 十, 十一, 十二 +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ "";/ "" % 週日, 週一, 週二, 週三, 週四, 週五, 週六 @@ -103,19 +100,21 @@ abday "";/ "";/ "";/ "" -% %OC%Oy年%B%Od日 (%A) %OH時%OM分%OS秒 -d_t_fmt "%OC%Oy%B%Od (%A) %OH%OM%OS" -% %OC%Oy年%B%Od日 -d_fmt "%OC%Oy%B%Od" +% %Y年%B%Od (%A) %OH時%OM分%OS秒 +d_t_fmt "%Y%B%Od (%A) %OH%OM%OS" +% %Y年%B%Od +d_fmt "%Y%B%Od" % %OH時%OM分%OS秒 t_fmt "%OH%OM%OS" % 朝, 暮 -am_pm "";"" +am_pm "";/ + "" % %p %OI時%OM分%OS秒 t_fmt_ampm "%p %OI%OM%OS" -% 公曆 %C%Oy年 %B %Oe日 %A %OH時%OM分%OS秒 -date_fmt " %C%Oy %B %Oe %A %OH%OM%OS" -% 〇, 一, 二, 三, 四, 五, 六, 七, 八, 九, 十, 十一, 十二, 十三, 十四, 十五, 十六, 十七, 十八, 十九, 廿, 廿一, 廿二, 廿三, 廿四, 廿五, 廿六, 廿七, 廿八, 廿九, 卅, 卅一 +% 公曆 %Y年 %B %Oe %A %OH時%OM分%OS秒 +date_fmt " %Y %B %Oe %A %OH%OM%OS" +% 〇, 一, 二, 三, 四, 五, 六, 七, 八, 九, 十, 十一, 十二, 十三, 十四, 十五, 十六, 十七, 十八, 十九, 廿, 廿一, 廿二, 廿三, 廿四, 廿五, 廿六, 廿七, 廿八, 廿九, 卅, 卅一, +% 卅二, 卅三, 卅四, 卅五, 卅六, 卅七, 卅八, 卅九, 四十, 四十一, 四十二, 四十三, 四十四, 四十五, 四十六, 四十七, 四十八, 四十九, 五十, 五十一, 五十二, 五十三, 五十四, 五十五, 五十六, 五十七, 五十八, 五十九 alt_digits "";/ "";/ "";/ @@ -147,9 +146,38 @@ alt_digits "";/ "";/ "";/ "";/ - "" + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" % week 7;19971130;1 +first_weekday 2 era "+:2:1913//01//01:+*::%EC%Ey";/ "+:1:1912//01//01:1912//12//31::%EC";/ @@ -158,7 +186,7 @@ END LC_TIME LC_NUMERIC decimal_point "." -thousands_sep "," +thousands_sep "'" grouping 4 END LC_NUMERIC @@ -166,7 +194,7 @@ LC_MONETARY currency_symbol "NT$" int_curr_symbol "TWD " mon_decimal_point "." -mon_thousands_sep "," +mon_thousands_sep "'" mon_grouping 4 positive_sign "" negative_sign "-" @@ -187,18 +215,22 @@ int_n_sign_posn 1 END LC_MONETARY LC_PAPER -copy "i18n" +height 297 +width 210 END LC_PAPER LC_MEASUREMENT -copy "i18n" +% metric +measurement 1 END LC_MEASUREMENT LC_MESSAGES -% ^[+1yYyY是] -yesexpr "^[+1yY]" -% ^[-0nNnN非] -noexpr "^[-0nN]" +yesexpr "^[yY]" +noexpr "^[nN]" +% 是 +yesstr "" +% 否 +nostr "" END LC_MESSAGES LC_NAME diff --git a/localedata/locales/nan_TW b/localedata/locales/nan_TW index 0c2a56f4ca..678deacf8a 100644 --- a/localedata/locales/nan_TW +++ b/localedata/locales/nan_TW @@ -1,22 +1,16 @@ comment_char % escape_char / -% This file is part of the GNU C Library and contains locale data. -% The Free Software Foundation does not claim any copyright interest -% in the locale data contained in this file. The foregoing does not -% affect the license of the GNU C Library as a whole. It does not -% exempt you from the conditions of the license if your use would -% otherwise be governed by that license. - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% +% This file is a part of GNU C Library (glibc) and contains locale data. The +% Free Software Foundation does not claim any copyright interest in the +% locale data contained in this file. The foregoing does not affect the +% license of GNU C Library (glibc) as a whole. It does not exempt you from the +% conditions of the license if your use would otherwise be governed by +% that license. + % Min Nan Chinese locale for the Republic of China -% % Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i nan_TW nan_TW -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION title "Min Nan Chinese locale for the Republic of China" @@ -28,8 +22,8 @@ tel "" fax "" language "Min Nan Chinese" territory "Taiwan" -revision "0.1" -date "2013-06-02" +revision "0.2" +date "2019-04-02" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE @@ -47,17 +41,20 @@ END LC_IDENTIFICATION LC_CTYPE copy "i18n" +translit_start +include "translit_combining";"" +translit_end + class "hanzi"; / ;/ ..;/ ..;/ ..;/ -..;/ -.. +.. END LC_CTYPE LC_COLLATE -copy "iso14651_t1" +copy "cns11643_stroke" END LC_COLLATE LC_TIME @@ -74,16 +71,16 @@ mon "";/ "";/ "";/ "" -% 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 -abmon " 1";/ - " 2";/ - " 3";/ - " 4";/ - " 5";/ - " 6";/ - " 7";/ - " 8";/ - " 9";/ +% 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 +abmon "1";/ + "2";/ + "3";/ + "4";/ + "5";/ + "6";/ + "7";/ + "8";/ + "9";/ "10";/ "11";/ "12" @@ -103,10 +100,10 @@ abday "";/ "";/ "";/ "" -% %Y年%m月%d日 (%A) %H點%M分%S秒 -d_t_fmt "%Y%m%d (%A) %H%M%S" -% %Y年%m月%d日 -d_fmt "%Y%m%d" +% %Y年%m月%d號 (%A) %H點%M分%S秒 +d_t_fmt "%Y%m%d (%A) %H%M%S" +% %Y年%m月%d號 +d_fmt "%Y%m%d" % %H點%M分%S秒 t_fmt "%H%M%S" % 頂晡, 下晡 @@ -114,9 +111,10 @@ am_pm "";/ "" % %p %I點%M分%S秒 t_fmt_ampm "%p %I%M%S" -% %Y年 %b %e日 %A %H:%M:%S %Z -date_fmt "%Y %b %e %A %H:%M:%S %Z" +% %Y年 %b %-d號 %A %H:%M:%S %Z +date_fmt "%Y %b %-d %A %H:%M:%S %Z" week 7;19971130;1 +first_weekday 2 era "+:2:1913//01//01:+*::%EC%Ey";/ "+:1:1912//01//01:1912//12//31::%EC";/ @@ -125,7 +123,7 @@ END LC_TIME LC_NUMERIC decimal_point "." -thousands_sep "," +thousands_sep "'" grouping 4 END LC_NUMERIC @@ -133,7 +131,7 @@ LC_MONETARY currency_symbol "NT$" int_curr_symbol "TWD " mon_decimal_point "." -mon_thousands_sep "," +mon_thousands_sep "'" mon_grouping 4 positive_sign "" negative_sign "-" @@ -154,18 +152,22 @@ int_n_sign_posn 1 END LC_MONETARY LC_PAPER -copy "i18n" +height 297 +width 210 END LC_PAPER LC_MEASUREMENT -copy "i18n" +% metric +measurement 1 END LC_MEASUREMENT LC_MESSAGES -% ^[+1yYyY是] -yesexpr "^[+1yY]" -% ^[-0nNnN伓] -noexpr "^[-0nN]" +yesexpr "^[yY]" +noexpr "^[nN]" +% 是 +yesstr "" +% 毋是 +nostr "" END LC_MESSAGES LC_NAME -- 2.30.2