From: Jeroen Ruigrok/asmodai Date: Tue, 28 Sep 2004 08:53:32 +0000 (+0000) Subject: Add Hye-Shik's UTF-8 message definitions. X-Git-Tag: v2.0.1~10031 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/99a5de302ff2e73e15db5abaae24f3cd7f394b81?ds=sidebyside Add Hye-Shik's UTF-8 message definitions. Provided by: Hye-Shik Chang --- diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 19636f5c96..9a096fcc19 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -1,15 +1,18 @@ # $FreeBSD: src/share/msgdef/Makefile,v 1.38.2.3 2002/08/17 19:30:37 ache Exp $ -# $DragonFly: src/share/msgdef/Makefile,v 1.3 2004/08/28 15:17:37 asmodai Exp $ +# $DragonFly: src/share/msgdef/Makefile,v 1.4 2004/09/28 08:53:32 asmodai Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= af_ZA.ISO8859-1 \ + be_BY.UTF-8 \ bg_BG.CP1251 \ + bg_BG.UTF-8 \ cs_CZ.ISO8859-2 \ da_DK.ISO8859-1 \ de_DE.ISO8859-1 \ el_GR.ISO8859-7 \ + el_GR.UTF-8 \ en_CA.ISO8859-1 \ en_GB.ISO8859-1 \ en_US.ISO8859-1 \ @@ -22,8 +25,11 @@ LOCALES= af_ZA.ISO8859-1 \ hi_IN.ISCII-DEV \ hr_HR.ISO8859-2 \ hu_HU.ISO8859-2 \ + hy_AM.UTF-8 \ is_IS.ISO8859-1 \ it_IT.ISO8859-1 \ + ja_JP.UTF-8 \ + kk_KZ.UTF-8 \ lt_LT.ISO8859-13 \ nl_NL.ISO8859-1 \ no_NO.ISO8859-1 \ @@ -33,16 +39,21 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.CP866 \ ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ + ru_RU.UTF-8 \ sl_SI.ISO8859-2 \ + sr_YU.UTF-8 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ uk_UA.KOI8-U \ + uk_UA.UTF-8 \ ko_KR.eucKR \ ja_JP.eucJP \ ja_JP.SJIS \ zh_TW.Big5 \ - zh_CN.eucCN + zh_CN.eucCN \ + zh_CN.UTF-8 \ + zh_TW.UTF-8 LOCALEDIR= ${DESTDIR}/usr/share/locale @@ -50,6 +61,14 @@ ASCIILINKS= en_CA en_GB en_US LATIN15LINKS= af_ZA da_DK de_DE en_CA en_GB en_US es_ES fi_FI fr_BE fr_CH \ fr_FR is_IS it_IT nl_NL no_NO pt_PT sv_SE +UTF8_LATIN1LINKS= af_ZA ca_ES da_DK de_DE en_CA en_GB en_US es_ES fi_FI \ + fr_BE fr_CH fr_FR is_IS it_IT nl_NL no_NO pt_PT sv_SE +UTF8_LATIN2LINKS= cs_CZ hr_HR hu_HU pl_PL ro_RO sl_SI +UTF8_LATIN9LINKS= tr_TR +UTF8_LATIN13LINKS= lt_LT +UTF8_LATIN15LINKS= et_EE + + GB_LINKS= en_AU en_NZ FR_LINKS= fr_CA DE_LINKS= de_AT de_CH @@ -120,5 +139,57 @@ afterinstall: ln -sf ../${link}.ISO8859-1/LC_MESSAGES \ ${LOCALEDIR}/${link}.US-ASCII/LC_MESSAGES .endfor +.for link in ${UTF8_LATIN1LINKS} + ln -sf ${BASE_LOCALEDIR}/${link}.ISO8859-1/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${UTF8_LATIN2LINKS} + ln -sf ${BASE_LOCALEDIR}/${link}.ISO8859-2/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${UTF8_LATIN9LINKS} + ln -sf ${BASE_LOCALEDIR}/${link}.ISO8859-9/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${UTF8_LATIN13LINKS} + ln -sf ${BASE_LOCALEDIR}/${link}.ISO8859-13/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${UTF8_LATIN15LINKS} + ln -sf ${BASE_LOCALEDIR}/${link}.ISO8859-15/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${GB_LINKS} + ln -sf ../en_GB.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${FR_LINKS} + ln -sf ../fr_FR.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${DE_LINKS} + ln -sf ../de_DE.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${IT_LINKS} + ln -sf ../it_IT.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${NL_LINKS} + ln -sf ../nl_NL.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${CZ_LINKS} + ln -sf ../cs_CZ.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor +.for link in ${PT_LINKS} + ln -sf ../pt_PT.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/${link}.UTF-8/LC_MESSAGES +.endfor + ln -sf ${BASE_LOCALEDIR}/ko_KR.eucKR/LC_MESSAGES \ + ${LOCALEDIR}/ko_KR.UTF-8/LC_MESSAGES + ln -sf ../zh_TW.UTF-8/LC_MESSAGES \ + ${LOCALEDIR}/zh_HK.UTF-8/LC_MESSAGES .include diff --git a/share/msgdef/be_BY.UTF-8.src b/share/msgdef/be_BY.UTF-8.src new file mode 100644 index 0000000000..3be54c7ba6 --- /dev/null +++ b/share/msgdef/be_BY.UTF-8.src @@ -0,0 +1,13 @@ +# $DragonFly: src/share/msgdef/be_BY.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[тТyY].* +# noexpr +^[нНnN].* +# yesstr +так +# nostr +не +# EOF diff --git a/share/msgdef/bg_BG.UTF-8.src b/share/msgdef/bg_BG.UTF-8.src new file mode 100644 index 0000000000..19f70e043f --- /dev/null +++ b/share/msgdef/bg_BG.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/bg_BG.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[дДyY].* +# noexpr +^[нНnN].* +# yesstr +да +# nostr +не +# EOF diff --git a/share/msgdef/el_GR.UTF-8.src b/share/msgdef/el_GR.UTF-8.src new file mode 100644 index 0000000000..23884184f4 --- /dev/null +++ b/share/msgdef/el_GR.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/el_GR.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[νΝyY].* +# noexpr +^[οΟnN].* +# yesstr +ΝΑΙ +# nostr +ΟΧΙ +# EOF diff --git a/share/msgdef/hy_AM.UTF-8.src b/share/msgdef/hy_AM.UTF-8.src new file mode 100644 index 0000000000..a4534db6d4 --- /dev/null +++ b/share/msgdef/hy_AM.UTF-8.src @@ -0,0 +1,17 @@ +# $DragonFly: src/share/msgdef/hy_AM.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# msgdef source for ARMSCII-8 locale for FreeBSD +# Made available by Vahe Khachikyan +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[աԱyY].* +# noexpr +^[ոՈnN].* +# yesstr +Այո +# nostr +Ոչ +# EOF diff --git a/share/msgdef/ja_JP.UTF-8.src b/share/msgdef/ja_JP.UTF-8.src new file mode 100644 index 0000000000..2b84d320a2 --- /dev/null +++ b/share/msgdef/ja_JP.UTF-8.src @@ -0,0 +1,10 @@ +# $DragonFly: src/share/msgdef/ja_JP.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyYはハ].* +# noexpr +^[nNnNいイ].* +# EOF diff --git a/share/msgdef/kk_KZ.UTF-8.src b/share/msgdef/kk_KZ.UTF-8.src new file mode 100644 index 0000000000..b4d204116a --- /dev/null +++ b/share/msgdef/kk_KZ.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/kk_KZ.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[иИyY].* +# noexpr +^[жЖnN].* +# yesstr +ия +# nostr +жок +# EOF diff --git a/share/msgdef/ru_RU.UTF-8.src b/share/msgdef/ru_RU.UTF-8.src new file mode 100644 index 0000000000..3a9cdb8926 --- /dev/null +++ b/share/msgdef/ru_RU.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/ru_RU.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[дДyY].* +# noexpr +^[нНnN].* +# yesstr +да +# nostr +н╜т +# EOF diff --git a/share/msgdef/sr_YU.UTF-8.src b/share/msgdef/sr_YU.UTF-8.src new file mode 100644 index 0000000000..fcb31146c9 --- /dev/null +++ b/share/msgdef/sr_YU.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/sr_YU.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[дДyY].* +# noexpr +^[нНnN].* +# yesstr +да +# nostr +не +# EOF diff --git a/share/msgdef/uk_UA.UTF-8.src b/share/msgdef/uk_UA.UTF-8.src new file mode 100644 index 0000000000..074867324a --- /dev/null +++ b/share/msgdef/uk_UA.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/uk_UA.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[тТyY].* +# noexpr +^[нНnN].* +# yesstr +так +# nostr +ні +# EOF diff --git a/share/msgdef/zh_CN.UTF-8.src b/share/msgdef/zh_CN.UTF-8.src new file mode 100644 index 0000000000..ac390d1bde --- /dev/null +++ b/share/msgdef/zh_CN.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/zh_CN.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY是].* +# noexpr +^[nNnN不否].* +# yesstr +是 +# nostr +否 +# EOF diff --git a/share/msgdef/zh_TW.UTF-8.src b/share/msgdef/zh_TW.UTF-8.src new file mode 100644 index 0000000000..b8a5989bb3 --- /dev/null +++ b/share/msgdef/zh_TW.UTF-8.src @@ -0,0 +1,14 @@ +# $DragonFly: src/share/msgdef/zh_TW.UTF-8.src,v 1.1 2004/09/28 08:53:32 asmodai Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY是].* +# noexpr +^[nNnN不否].* +# yesstr +是 +# nostr +否 +# EOF