From 5a3e23de49fd0d09bcf78bd5b51938d5e8878525 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 8 Oct 2023 19:20:00 +0200 Subject: [PATCH] Include Dutch translation --- common_config.php | 1 + locale/{nl => nl_NL}/LC_MESSAGES/onion-link-list.mo | Bin locale/{nl => nl_NL}/LC_MESSAGES/onion-link-list.po | 0 3 files changed, 1 insertion(+) rename locale/{nl => nl_NL}/LC_MESSAGES/onion-link-list.mo (100%) rename locale/{nl => nl_NL}/LC_MESSAGES/onion-link-list.po (100%) 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