mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-18 03:01:09 +01:00
feat: add Estonian language (#1931)
Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,7 @@ module.exports = {
|
||||
'tw',
|
||||
'uk',
|
||||
'vi',
|
||||
'et',
|
||||
'lt',
|
||||
],
|
||||
|
||||
|
||||
@@ -238,6 +238,14 @@ export const languages = [
|
||||
locale: 'vi',
|
||||
dayJsLocale: 'vi'
|
||||
},
|
||||
{
|
||||
shortName: 'et',
|
||||
originalName: 'Eesti',
|
||||
translatedName: 'Estonian',
|
||||
country: 'EE',
|
||||
locale: 'et',
|
||||
dayJsLocale: 'et'
|
||||
},
|
||||
// Lithuanian
|
||||
{
|
||||
shortName: 'lt',
|
||||
|
||||
Reference in New Issue
Block a user