From 2e93f42b58fb4f526f47e6fe65da97a495aa4c0a Mon Sep 17 00:00:00 2001 From: asmodai Date: Fri, 9 Feb 2001 14:08:52 +0000 Subject: Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. --- share/numericdef/Makefile | 1 + share/numericdef/is_IS.ISO8859-1.src | 12 ++++++++++++ share/numericdef/is_IS.ISO_8859-1.src | 12 ++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 share/numericdef/is_IS.ISO8859-1.src create mode 100644 share/numericdef/is_IS.ISO_8859-1.src (limited to 'share/numericdef') diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 4bc9b22..5c8f5d7 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -9,6 +9,7 @@ LOCALES= af_ZA.ISO_8859-1 \ en_US.ISO_8859-1 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ + is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ ru_RU.KOI8-R \ diff --git a/share/numericdef/is_IS.ISO8859-1.src b/share/numericdef/is_IS.ISO8859-1.src new file mode 100644 index 0000000..6867781 --- /dev/null +++ b/share/numericdef/is_IS.ISO8859-1.src @@ -0,0 +1,12 @@ +# $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 new file mode 100644 index 0000000..6867781 --- /dev/null +++ b/share/numericdef/is_IS.ISO_8859-1.src @@ -0,0 +1,12 @@ +# $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 -- cgit v1.1