feat: add Estonian language (#1931)

Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
This commit is contained in:
Thomas Camlong
2024-03-09 16:58:24 +01:00
committed by GitHub
parent 918585c3e2
commit 28bd849af7
2 changed files with 9 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ module.exports = {
'tw', 'tw',
'uk', 'uk',
'vi', 'vi',
'et',
'lt', 'lt',
], ],

View File

@@ -238,6 +238,14 @@ export const languages = [
locale: 'vi', locale: 'vi',
dayJsLocale: 'vi' dayJsLocale: 'vi'
}, },
{
shortName: 'et',
originalName: 'Eesti',
translatedName: 'Estonian',
country: 'EE',
locale: 'et',
dayJsLocale: 'et'
},
// Lithuanian // Lithuanian
{ {
shortName: 'lt', shortName: 'lt',