From 11fb738c4946c7c10255ed874359e14449ff81e9 Mon Sep 17 00:00:00 2001 From: Nikola Trifunovic Date: Sat, 11 Jan 2014 15:30:42 +0100 Subject: [PATCH] rearanged language array --- framework/messages/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/config.php b/framework/messages/config.php index 9a60c48..cb33f56 100644 --- a/framework/messages/config.php +++ b/framework/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', 'es', 'it', 'ja', 'pl', 'pt-BR', 'ro', 'ru', 'zh-CN','sr','sr-cyrl','sr-latn'], + 'languages' => ['da', 'de', 'es', 'it', 'ja', 'pl', 'pt-BR', 'ro', 'ru', 'sr','sr-latn', 'zh-CN'], // 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