mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
rearanged language array
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user