Skip to content

Commit ec63ee2

Browse files
authored
Merge pull request #167 from kenjebaev/patch-2
Update config.php
2 parents 91e30ad + 4c9ff11 commit ec63ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/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' => ['af', 'ar-MA', 'ar-SA', 'ar', 'az', 'be', 'bg', 'bn', 'bo', 'br', 'bs', 'ca', 'cs', 'cv', 'cy', 'da', 'de-AT', 'de', 'el', 'en-AU', 'en-CA', 'en-GB', 'eo', 'es', 'et', 'eu', 'fa', 'fi', 'fo', 'fr-CA', 'fr', 'gl', 'he', 'hi', 'hr', 'hu', 'hy-AM', 'id', 'is', 'it', 'ja', 'ka', 'km', 'ko', 'lb', 'lt', 'lv', 'mk', 'ml', 'mr', 'ms-MY', 'my', 'nb', 'ne', 'nl', 'nn', 'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sl', 'sq', 'sr-CYRL', 'sr', 'sv', 'ta', 'th', 'tl-PH', 'tr', 'tzm-LATN', 'tzm', 'uk', 'uz', 'vi', 'zh-CN', 'zh-TW'],
10+
'languages' => ['af', 'ar-MA', 'ar-SA', 'ar', 'az', 'be', 'bg', 'bn', 'bo', 'br', 'bs', 'ca', 'cs', 'cv', 'cy', 'da', 'de-AT', 'de', 'el', 'en-AU', 'en-CA', 'en-GB', 'eo', 'es', 'et', 'eu', 'fa', 'fi', 'fo', 'fr-CA', 'fr', 'gl', 'he', 'hi', 'hr', 'hu', 'hy-AM', 'id', 'is', 'it', 'ja', 'ka', 'km', 'ko', 'lb', 'lt', 'lv', 'mk', 'ml', 'mr', 'ms-MY', 'my', 'nb', 'ne', 'nl', 'nn', 'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sl', 'sq', 'sr-CYRL', 'sr', 'sv', 'ta', 'th', 'tl-PH', 'tr', 'tzm-LATN', 'tzm', 'uk', 'uz', 'uz-Cy', 'vi', 'zh-CN', 'zh-TW'],
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)