Enh #2392: Added Latvian language

This commit is contained in:
Lucas Bartholemy 2017-03-28 17:47:35 +02:00
parent 2a53bdb9a2
commit 003d02165f
3 changed files with 3 additions and 1 deletions

View File

@ -182,6 +182,7 @@ $config = [
'id' => 'Bahasa Indonesia',
'lt' => 'lietuvių kalba',
'ht' => 'Kreyòl ayisyen',
'lv' => 'Latvijas',
],
'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' => array('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'),
'languages' => array('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'),
// 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

@ -26,6 +26,7 @@ HumHub Change Log
- Enh: Show different login message, when registration is disabled
- Fix: Norwegian translation code for Yii messages
- Fix: Also allow comment editing by admins if content 'adminCanEditAllContent' is enabled
- Enh #2392: Added Latvian language
1.2.0-beta.3 (March 20, 2017)