From 6bd5eec18d5bbdef31c60450b575c238b30ebf39 Mon Sep 17 00:00:00 2001 From: Ben McMorran Date: Wed, 8 Jul 2015 14:12:56 +0000 Subject: [PATCH] TNL-2665 Prevent Taiwan from being translated --- lms/envs/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index ab28ba4490..620425db67 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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