diff --git a/common_config.php b/common_config.php index 38731d8..63ba85e 100644 --- a/common_config.php +++ b/common_config.php @@ -26,6 +26,7 @@ const LANGUAGES = [ 'fa' => ['name' => 'فارسی', 'locale' => 'fa_IR', 'flag' => '🇮🇷', 'show_in_menu' => true, 'dir' => 'rtl'], 'fr' => ['name' => 'Français', 'locale' => 'fr_FR', 'flag' => '🇫🇷', 'show_in_menu' => true, 'dir' => 'ltr'], 'ja' => ['name' => '日本語', 'locale' => 'ja_JP', 'flag' => '🇯🇵', 'show_in_menu' => true, 'dir' => 'ltr'], + 'nl' => ['name' => 'Nederlands', 'locale' => 'nl_NL', 'flag' => '🇳🇱', 'show_in_menu' => true, 'dir' => 'ltr'], 'pl' => ['name' => 'Polski', 'locale' => 'pl_PL', 'flag' => '🇵🇱', 'show_in_menu' => true, 'dir' => 'ltr'], 'pt' => ['name' => 'Português', 'locale' => 'pt_PT', 'flag' => '🇵🇹', 'show_in_menu' => true, 'dir' => 'ltr'], 'ru' => ['name' => 'Русский', 'locale' => 'ru_RU', 'flag' => '🇷🇺', 'show_in_menu' => true, 'dir' => 'ltr'], diff --git a/locale/nl/LC_MESSAGES/onion-link-list.mo b/locale/nl_NL/LC_MESSAGES/onion-link-list.mo similarity index 100% rename from locale/nl/LC_MESSAGES/onion-link-list.mo rename to locale/nl_NL/LC_MESSAGES/onion-link-list.mo diff --git a/locale/nl/LC_MESSAGES/onion-link-list.po b/locale/nl_NL/LC_MESSAGES/onion-link-list.po similarity index 100% rename from locale/nl/LC_MESSAGES/onion-link-list.po rename to locale/nl_NL/LC_MESSAGES/onion-link-list.po