mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-23 23:21:11 +01:00
fix flag
This commit is contained in:
parent
b39ef2c31f
commit
de4a7afec1
@ -33,6 +33,7 @@ export function CaptionOption(props: {
|
||||
ze: "cn",
|
||||
ar: "sa",
|
||||
ja: "jp",
|
||||
bs: "ba",
|
||||
};
|
||||
let countryCode =
|
||||
(props.countryCode || "")?.split("-").pop()?.toLowerCase() || "";
|
||||
|
@ -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…
x
Reference in New Issue
Block a user