From c12a3c74f93c0808b4c8f0664df6c80b08a2f570 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 2 Oct 2006 00:36:52 +0000 Subject: Add mn_MN.UTF-8 Submitted by: Ganbold --- share/monetdef/Makefile | 1 + share/monetdef/mn_MN.UTF-8.src | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 share/monetdef/mn_MN.UTF-8.src (limited to 'share/monetdef') diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 5908ad9..b086f3d 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 \ + mn_MN.UTF-8 \ nl_BE.ISO8859-1 \ nl_NL.ISO8859-1 \ no_NO.ISO8859-1 \ diff --git a/share/monetdef/mn_MN.UTF-8.src b/share/monetdef/mn_MN.UTF-8.src new file mode 100644 index 0000000..a2638a7 --- /dev/null +++ b/share/monetdef/mn_MN.UTF-8.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) +MNT +# currency_symbol +₮ +# 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 +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF -- cgit v1.1