Added nl_NL locale.

This commit is contained in:
Andrew McMillan 2006-12-02 11:26:57 +13:00
parent 1316f2998b
commit 974925b76f

View File

@ -15,3 +15,5 @@ INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
VALUES( 'fr_FR', 'French', 'Français' );
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
VALUES( 'ru_RU', 'Russian', 'Русский' );
INSERT INTO supported_locales ( locale, locale_name_en, locale_name_locale )
VALUES( 'nl_NL', 'Netherlands', 'Nedersaksisch' );