diff options
author | mtm <mtm@FreeBSD.org> | 2003-08-05 05:42:08 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-08-05 05:42:08 +0000 |
commit | 55db7693f7ab4aabeac219af4a2d00a932cb9a36 (patch) | |
tree | 0e418abeb852a843e84aa45a7264fdf2741b1e82 /share/monetdef | |
parent | 4bddddaa7e1e0ad423c802dba603b2540561c4a2 (diff) | |
download | FreeBSD-src-55db7693f7ab4aabeac219af4a2d00a932cb9a36.zip FreeBSD-src-55db7693f7ab4aabeac219af4a2d00a932cb9a36.tar.gz |
Support for the Amharic locale.
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/am_ET.UTF-8.src | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index ba8be87..16e6126 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= af_ZA.ISO8859-1 \ + am_ET.UTF-8 \ bg_BG.CP1251 \ ca_ES.ISO8859-1 \ cs_CZ.ISO8859-2 \ diff --git a/share/monetdef/am_ET.UTF-8.src b/share/monetdef/am_ET.UTF-8.src new file mode 100644 index 0000000..dfabaec --- /dev/null +++ b/share/monetdef/am_ET.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) +ETB +# 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 |