From d06fdc72a3467f6a59958d794845fac210097201 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 10 Jun 2001 14:36:39 +0000 Subject: [PATCH] Switch to new locale names --- share/numericdef/Makefile | 68 +++++++++++++------------- share/numericdef/af_ZA.ISO_8859-1.src | 12 ----- share/numericdef/cs_CZ.ISO_8859-2.src | 12 ----- share/numericdef/da_DK.ISO_8859-1.src | 12 ----- share/numericdef/de_DE.ISO_8859-1.src | 12 ----- share/numericdef/el_GR.ISO_8859-7.src | 12 ----- share/numericdef/en_US.ISO_8859-1.src | 12 ----- share/numericdef/es_ES.ISO_8859-1.src | 12 ----- share/numericdef/et_EE.ISO_8859-15.src | 12 ----- share/numericdef/fi_FI.ISO_8859-1.src | 12 ----- share/numericdef/fr_FR.ISO_8859-1.src | 12 ----- share/numericdef/hr_HR.ISO_8859-2.src | 12 ----- share/numericdef/hu_HU.ISO_8859-2.src | 12 ----- share/numericdef/is_IS.ISO_8859-1.src | 12 ----- share/numericdef/it_IT.ISO_8859-1.src | 12 ----- share/numericdef/ja_JP.EUC.src | 12 ----- share/numericdef/ko_KR.EUC.src | 12 ----- share/numericdef/nl_NL.ISO_8859-1.src | 12 ----- share/numericdef/no_NO.ISO_8859-1.src | 12 ----- share/numericdef/pl_PL.ISO_8859-2.src | 12 ----- share/numericdef/pt_PT.ISO_8859-1.src | 12 ----- share/numericdef/ru_RU.ISO_8859-5.src | 12 ----- share/numericdef/sk_SK.ISO_8859-2.src | 14 ------ share/numericdef/sl_SI.ISO_8859-2.src | 12 ----- share/numericdef/sv_SE.ISO_8859-1.src | 12 ----- share/numericdef/tr_TR.ISO_8859-9.src | 12 ----- share/numericdef/zh_CN.EUC.src | 12 ----- 27 files changed, 34 insertions(+), 348 deletions(-) delete mode 100644 share/numericdef/af_ZA.ISO_8859-1.src delete mode 100644 share/numericdef/cs_CZ.ISO_8859-2.src delete mode 100644 share/numericdef/da_DK.ISO_8859-1.src delete mode 100644 share/numericdef/de_DE.ISO_8859-1.src delete mode 100644 share/numericdef/el_GR.ISO_8859-7.src delete mode 100644 share/numericdef/en_US.ISO_8859-1.src delete mode 100644 share/numericdef/es_ES.ISO_8859-1.src delete mode 100644 share/numericdef/et_EE.ISO_8859-15.src delete mode 100644 share/numericdef/fi_FI.ISO_8859-1.src delete mode 100644 share/numericdef/fr_FR.ISO_8859-1.src delete mode 100644 share/numericdef/hr_HR.ISO_8859-2.src delete mode 100644 share/numericdef/hu_HU.ISO_8859-2.src delete mode 100644 share/numericdef/is_IS.ISO_8859-1.src delete mode 100644 share/numericdef/it_IT.ISO_8859-1.src delete mode 100644 share/numericdef/ja_JP.EUC.src delete mode 100644 share/numericdef/ko_KR.EUC.src delete mode 100644 share/numericdef/nl_NL.ISO_8859-1.src delete mode 100644 share/numericdef/no_NO.ISO_8859-1.src delete mode 100644 share/numericdef/pl_PL.ISO_8859-2.src delete mode 100644 share/numericdef/pt_PT.ISO_8859-1.src delete mode 100644 share/numericdef/ru_RU.ISO_8859-5.src delete mode 100644 share/numericdef/sk_SK.ISO_8859-2.src delete mode 100644 share/numericdef/sl_SI.ISO_8859-2.src delete mode 100644 share/numericdef/sv_SE.ISO_8859-1.src delete mode 100644 share/numericdef/tr_TR.ISO_8859-9.src delete mode 100644 share/numericdef/zh_CN.EUC.src diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 1d9badb73973..39597f8c3f61 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -3,47 +3,47 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= af_ZA.ISO_8859-1 \ - cs_CZ.ISO_8859-2 \ - da_DK.ISO_8859-1 \ - de_DE.ISO_8859-1 \ - el_GR.ISO_8859-7 \ - en_US.ISO_8859-1 \ - es_ES.ISO_8859-1 \ - et_EE.ISO_8859-15 \ - fi_FI.ISO_8859-1 \ - fr_FR.ISO_8859-1 \ - hr_HR.ISO_8859-2 \ - hu_HU.ISO_8859-2 \ - is_IS.ISO_8859-1 \ - it_IT.ISO_8859-1 \ - nl_NL.ISO_8859-1 \ - no_NO.ISO_8859-1 \ - pl_PL.ISO_8859-2 \ - pt_PT.ISO_8859-1 \ +LOCALES= af_ZA.ISO8859-1 \ + cs_CZ.ISO8859-2 \ + da_DK.ISO8859-1 \ + de_DE.ISO8859-1 \ + el_GR.ISO8859-7 \ + en_US.ISO8859-1 \ + es_ES.ISO8859-1 \ + et_EE.ISO8859-15 \ + fi_FI.ISO8859-1 \ + fr_FR.ISO8859-1 \ + hr_HR.ISO8859-2 \ + hu_HU.ISO8859-2 \ + is_IS.ISO8859-1 \ + it_IT.ISO8859-1 \ + nl_NL.ISO8859-1 \ + no_NO.ISO8859-1 \ + pl_PL.ISO8859-2 \ + pt_PT.ISO8859-1 \ ru_RU.CP866 \ - ru_RU.ISO_8859-5 \ + ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ - sk_SK.ISO_8859-2 \ - sl_SI.ISO_8859-2 \ - sv_SE.ISO_8859-1 \ - tr_TR.ISO_8859-9 \ + sk_SK.ISO8859-2 \ + sl_SI.ISO8859-2 \ + sv_SE.ISO8859-1 \ + tr_TR.ISO8859-9 \ uk_UA.KOI8-U \ - ko_KR.EUC \ - ja_JP.EUC \ + ko_KR.eucKR \ + ja_JP.eucJP \ zh_TW.Big5 \ - zh_CN.EUC + zh_CN.eucCN LOCALEDIR= ${DESTDIR}/usr/share/locale -USENGLISH= en_US.ISO_8859-1 -USENGLISHLINKS= en_CA.ISO_8859-1 en_GB.ISO_8859-1 -GBENGLISH= en_GB.ISO_8859-1 -GBENGLISHLINKS= en_AU.ISO_8859-1 en_NZ.ISO_8859-1 -FRENCH= fr_FR.ISO_8859-1 -FRENCHLINKS= fr_CA.ISO_8859-1 fr_CH.ISO_8859-1 -GERMAN= de_DE.ISO_8859-1 -GERMANLINKS= de_AT.ISO_8859-1 +USENGLISH= en_US.ISO8859-1 +USENGLISHLINKS= en_US.US-ASCII en_CA.ISO8859-1 en_GB.ISO8859-1 +GBENGLISH= en_GB.ISO8859-1 +GBENGLISHLINKS= en_AU.ISO8859-1 en_NZ.ISO8859-1 +FRENCH= fr_FR.ISO8859-1 +FRENCHLINKS= fr_CA.ISO8859-1 fr_CH.ISO8859-1 +GERMAN= de_DE.ISO8859-1 +GERMANLINKS= de_AT.ISO8859-1 .SUFFIXES: .src .out diff --git a/share/numericdef/af_ZA.ISO_8859-1.src b/share/numericdef/af_ZA.ISO_8859-1.src deleted file mode 100644 index 9c48fd3b1593..000000000000 --- a/share/numericdef/af_ZA.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep -. -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/cs_CZ.ISO_8859-2.src b/share/numericdef/cs_CZ.ISO_8859-2.src deleted file mode 100644 index 68677812c355..000000000000 --- a/share/numericdef/cs_CZ.ISO_8859-2.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping -3;3 -# EOF diff --git a/share/numericdef/da_DK.ISO_8859-1.src b/share/numericdef/da_DK.ISO_8859-1.src deleted file mode 100644 index 9c48fd3b1593..000000000000 --- a/share/numericdef/da_DK.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep -. -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/de_DE.ISO_8859-1.src b/share/numericdef/de_DE.ISO_8859-1.src deleted file mode 100644 index 0036ad362aae..000000000000 --- a/share/numericdef/de_DE.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; --1 -# EOF diff --git a/share/numericdef/el_GR.ISO_8859-7.src b/share/numericdef/el_GR.ISO_8859-7.src deleted file mode 100644 index ee9ee5b4d15e..000000000000 --- a/share/numericdef/el_GR.ISO_8859-7.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep -. -# grouping --1 -# EOF diff --git a/share/numericdef/en_US.ISO_8859-1.src b/share/numericdef/en_US.ISO_8859-1.src deleted file mode 100644 index cd49d3608dc5..000000000000 --- a/share/numericdef/en_US.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -. -# thousands_sep -, -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/es_ES.ISO_8859-1.src b/share/numericdef/es_ES.ISO_8859-1.src deleted file mode 100644 index 0036ad362aae..000000000000 --- a/share/numericdef/es_ES.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; --1 -# EOF diff --git a/share/numericdef/et_EE.ISO_8859-15.src b/share/numericdef/et_EE.ISO_8859-15.src deleted file mode 100644 index 4ebc899962aa..000000000000 --- a/share/numericdef/et_EE.ISO_8859-15.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/fi_FI.ISO_8859-1.src b/share/numericdef/fi_FI.ISO_8859-1.src deleted file mode 100644 index 9c48fd3b1593..000000000000 --- a/share/numericdef/fi_FI.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep -. -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/fr_FR.ISO_8859-1.src b/share/numericdef/fr_FR.ISO_8859-1.src deleted file mode 100644 index 0036ad362aae..000000000000 --- a/share/numericdef/fr_FR.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; --1 -# EOF diff --git a/share/numericdef/hr_HR.ISO_8859-2.src b/share/numericdef/hr_HR.ISO_8859-2.src deleted file mode 100644 index 27148ff2de29..000000000000 --- a/share/numericdef/hr_HR.ISO_8859-2.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -0;0 -# EOF diff --git a/share/numericdef/hu_HU.ISO_8859-2.src b/share/numericdef/hu_HU.ISO_8859-2.src deleted file mode 100644 index 68677812c355..000000000000 --- a/share/numericdef/hu_HU.ISO_8859-2.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping -3;3 -# EOF diff --git a/share/numericdef/is_IS.ISO_8859-1.src b/share/numericdef/is_IS.ISO_8859-1.src deleted file mode 100644 index 4ebc899962aa..000000000000 --- a/share/numericdef/is_IS.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/it_IT.ISO_8859-1.src b/share/numericdef/it_IT.ISO_8859-1.src deleted file mode 100644 index 27148ff2de29..000000000000 --- a/share/numericdef/it_IT.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -0;0 -# EOF diff --git a/share/numericdef/ja_JP.EUC.src b/share/numericdef/ja_JP.EUC.src deleted file mode 100644 index cd49d3608dc5..000000000000 --- a/share/numericdef/ja_JP.EUC.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -. -# thousands_sep -, -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/ko_KR.EUC.src b/share/numericdef/ko_KR.EUC.src deleted file mode 100644 index cd49d3608dc5..000000000000 --- a/share/numericdef/ko_KR.EUC.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -. -# thousands_sep -, -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/nl_NL.ISO_8859-1.src b/share/numericdef/nl_NL.ISO_8859-1.src deleted file mode 100644 index 0036ad362aae..000000000000 --- a/share/numericdef/nl_NL.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; --1 -# EOF diff --git a/share/numericdef/no_NO.ISO_8859-1.src b/share/numericdef/no_NO.ISO_8859-1.src deleted file mode 100644 index 9c48fd3b1593..000000000000 --- a/share/numericdef/no_NO.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep -. -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/pl_PL.ISO_8859-2.src b/share/numericdef/pl_PL.ISO_8859-2.src deleted file mode 100644 index 68677812c355..000000000000 --- a/share/numericdef/pl_PL.ISO_8859-2.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping -3;3 -# EOF diff --git a/share/numericdef/pt_PT.ISO_8859-1.src b/share/numericdef/pt_PT.ISO_8859-1.src deleted file mode 100644 index 27148ff2de29..000000000000 --- a/share/numericdef/pt_PT.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -0;0 -# EOF diff --git a/share/numericdef/ru_RU.ISO_8859-5.src b/share/numericdef/ru_RU.ISO_8859-5.src deleted file mode 100644 index 4ebc899962aa..000000000000 --- a/share/numericdef/ru_RU.ISO_8859-5.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/sk_SK.ISO_8859-2.src b/share/numericdef/sk_SK.ISO_8859-2.src deleted file mode 100644 index 19776246f8ca..000000000000 --- a/share/numericdef/sk_SK.ISO_8859-2.src +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ -# -# Slovak numeric definition -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping -3;3 -# EOF diff --git a/share/numericdef/sl_SI.ISO_8859-2.src b/share/numericdef/sl_SI.ISO_8859-2.src deleted file mode 100644 index 900949a3652d..000000000000 --- a/share/numericdef/sl_SI.ISO_8859-2.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -0;0 -# EOF diff --git a/share/numericdef/sv_SE.ISO_8859-1.src b/share/numericdef/sv_SE.ISO_8859-1.src deleted file mode 100644 index 4ebc899962aa..000000000000 --- a/share/numericdef/sv_SE.ISO_8859-1.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -3;3 -# EOF diff --git a/share/numericdef/tr_TR.ISO_8859-9.src b/share/numericdef/tr_TR.ISO_8859-9.src deleted file mode 100644 index 27148ff2de29..000000000000 --- a/share/numericdef/tr_TR.ISO_8859-9.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -0;0 -# EOF diff --git a/share/numericdef/zh_CN.EUC.src b/share/numericdef/zh_CN.EUC.src deleted file mode 100644 index cd49d3608dc5..000000000000 --- a/share/numericdef/zh_CN.EUC.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -. -# thousands_sep -, -# grouping, separated by ; -3;3 -# EOF