Browse Source

fix flag

pull/497/head
Jip Fr 2 years ago
parent
commit
de4a7afec1
  1. 1
      src/components/player/atoms/settings/CaptionsView.tsx
  2. 2
      src/setup/locales/en/translation.json

1
src/components/player/atoms/settings/CaptionsView.tsx

@ -33,6 +33,7 @@ export function CaptionOption(props: { @@ -33,6 +33,7 @@ export function CaptionOption(props: {
ze: "cn",
ar: "sa",
ja: "jp",
bs: "ba",
};
let countryCode =
(props.countryCode || "")?.split("-").pop()?.toLowerCase() || "";

2
src/setup/locales/en/translation.json

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
"day": [
"Shouldn't u be at school right now?",
"What to watch today?",
"Partially built in Holland"
"Partially built in The Netherlands"
],
"night": [
"What to watch tonight?",

Loading…
Cancel
Save