summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-09 11:38:57 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-09 11:38:57 +0000
commitfde79937c3fbbb5febf4b8551147820cd8289de4 (patch)
treed5a6a40060aa9befecba90594abbedf0f5ac04f4
parent562479cba6d5ebb3fccfb22bfe2798711f982791 (diff)
Notes
-rw-r--r--share/monetdef/Makefile3
-rw-r--r--share/monetdef/sv_SE.ISO8859-1.src36
-rw-r--r--share/monetdef/sv_SE.ISO_8859-1.src36
-rw-r--r--share/msgdef/Makefile3
-rw-r--r--share/msgdef/sv_SE.ISO8859-1.src10
-rw-r--r--share/msgdef/sv_SE.ISO_8859-1.src10
-rw-r--r--share/numericdef/Makefile3
-rw-r--r--share/numericdef/sv_SE.ISO8859-1.src12
-rw-r--r--share/numericdef/sv_SE.ISO_8859-1.src12
9 files changed, 122 insertions, 3 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 28fd8f68e6cd..5b00a63e4ba2 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -5,7 +5,8 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
- ru_RU.KOI8-R
+ ru_RU.KOI8-R \
+ sv_SE.ISO_8859-1
LOCALEDIR= ${DESTDIR}/usr/share/locale
diff --git a/share/monetdef/sv_SE.ISO8859-1.src b/share/monetdef/sv_SE.ISO8859-1.src
new file mode 100644
index 000000000000..c1aac03facbf
--- /dev/null
+++ b/share/monetdef/sv_SE.ISO8859-1.src
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol
+SEK
+# currency_symbol
+kr
+# mon_decimal_point
+,
+# mon_thousands_sep
+
+# mon_grouping
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+2
+# frac_digits
+2
+# p_cs_precedes
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
diff --git a/share/monetdef/sv_SE.ISO_8859-1.src b/share/monetdef/sv_SE.ISO_8859-1.src
new file mode 100644
index 000000000000..c1aac03facbf
--- /dev/null
+++ b/share/monetdef/sv_SE.ISO_8859-1.src
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol
+SEK
+# currency_symbol
+kr
+# mon_decimal_point
+,
+# mon_thousands_sep
+
+# mon_grouping
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+2
+# frac_digits
+2
+# p_cs_precedes
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index eeec50336d09..38c0282dda0a 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -5,7 +5,8 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
- ru_RU.KOI8-R
+ ru_RU.KOI8-R \
+ sv_SE.ISO_8859-1
LOCALEDIR= ${DESTDIR}/usr/share/locale
diff --git a/share/msgdef/sv_SE.ISO8859-1.src b/share/msgdef/sv_SE.ISO8859-1.src
new file mode 100644
index 000000000000..a87da07feee2
--- /dev/null
+++ b/share/msgdef/sv_SE.ISO8859-1.src
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[jJyY].*
+# noexpr
+^[nN].*
+# EOF
diff --git a/share/msgdef/sv_SE.ISO_8859-1.src b/share/msgdef/sv_SE.ISO_8859-1.src
new file mode 100644
index 000000000000..a87da07feee2
--- /dev/null
+++ b/share/msgdef/sv_SE.ISO_8859-1.src
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[jJyY].*
+# noexpr
+^[nN].*
+# EOF
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 64ad2adf0a3f..21560edbf3f7 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -5,7 +5,8 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
- ru_RU.KOI8-R
+ ru_RU.KOI8-R \
+ sv_SE.ISO_8859-1
LOCALEDIR= ${DESTDIR}/usr/share/locale
diff --git a/share/numericdef/sv_SE.ISO8859-1.src b/share/numericdef/sv_SE.ISO8859-1.src
new file mode 100644
index 000000000000..72585ad838e8
--- /dev/null
+++ b/share/numericdef/sv_SE.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;0
+# EOF
diff --git a/share/numericdef/sv_SE.ISO_8859-1.src b/share/numericdef/sv_SE.ISO_8859-1.src
new file mode 100644
index 000000000000..72585ad838e8
--- /dev/null
+++ b/share/numericdef/sv_SE.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;0
+# EOF