mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Added Estonian language (#6035)
* Added ET language * Updated Changelog [skip ci]
This commit is contained in:
parent
59af7eed7c
commit
f5b8ea910b
@ -10,3 +10,4 @@ HumHub Changelog (DEVELOP)
|
||||
- Fix #6018: Disable profile fields textarea and checkbox list when they are not editable
|
||||
- Ehn #6017: Hide Password Tab in administration for LDAP users
|
||||
- Enh #6031: On users list grid, show Auth mode badge only for sys admins
|
||||
- Enh #6035: Added Estonian language
|
||||
|
@ -212,6 +212,7 @@ $config = [
|
||||
'sq' => 'Shqip',
|
||||
'cy' => 'Cymraeg',
|
||||
'sw' => 'Kiswahili',
|
||||
'et' => 'eesti keel'
|
||||
],
|
||||
'ldap' => [
|
||||
// LDAP date field formats
|
||||
|
@ -57,6 +57,7 @@ return [
|
||||
'sq',
|
||||
'cy',
|
||||
'sw',
|
||||
'et'
|
||||
],
|
||||
// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user