Feature Request: Localization for trending (fix lint CONTENT_REGIONS end comma)

This commit is contained in:
Dmitry Sandalov 2021-10-21 23:38:49 +03:00
parent ea0b1fdf44
commit 0e17d026f2
No known key found for this signature in database
GPG Key ID: 718627D28520CA65

View File

@ -50,7 +50,7 @@ CONTENT_REGIONS = {
"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",
"SN", "SV", "TH", "TN", "TR", "TW", "TZ", "UA", "UG", "US", "UY", "VE", "VN",
"YE", "ZA", "ZW"
"YE", "ZA", "ZW",
}
def load_locale(name)