Skip to content

Commit c35a980

Browse files
committed
fix cz to cs language
1 parent c24557e commit c35a980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

messages/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'sourcePath' => __DIR__ . '/../',
66
// array, required, list of language codes that the extracted messages
77
// should be translated to. For example, ['zh-CN', 'de'].
8-
'languages' => ['cz', 'de', 'ru','pt-BR','ko-KR', 'pt-PT'],
8+
'languages' => ['cs', 'de', 'ru','pt-BR','ko-KR', 'pt-PT'],
99
// string, the name of the function for translating messages.
1010
// Defaults to 'Yii::t'. This is used as a mark to find the messages to be
1111
// translated. You may use a string for single function name or an array for

0 commit comments

Comments
 (0)