From 57c3322088c1cf47cef82b90c83bec558224e5db Mon Sep 17 00:00:00 2001 From: Andrii Zhuk Date: Wed, 30 Jan 2019 16:14:07 +0200 Subject: Changed language name for Ukrainian --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 0661becd7..d35debd8a 100755 --- a/include/functions.php +++ b/include/functions.php @@ -105,7 +105,7 @@ "pt_PT" => "Portuguese/Portugal", "zh_CN" => "Simplified Chinese", "zh_TW" => "Traditional Chinese", - "uk_UA" => "Украинский", + "uk_UA" => "Українська", "sv_SE" => "Svenska", "fi_FI" => "Suomi", "tr_TR" => "Türkçe"); -- cgit v1.2.3 From f1f2b81a902ce654096143bd4f54e0b5685a7dda Mon Sep 17 00:00:00 2001 From: Andrii Zhuk Date: Wed, 30 Jan 2019 16:57:28 +0200 Subject: Add i18n for auto mode:wq --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index d35debd8a..af52b480c 100755 --- a/include/functions.php +++ b/include/functions.php @@ -81,7 +81,7 @@ */ function get_translations() { $tr = array( - "auto" => "Detect automatically", + "auto" => __("Detect automatically"), "ar_SA" => "العربيّة (Arabic)", "bg_BG" => "Bulgarian", "da_DA" => "Dansk", -- cgit v1.2.3