mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Enh: Added Amharic language support
This commit is contained in:
parent
2afb228489
commit
689a436175
@ -201,6 +201,7 @@ $config = [
|
||||
'lv' => 'Latvijas',
|
||||
'sl' => 'Slovenščina',
|
||||
'hr' => 'Hrvatski',
|
||||
'am' => 'አማርኛ',
|
||||
],
|
||||
'ldap' => [
|
||||
// LDAP date field formats
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
3
protected/humhub/messages/am/humhub.yii.php
Normal file
3
protected/humhub/messages/am/humhub.yii.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
return [];
|
Loading…
x
Reference in New Issue
Block a user