mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Update PlaybackSettingsScreen.tsx
This commit is contained in:
parent
e978c14da6
commit
da07db4098
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@ const AVAILABLE_LANGUAGES = [
|
|||
{ code: 'uk', name: 'Ukrainian' },
|
||||
{ code: 'he', name: 'Hebrew' },
|
||||
{ code: 'fa', name: 'Persian' },
|
||||
{ code: 'hr', name: 'Croatian' },
|
||||
{ code: 'sr', name: 'Serbian' },
|
||||
{ code: 'bg', name: 'Bulgarian' },
|
||||
{ code: 'sl', name: 'Slovenian' },
|
||||
{ code: 'mk', name: 'Macedonian' },
|
||||
{ code: 'fil', name: 'Filipino' },
|
||||
];
|
||||
|
||||
const SUBTITLE_SOURCE_OPTIONS = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue