diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index a0e5e67fb905..0215c9e98a23 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= da_DK.ISO_8859-1 \ + de_DE.ISO_8859-1 \ en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ diff --git a/share/monetdef/de_DE.ISO8859-1.src b/share/monetdef/de_DE.ISO8859-1.src new file mode 100644 index 000000000000..cb05e34775cb --- /dev/null +++ b/share/monetdef/de_DE.ISO8859-1.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 +DEM +# currency_symbol +DM +# 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 +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF diff --git a/share/monetdef/de_DE.ISO_8859-1.src b/share/monetdef/de_DE.ISO_8859-1.src new file mode 100644 index 000000000000..cb05e34775cb --- /dev/null +++ b/share/monetdef/de_DE.ISO_8859-1.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 +DEM +# currency_symbol +DM +# 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 +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index b7895476139f..7e53371ae5ec 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= da_DK.ISO_8859-1 \ + de_DE.ISO_8859-1 \ en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ diff --git a/share/msgdef/de_DE.ISO8859-1.src b/share/msgdef/de_DE.ISO8859-1.src new file mode 100644 index 000000000000..a87da07feee2 --- /dev/null +++ b/share/msgdef/de_DE.ISO8859-1.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/msgdef/de_DE.ISO_8859-1.src b/share/msgdef/de_DE.ISO_8859-1.src new file mode 100644 index 000000000000..a87da07feee2 --- /dev/null +++ b/share/msgdef/de_DE.ISO_8859-1.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 59e976701d79..28a3359840eb 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= da_DK.ISO_8859-1 \ + de_DE.ISO_8859-1 \ en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ diff --git a/share/numericdef/de_DE.ISO8859-1.src b/share/numericdef/de_DE.ISO8859-1.src new file mode 100644 index 000000000000..77ab0aa51a92 --- /dev/null +++ b/share/numericdef/de_DE.ISO8859-1.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 +0;0 +# EOF diff --git a/share/numericdef/de_DE.ISO_8859-1.src b/share/numericdef/de_DE.ISO_8859-1.src new file mode 100644 index 000000000000..77ab0aa51a92 --- /dev/null +++ b/share/numericdef/de_DE.ISO_8859-1.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 +0;0 +# EOF