mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Feature Request: Localization for trending (fix lint CONTENT_REGIONS end comma)
This commit is contained in:
parent
ea0b1fdf44
commit
0e17d026f2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ CONTENT_REGIONS = {
|
||||||
"MY", "NG", "NI", "NL", "NO", "NP", "NZ", "OM", "PA", "PE", "PG", "PH", "PK",
|
"MY", "NG", "NI", "NL", "NO", "NP", "NZ", "OM", "PA", "PE", "PG", "PH", "PK",
|
||||||
"PL", "PR", "PT", "PY", "QA", "RO", "RS", "RU", "SA", "SE", "SG", "SI", "SK",
|
"PL", "PR", "PT", "PY", "QA", "RO", "RS", "RU", "SA", "SE", "SG", "SI", "SK",
|
||||||
"SN", "SV", "TH", "TN", "TR", "TW", "TZ", "UA", "UG", "US", "UY", "VE", "VN",
|
"SN", "SV", "TH", "TN", "TR", "TW", "TZ", "UA", "UG", "US", "UY", "VE", "VN",
|
||||||
"YE", "ZA", "ZW"
|
"YE", "ZA", "ZW",
|
||||||
}
|
}
|
||||||
|
|
||||||
def load_locale(name)
|
def load_locale(name)
|
||||||
|
|
Loading…
Reference in a new issue