We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24557e commit c35a980Copy full SHA for c35a980
1 file changed
messages/config.php
@@ -5,7 +5,7 @@
5
'sourcePath' => __DIR__ . '/../',
6
// array, required, list of language codes that the extracted messages
7
// should be translated to. For example, ['zh-CN', 'de'].
8
- 'languages' => ['cz', 'de', 'ru','pt-BR','ko-KR', 'pt-PT'],
+ 'languages' => ['cs', 'de', 'ru','pt-BR','ko-KR', 'pt-PT'],
9
// string, the name of the function for translating messages.
10
// Defaults to 'Yii::t'. This is used as a mark to find the messages to be
11
// translated. You may use a string for single function name or an array for
0 commit comments