reordered language code [skip ci]

This commit is contained in:
Qiang Xue
2014-01-10 23:56:44 -05:00
parent fca017f750
commit 85874dfd66

View File

@ -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', 'pl', 'pt-BR', 'it', 'es', 'ro', 'zh-CN', 'ja'],
'languages' => ['da', 'de', 'es', 'it', 'ja', 'pl', 'pt-BR', 'ro', 'ru', '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