From 4ac4bff457193980b1ae8280a0d5d62cdc2069a8 Mon Sep 17 00:00:00 2001 From: John Was Date: Thu, 9 Jan 2014 21:20:48 +0100 Subject: [PATCH] fix languages list in messages config --- framework/yii/messages/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/messages/config.php b/framework/yii/messages/config.php index dbc1408..0617d5e 100644 --- a/framework/yii/messages/config.php +++ b/framework/yii/messages/config.php @@ -7,7 +7,7 @@ return [ 'messagePath' => __DIR__, // array, required, list of language codes that the extracted messages // should be translated to. For example, ['zh-CN', 'de']. - 'languages' => ['da', 'de', 'ru', 'pt-BR', 'it', 'da'], + 'languages' => ['da', 'de', 'ru', 'pl', 'pt-BR', 'it'], // 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