Skip to content

Commit 17b6f93

Browse files
committed
Added Swedish as language
1 parent 520ba28 commit 17b6f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'messagePath' => __DIR__,
88
// array, required, list of language codes that the extracted messages
99
// should be translated to. For example, ['zh-CN', 'de'].
10-
'languages' => ['da', 'de', 'en', 'es', 'fr', 'hu', 'it', 'nl', 'pl', 'pt', 'ru', 'vi', 'zh'],
10+
'languages' => ['da', 'de', 'en', 'es', 'fr', 'hu', 'it', 'nl', 'pl', 'pt', 'ru', 'sv', 'vi', 'zh'],
1111
// string, the name of the function for translating messages.
1212
// Defaults to 'Yii::t'. This is used as a mark to find the messages to be
1313
// translated. You may use a string for single function name or an array for

0 commit comments

Comments
 (0)