Enh: Added Amharic language support

This commit is contained in:
Lucas Bartholemy 2018-08-13 18:25:39 +02:00
parent 2afb228489
commit 689a436175
4 changed files with 6 additions and 1 deletions

View File

@ -201,6 +201,7 @@ $config = [
'lv' => 'Latvijas',
'sl' => 'Slovenščina',
'hr' => 'Hrvatski',
'am' => 'አማርኛ',
],
'ldap' => [
// LDAP date field formats

View File

@ -11,7 +11,7 @@ return [
'sourcePath' => __DIR__ . DIRECTORY_SEPARATOR . '..',
// array, required, list of language codes that the extracted messages
// should be translated to. For example, ['zh-CN', 'de'].
'languages' => ['de', 'fr', 'nl', 'pt', 'pl', 'pt_br', 'es', 'it', 'tr', 'ru', 'th', 'uk', 'el', 'hu', 'ja', 'nb_no', 'zh_cn', 'ca', 'an', 'cs', 'vi', 'sv', 'da', 'uz', 'fa_ir', 'bg', 'sk', 'zh_tw', 'ro', 'ar', 'id', 'ko', 'lt', 'hr', 'ht', 'lv', 'sl', 'nn_no'],
'languages' => ['de', 'fr', 'nl', 'pt', 'pl', 'pt_br', 'es', 'it', 'tr', 'ru', 'th', 'uk', 'el', 'hu', 'ja', 'nb_no', 'zh_cn', 'ca', 'an', 'cs', 'vi', 'sv', 'da', 'uz', 'fa_ir', 'bg', 'sk', 'zh_tw', 'ro', 'ar', 'id', 'ko', 'lt', 'hr', 'ht', 'lv', 'sl', 'nn_no', 'am'],
// 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

View File

@ -10,6 +10,7 @@ HumHub Change Log
- Enh: Added queuing for search updates of commments
- Enh: Added queue clear option at Administration - Information
- Enh: Improved support of languages unsupported Yii2
- Enh: Added Amharic language support
1.3.1 (August 7, 2018)

View File

@ -0,0 +1,3 @@
<?php
return [];