diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-25 22:02:10 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-25 22:02:10 +0000 |
| commit | 69966c65745dc2a5e26983daf45d7bc026e86f29 (patch) | |
| tree | 35d31a03d95116ad062c6c56b5346580814aec76 /share/monetdef | |
| parent | 8f47eb5b3a898ded9c1178b4cf26ed4d63ef870d (diff) | |
Notes
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 9023edfaba37..5017dce9c32a 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 000000000000..790e0c9a41c3 --- /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 |
