From 5ee0814345ccf8dd60c034e7d66da7a9bfad97f3 Mon Sep 17 00:00:00 2001 From: abial Date: Sat, 10 Feb 2001 22:44:31 +0000 Subject: Add Polish locale. --- share/monetdef/Makefile | 1 + share/monetdef/pl_PL.ISO8859-2.src | 36 ++++++++++++++++++++++++++++++++++++ share/monetdef/pl_PL.ISO_8859-2.src | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 share/monetdef/pl_PL.ISO8859-2.src create mode 100644 share/monetdef/pl_PL.ISO_8859-2.src (limited to 'share/monetdef') diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index fd45eaf..1660dbd 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -19,6 +19,7 @@ LOCALES= af_ZA.ISO_8859-1 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ + pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 diff --git a/share/monetdef/pl_PL.ISO8859-2.src b/share/monetdef/pl_PL.ISO8859-2.src new file mode 100644 index 0000000..c39be8e --- /dev/null +++ b/share/monetdef/pl_PL.ISO8859-2.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 +PLN +# currency_symbol +zł +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF diff --git a/share/monetdef/pl_PL.ISO_8859-2.src b/share/monetdef/pl_PL.ISO_8859-2.src new file mode 100644 index 0000000..c39be8e --- /dev/null +++ b/share/monetdef/pl_PL.ISO_8859-2.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 +PLN +# currency_symbol +zł +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF -- cgit v1.1