mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-26 19:12:54 +00:00
Update TMDBSettingsScreen.tsx
This commit is contained in:
parent
f7ebe5e9b6
commit
fdd0461234
1 changed files with 2 additions and 1 deletions
|
|
@ -1181,6 +1181,7 @@ const TMDBSettingsScreen = () => {
|
||||||
{ code: 'sl', label: 'Slovenščina', native: 'Slovenian' },
|
{ code: 'sl', label: 'Slovenščina', native: 'Slovenian' },
|
||||||
{ code: 'mk', label: 'Македонски', native: 'Macedonian' },
|
{ code: 'mk', label: 'Македонски', native: 'Macedonian' },
|
||||||
{ code: 'fil', label: 'Filipino', native: 'Filipino' },
|
{ code: 'fil', label: 'Filipino', native: 'Filipino' },
|
||||||
|
{ code: 'sq', label: 'Shqipe', native: 'Albanian' },
|
||||||
];
|
];
|
||||||
|
|
||||||
const filteredLanguages = languages.filter(({ label, code, native }) =>
|
const filteredLanguages = languages.filter(({ label, code, native }) =>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue