diff options
author | ache <ache@FreeBSD.org> | 2001-06-10 14:36:39 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-06-10 14:36:39 +0000 |
commit | f7491df7d2ee14a84982ac83a8ddb370da711be6 (patch) | |
tree | 2dcbf2d3b1a2e393f7e6a310a8f05eaecf0c408e /share/numericdef | |
parent | 5603c160a391a927a1d77fc7e9cb900267adb8ec (diff) | |
download | FreeBSD-src-f7491df7d2ee14a84982ac83a8ddb370da711be6.zip FreeBSD-src-f7491df7d2ee14a84982ac83a8ddb370da711be6.tar.gz |
Switch to new locale names
Diffstat (limited to 'share/numericdef')
27 files changed, 34 insertions, 348 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 1d9badb..39597f8 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 9c48fd3..0000000 --- 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 6867781..0000000 --- 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 9c48fd3..0000000 --- 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 0036ad3..0000000 --- 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 ee9ee5b..0000000 --- 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 cd49d36..0000000 --- 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 0036ad3..0000000 --- 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 4ebc899..0000000 --- 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 9c48fd3..0000000 --- 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 0036ad3..0000000 --- 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 27148ff..0000000 --- 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 6867781..0000000 --- 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 4ebc899..0000000 --- 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 27148ff..0000000 --- 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 cd49d36..0000000 --- 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 cd49d36..0000000 --- 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 0036ad3..0000000 --- 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 9c48fd3..0000000 --- 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 6867781..0000000 --- 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 27148ff..0000000 --- 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 4ebc899..0000000 --- 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 1977624..0000000 --- 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 900949a..0000000 --- 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 4ebc899..0000000 --- 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 27148ff..0000000 --- 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 cd49d36..0000000 --- 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 |