mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Update TMDBSettingsScreen.tsx
Added Croatian lang
This commit is contained in:
parent
4449a924a3
commit
2e6c67e1b6
1 changed files with 2 additions and 0 deletions
|
|
@ -1175,6 +1175,8 @@ const TMDBSettingsScreen = () => {
|
|||
{ code: 'uk', label: 'Українська', native: 'Ukrainian' },
|
||||
{ code: 'vi', label: 'Tiếng Việt', native: 'Vietnamese' },
|
||||
{ code: 'th', label: 'ไทย', native: 'Thai' },
|
||||
{ code: 'hr',
|
||||
label: 'Hrvatski', native: 'Croatian' },
|
||||
];
|
||||
|
||||
const filteredLanguages = languages.filter(({ label, code, native }) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue