feat(i18n): add Estonian language support (#2611)

This commit is contained in:
Shyam
2026-03-29 00:24:52 +05:30
committed by GitHub
parent 20c2ed866f
commit 56b79ff38c
4 changed files with 8 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ const TMDB_TO_TVDB_MAPPING: Record<string, string> & {
el: 'ell', // Greek
en: 'eng', // English
es: 'spa', // Spanish
et: 'est', // Estonian
fi: 'fin', // Finnish
fr: 'fra', // French
he: 'heb', // Hebrew

View File

@@ -9,6 +9,7 @@ export type AvailableLocale =
| 'el'
| 'es'
| 'es-MX'
| 'et'
| 'fi'
| 'fr'
| 'hr'