Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vishuB authored Oct 21, 2016
1 parent b30ef59 commit abccf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messages/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'messagePath' => __DIR__,
// array, required, list of language codes that the extracted messages
// should be translated to. For example, ['zh-CN', 'de'].
'languages' => ['cs', 'da', 'de', 'el-GR', 'en', 'es', 'fa-IR', 'fr', 'hu', 'id', 'it', 'lt', 'lv', 'nl', 'pl', 'pt', 'ru', 'th', 'tr', 'vi', 'zh'],
'languages' => ['cs', 'da', 'de', 'el-GR', 'en', 'es', 'fa-IR', 'fr', 'hu', 'id', 'it', 'lt', 'lv', 'nl', 'pl', 'pt', 'ru', 'th', 'tr', 'vi', 'zh', 'gu', 'hi'],
// 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
Expand Down Expand Up @@ -48,4 +48,4 @@
// When format is "db", you may specify the following two options
//'db' => 'db',
//'sourceMessageTable' => '{{%source_message}}',
];
];

0 comments on commit abccf69

Please sign in to comment.