diff options
author | abial <abial@FreeBSD.org> | 2001-02-10 22:44:31 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 2001-02-10 22:44:31 +0000 |
commit | 5ee0814345ccf8dd60c034e7d66da7a9bfad97f3 (patch) | |
tree | ac7b5ac61b905ab48decf1c3418f6a6fd022e9e4 /share/numericdef | |
parent | e2f846b9d716ed9bccc45a95eb31adf5c9e3be0b (diff) | |
download | FreeBSD-src-5ee0814345ccf8dd60c034e7d66da7a9bfad97f3.zip FreeBSD-src-5ee0814345ccf8dd60c034e7d66da7a9bfad97f3.tar.gz |
Add Polish locale.
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 1 | ||||
-rw-r--r-- | share/numericdef/pl_PL.ISO8859-2.src | 12 | ||||
-rw-r--r-- | share/numericdef/pl_PL.ISO_8859-2.src | 12 |
3 files changed, 25 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 0896e49..531974e 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -14,6 +14,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/numericdef/pl_PL.ISO8859-2.src b/share/numericdef/pl_PL.ISO8859-2.src new file mode 100644 index 0000000..6867781 --- /dev/null +++ b/share/numericdef/pl_PL.ISO8859-2.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF diff --git a/share/numericdef/pl_PL.ISO_8859-2.src b/share/numericdef/pl_PL.ISO_8859-2.src new file mode 100644 index 0000000..6867781 --- /dev/null +++ b/share/numericdef/pl_PL.ISO_8859-2.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF |