summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-01-31 04:37:32 +0000
committerGogs <[email protected]>2019-01-31 04:37:32 +0000
commit43411c926431ff2fcc2042e744f42842add95408 (patch)
treea0a961d9eeee35cc680c513ca643493341f4282d
parentc7c9c5fb0ab6b3d4ea3078865670d6c1dfe2ecac (diff)
parent98d98cade0b4629f65208a27f477c379e3d6c47a (diff)
Merge branch 'master' of AZ/tt-rss into master
-rwxr-xr-xinclude/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 0661becd7..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",
@@ -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");