feat(i18n): add Luxembourgish language support (#2671)
This commit is contained in:
@@ -175,6 +175,7 @@ const TMDB_TO_TVDB_MAPPING: Record<string, string> & {
|
||||
it: 'ita', // Italian
|
||||
ja: 'jpn', // Japanese
|
||||
ko: 'kor', // Korean
|
||||
lb: 'ltz', // Luxembourgish
|
||||
lt: 'lit', // Lithuanian
|
||||
nl: 'nld', // Dutch
|
||||
pl: 'pol', // Polish
|
||||
|
||||
1
server/types/languages.d.ts
vendored
1
server/types/languages.d.ts
vendored
@@ -18,6 +18,7 @@ export type AvailableLocale =
|
||||
| 'it'
|
||||
| 'ja'
|
||||
| 'ko'
|
||||
| 'lb'
|
||||
| 'lt'
|
||||
| 'nb-NO'
|
||||
| 'nl'
|
||||
|
||||
Reference in New Issue
Block a user