diff options
-rw-r--r-- | share/mklocale/Makefile | 4 | ||||
-rw-r--r-- | share/monetdef/Makefile | 2 | ||||
-rw-r--r-- | share/monetdef/sr_YU.ISO8859-2.src | 36 | ||||
-rw-r--r-- | share/monetdef/sr_YU.ISO8859-5.src | 36 | ||||
-rw-r--r-- | share/msgdef/Makefile | 2 | ||||
-rw-r--r-- | share/msgdef/sr_YU.ISO8859-2.src | 10 | ||||
-rw-r--r-- | share/msgdef/sr_YU.ISO8859-5.src | 14 | ||||
-rw-r--r-- | share/numericdef/Makefile | 2 | ||||
-rw-r--r-- | share/numericdef/sr_YU.ISO8859-2.src | 12 | ||||
-rw-r--r-- | share/numericdef/sr_YU.ISO8859-5.src | 12 | ||||
-rw-r--r-- | share/timedef/Makefile | 2 | ||||
-rw-r--r-- | share/timedef/sr_YU.ISO8859-2.src | 102 | ||||
-rw-r--r-- | share/timedef/sr_YU.ISO8859-5.src | 102 |
13 files changed, 334 insertions, 2 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index 517edef..40e37aa 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -29,9 +29,9 @@ LATIN1XLINKS= af_ZA da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_NZ en_US \ nl_NL no_NO pt_PT sv_SE LATIN1LINKS= ${LATIN1XLINKS} pt_BR LATIN15LINKS= ${LATIN1XLINKS} et_EE -LATIN2LINKS= cs_CZ hr_HR hu_HU pl_PL sl_SI ro_RO sk_SK +LATIN2LINKS= cs_CZ hr_HR hu_HU pl_PL sl_SI sr_YU ro_RO sk_SK LATIN4LINKS= lt_LT -LATIN5LINKS= uk_UA +LATIN5LINKS= sr_YU uk_UA .SUFFIXES: .src .out diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 9a03fb0..9023edf 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -41,6 +41,8 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.KOI8-R \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ diff --git a/share/monetdef/sr_YU.ISO8859-2.src b/share/monetdef/sr_YU.ISO8859-2.src new file mode 100644 index 0000000..b706e29 --- /dev/null +++ b/share/monetdef/sr_YU.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 (last character always SPACE) +YUD +# currency_symbol +din +# 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 +2 +# n_cs_precedes +0 +# n_sep_by_space +2 +# p_sign_posn +2 +# n_sign_posn +2 +# EOF diff --git a/share/monetdef/sr_YU.ISO8859-5.src b/share/monetdef/sr_YU.ISO8859-5.src new file mode 100644 index 0000000..e5e9f4c --- /dev/null +++ b/share/monetdef/sr_YU.ISO8859-5.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) +YUD +# 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 +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 96ffb3d..e6d2dcf 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -32,6 +32,8 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ diff --git a/share/msgdef/sr_YU.ISO8859-2.src b/share/msgdef/sr_YU.ISO8859-2.src new file mode 100644 index 0000000..a711ff7 --- /dev/null +++ b/share/msgdef/sr_YU.ISO8859-2.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[dDyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/msgdef/sr_YU.ISO8859-5.src b/share/msgdef/sr_YU.ISO8859-5.src new file mode 100644 index 0000000..24ec0c7 --- /dev/null +++ b/share/msgdef/sr_YU.ISO8859-5.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[дДyY].* +# noexpr +^[нНnN].* +# yesstr +да +# nostr +не +# EOF diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 2c38ea8..5582830 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -33,6 +33,8 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.KOI8-R \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ diff --git a/share/numericdef/sr_YU.ISO8859-2.src b/share/numericdef/sr_YU.ISO8859-2.src new file mode 100644 index 0000000..27148ff --- /dev/null +++ b/share/numericdef/sr_YU.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, separated by ; +0;0 +# EOF diff --git a/share/numericdef/sr_YU.ISO8859-5.src b/share/numericdef/sr_YU.ISO8859-5.src new file mode 100644 index 0000000..4ebc899 --- /dev/null +++ b/share/numericdef/sr_YU.ISO8859-5.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, separated by ; +3;3 +# EOF diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 767691f..142d2e9 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -36,6 +36,8 @@ LOCALES= bg_BG.CP1251 \ ru_RU.KOI8-R \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ diff --git a/share/timedef/sr_YU.ISO8859-2.src b/share/timedef/sr_YU.ISO8859-2.src new file mode 100644 index 0000000..f384050 --- /dev/null +++ b/share/timedef/sr_YU.ISO8859-2.src @@ -0,0 +1,102 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short months names +# +jan +feb +mar +apr +maj +jun +jul +avg +sep +okt +nov +dec +# +# Long months names +# +januar +februar +mart +april +maj +juni +juli +avgust +septembar +oktobar +novembar +decembar +# +# Short weekdays names +# +ned +pon +uto +sre +шet +pet +sub +# +# Long weekdays names +# +nedelja +ponedeljak +utorak +sreda +шetvrtak +petak +subota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long months names (alternative) +# +januar +februar +mart +april +maj +juni +juli +avgust +septembar +oktobar +novembar +decembar +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF diff --git a/share/timedef/sr_YU.ISO8859-5.src b/share/timedef/sr_YU.ISO8859-5.src new file mode 100644 index 0000000..c7b962a --- /dev/null +++ b/share/timedef/sr_YU.ISO8859-5.src @@ -0,0 +1,102 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short months names +# +јан +феб +мар +апр +мај +јун +јул +авг +сеп +окт +нов +дец +# +# Long months names +# +јануaр +фебруар +март +април +мај +јуни +јули +август +септембар +октобар +новембар +децембар +# +# Short weekdays names +# +нед +пон +уто +сре +чет +пет +суб +# +# Long weekdays names +# +недеља +понедељак +уторак +среда +четвртак +петак +субота +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names in alternative form +# +јануaр +фебруар +март +април +мај +јуни +јули +август +септембар +октобар +новембар +децембар +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF |