mirror of
https://github.com/movie-web/movie-web.git
synced 2025-02-03 08:22:38 +01:00
fix flag
This commit is contained in:
parent
b39ef2c31f
commit
de4a7afec1
@ -33,6 +33,7 @@ export function CaptionOption(props: {
|
|||||||
ze: "cn",
|
ze: "cn",
|
||||||
ar: "sa",
|
ar: "sa",
|
||||||
ja: "jp",
|
ja: "jp",
|
||||||
|
bs: "ba",
|
||||||
};
|
};
|
||||||
let countryCode =
|
let countryCode =
|
||||||
(props.countryCode || "")?.split("-").pop()?.toLowerCase() || "";
|
(props.countryCode || "")?.split("-").pop()?.toLowerCase() || "";
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"day": [
|
"day": [
|
||||||
"Shouldn't u be at school right now?",
|
"Shouldn't u be at school right now?",
|
||||||
"What to watch today?",
|
"What to watch today?",
|
||||||
"Partially built in Holland"
|
"Partially built in The Netherlands"
|
||||||
],
|
],
|
||||||
"night": [
|
"night": [
|
||||||
"What to watch tonight?",
|
"What to watch tonight?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user