From b2e64f074982beb0721ac25f9f11a6da51c1d617 Mon Sep 17 00:00:00 2001 From: Kenjebaev Sag'indiq Date: Thu, 5 May 2022 15:43:11 +0500 Subject: [PATCH] Add Uzbek (cyrillic) language in messages config --- src/messages/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/config.php b/src/messages/config.php index 5718643..bf1f135 100644 --- a/src/messages/config.php +++ b/src/messages/config.php @@ -6,7 +6,7 @@ 'messagePath' => __DIR__, // array, required, list of language codes that the extracted messages // should be translated to. For example, ['zh-CN', 'de']. - 'languages' => ['ar', 'da', 'de', 'el-GR', 'en', 'es', 'fa', 'fr', 'hr', 'hu', 'hy-AM', 'id', 'it', 'lv', 'nl', 'pl', 'pt', 'ru', 'th', 'tr', 'uz', 'zh'], + 'languages' => ['ar', 'da', 'de', 'el-GR', 'en', 'es', 'fa', 'fr', 'hr', 'hu', 'hy-AM', 'id', 'it', 'lv', 'nl', 'pl', 'pt', 'ru', 'th', 'tr', 'uz', 'uz-Cy', 'zh'], // string, the name of the function for translating messages. // Defaults to 'Yii::t'. This is used as a mark to find the messages to be // translated. You may use a string for single function name or an array for