Commit 9e5290c1 by Ben McMorran

Merge pull request #8822 from edx/benmcmorran/taiwan-fix

TNL-2665 Prevent Taiwan from being translated
parents afa77db9 6bd5eec1
......@@ -2421,7 +2421,8 @@ INVOICE_PAYMENT_INSTRUCTIONS = "This is where you can\nput directions on how peo
# Country code overrides
# Used by django-countries
COUNTRIES_OVERRIDE = {
"TW": _("Taiwan"),
# Taiwan is specifically not translated to avoid it being translated as "Taiwan (Province of China)"
"TW": "Taiwan",
}
# which access.py permission name to check in order to determine if a course is visible in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment