diff options
author | ache <ache@FreeBSD.org> | 2002-10-25 22:02:10 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-10-25 22:02:10 +0000 |
commit | afbee5cba8577fcdf8724b27f30670c1d4f8ff2d (patch) | |
tree | 35d31a03d95116ad062c6c56b5346580814aec76 /share/monetdef | |
parent | 7a461db5d556b739ebbf3af2aa92cd2f0f95dd3a (diff) | |
download | FreeBSD-src-afbee5cba8577fcdf8724b27f30670c1d4f8ff2d.zip FreeBSD-src-afbee5cba8577fcdf8724b27f30670c1d4f8ff2d.tar.gz |
Add lt_LT.ISO8859-13
PR: 44268
Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/lt_LT.ISO8859-13.src | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 9023edf..5017dce 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -29,6 +29,7 @@ LOCALES= af_ZA.ISO8859-1 \ it_IT.ISO8859-1 \ ja_JP.eucJP \ ko_KR.eucKR \ + lt_LT.ISO8859-13 \ nl_BE.ISO8859-1 \ nl_NL.ISO8859-1 \ no_NO.ISO8859-1 \ diff --git a/share/monetdef/lt_LT.ISO8859-13.src b/share/monetdef/lt_LT.ISO8859-13.src new file mode 100644 index 0000000..790e0c9 --- /dev/null +++ b/share/monetdef/lt_LT.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) +LTL +# currency_symbol +Lt +# 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 |