diff --git a/messages/config.php b/messages/config.php index 13b00641..bde69388 100755 --- a/messages/config.php +++ b/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' => ['cs', 'da', 'de', 'el-GR', 'en', 'es', 'fa-IR', 'fr', 'hu', 'id', 'it', 'lt', 'lv', 'nl', 'pl', 'pt', 'ru', 'th', 'tr', 'vi', 'zh'], + 'languages' => ['cs', 'da', 'de', 'el-GR', 'en', 'es', 'fa-IR', 'fr', 'hu', 'id', 'it', 'lt', 'lv', 'nl', 'pl', 'pt', 'ru', 'th', 'tr', 'vi', 'zh', 'gu', 'hi'], // 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 @@ -48,4 +48,4 @@ // When format is "db", you may specify the following two options //'db' => 'db', //'sourceMessageTable' => '{{%source_message}}', -]; \ No newline at end of file +];