mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +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
|
- Fix #6018: Disable profile fields textarea and checkbox list when they are not editable
|
||||||
- Ehn #6017: Hide Password Tab in administration for LDAP users
|
- 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 #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',
|
'sq' => 'Shqip',
|
||||||
'cy' => 'Cymraeg',
|
'cy' => 'Cymraeg',
|
||||||
'sw' => 'Kiswahili',
|
'sw' => 'Kiswahili',
|
||||||
|
'et' => 'eesti keel'
|
||||||
],
|
],
|
||||||
'ldap' => [
|
'ldap' => [
|
||||||
// LDAP date field formats
|
// LDAP date field formats
|
||||||
|
@ -57,6 +57,7 @@ return [
|
|||||||
'sq',
|
'sq',
|
||||||
'cy',
|
'cy',
|
||||||
'sw',
|
'sw',
|
||||||
|
'et'
|
||||||
],
|
],
|
||||||
// string, the name of the function for translating messages.
|
// 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
|
// 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