diff --git a/messages/config.php b/messages/config.php index 9ecf357..4dbdb88 100644 --- a/messages/config.php +++ b/messages/config.php @@ -5,7 +5,7 @@ 'sourcePath' => __DIR__ . DIRECTORY_SEPARATOR . '..', // array, required, list of language codes that the extracted messages // should be translated to. For example, ['zh-CN', 'de']. - 'languages' => ['pt', 'it', 'es', 'de'], + 'languages' => ['pt', 'it', 'es', 'de', 'ru'], // 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