Change locale for Dutch language file.

The "nl" language file should have the
Dutch-Netherlands locale (as "de" has
"de_DE" and not "de_AT"). We could add a
"be" language file, if need be.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2020-05-02 18:46:10 +02:00
parent 4db384f926
commit 24debf1b9e

View File

@ -8,7 +8,7 @@
@define('LANG_CHARSET', 'ISO-8859-1');
@define('SQL_CHARSET', 'latin1');
@define('DATE_LOCALES', 'nl_BE.ISO-8859-1, nl_BE.ISO-8859-1, dutch, nl_BE, nl');
@define('DATE_LOCALES', 'nl_NL.ISO-8859-1, nl_NL.ISO-8859-1, dutch, nl_NL, nl');
@define('DATE_FORMAT_ENTRY', '%A, %e %B %Y');
@define('DATE_FORMAT_SHORT', '%d-%m-%Y %H:%M');
@define('WYSIWYG_LANG', 'nl');