summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2009-09-04 05:54:45 +0000
committerache <ache@FreeBSD.org>2009-09-04 05:54:45 +0000
commit9d3cad54e06e8d837c7377098c5f48646c6bd9f2 (patch)
tree4b10893f7f9a444fce87579d4862ef43a64571fa /share/monetdef
parent5ae8d08f60f62c6125cd2f302e42ee9a74cb1a06 (diff)
downloadFreeBSD-src-9d3cad54e06e8d837c7377098c5f48646c6bd9f2.zip
FreeBSD-src-9d3cad54e06e8d837c7377098c5f48646c6bd9f2.tar.gz
Add lv_LV
PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
Diffstat (limited to 'share/monetdef')
-rw-r--r--share/monetdef/Makefile3
-rw-r--r--share/monetdef/lv_LV.ISO8859-13.src36
2 files changed, 38 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index f5599b5..972f149 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -44,6 +44,7 @@ LOCALES= af_ZA.ISO8859-1 \
ko_KR.eucKR \
ko_KR.UTF-8 \
lt_LT.ISO8859-13 \
+ lv_LV.ISO8859-13 \
mn_MN.UTF-8 \
nl_BE.ISO8859-1 \
nl_NL.ISO8859-1 \
@@ -117,7 +118,7 @@ ISO8859-2_UTF-8= hr_HR hu_HU ro_RO sk_SK sl_SI sr_YU
ISO8859-7_UTF-8= el_GR
ISO8859-9_UTF-8= tr_TR
ISO8859-13_ISO8859-4= lt_LT
-ISO8859-13_UTF-8= lt_LT
+ISO8859-13_UTF-8= lt_LT lv_LV
ISO8859-15_ISO8859-15= es_ES:eu_ES
ISO8859-15_UTF-8= et_EE
UTF-8_Big5HKSCS= zh_HK
diff --git a/share/monetdef/lv_LV.ISO8859-13.src b/share/monetdef/lv_LV.ISO8859-13.src
new file mode 100644
index 0000000..647c4e6
--- /dev/null
+++ b/share/monetdef/lv_LV.ISO8859-13.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 (last character always SPACE)
+LVL
+# currency_symbol
+Ls
+# mon_decimal_point
+,
+# mon_thousands_sep
+
+# mon_grouping, separated by ;
+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
OpenPOWER on IntegriCloud