From 0e17d026f291314776e3850ee7233496bb1c612d Mon Sep 17 00:00:00 2001 From: Dmitry Sandalov Date: Thu, 21 Oct 2021 23:38:49 +0300 Subject: [PATCH] Feature Request: Localization for trending (fix lint CONTENT_REGIONS end comma) --- src/invidious/helpers/i18n.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/helpers/i18n.cr b/src/invidious/helpers/i18n.cr index b806259b..9e42fad0 100644 --- a/src/invidious/helpers/i18n.cr +++ b/src/invidious/helpers/i18n.cr @@ -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)