mirror of
https://github.com/sussy-code/smov.git
synced 2026-04-20 08:02:09 +00:00
fix flag
This commit is contained in:
parent
b39ef2c31f
commit
de4a7afec1
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue