mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Enh #2392: Added Latvian language
This commit is contained in:
parent
2a53bdb9a2
commit
003d02165f
@ -182,6 +182,7 @@ $config = [
|
||||
'id' => 'Bahasa Indonesia',
|
||||
'lt' => 'lietuvių kalba',
|
||||
'ht' => 'Kreyòl ayisyen',
|
||||
'lv' => 'Latvijas',
|
||||
],
|
||||
'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' => 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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user