mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
Add en-IN, fixes #456
This commit is contained in:
parent
736d4ae0d1
commit
5cd8986ac2
1 changed files with 1 additions and 0 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue