diff options
author | ache <ache@FreeBSD.org> | 2006-10-02 00:36:52 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2006-10-02 00:36:52 +0000 |
commit | c12a3c74f93c0808b4c8f0664df6c80b08a2f570 (patch) | |
tree | 165984092ba5d41e578aaff775a567731ecf6190 /share/monetdef | |
parent | 38c8b0a34c64b9a7022ee3a2d55f2d2a98ead100 (diff) | |
download | FreeBSD-src-c12a3c74f93c0808b4c8f0664df6c80b08a2f570.zip FreeBSD-src-c12a3c74f93c0808b4c8f0664df6c80b08a2f570.tar.gz |
Add mn_MN.UTF-8
Submitted by: Ganbold <ganbold@micom.mng.net>
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/mn_MN.UTF-8.src | 36 |
2 files changed, 37 insertions, 0 deletions
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 |