Add en-IN, fixes #456

This commit is contained in:
AnimeDL 2023-01-24 09:53:11 -08:00
parent 736d4ae0d1
commit 5cd8986ac2

View file

@ -13,6 +13,7 @@ export type LanguageItem = {
const languages: LanguageItem[] = [
{ cr_locale: 'en-US', funi_locale: 'enUS', locale: 'en', code: 'eng', name: 'English' },
{ cr_locale: 'en-IN', locale: 'en', code: 'eng', name: 'English (India)' },
{ cr_locale: 'es-LA', funi_name: 'Spanish (LAS)', funi_name_lagacy: 'Spanish (Latin Am)', funi_locale: 'esLA', locale: 'es-419', code: 'spa-419', name: 'Spanish', language: 'Latin American Spanish' },
{ cr_locale: 'es-419', locale: 'es-419', code: 'spa-419', name: 'Spanish', language: 'Latin American Spanish' },
{ cr_locale: 'es-ES', locale: 'es-ES', code: 'spa-ES', name: 'Castilian', language: 'European Spanish' },