From 4746ab924a687256d8539b6bf9a9c6b3d0d25955 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Fri, 5 Feb 2021 11:38:34 +0100 Subject: [PATCH] fix(i18n): remove Chinese: + Spanish: from translations (#40923) --- client/i18n/locales/chinese/translations.json | 12 ++++++------ client/i18n/locales/espanol/translations.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index ef2a91a579..48047246f9 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -470,11 +470,11 @@ "use-valid-url": "请使用有效的 URL" }, "certification": { - "certifies": "Chinese: This certifies that", - "completed": "Chinese: has successfully completed the freeCodeCamp.org", - "developer": "Chinese: Developer Certification, representing approximately", - "executive": "Chinese: Executive Director, freeCodeCamp.org", - "verify": "Chinese: Verify this certification at {{certURL}}", - "issued": "Chinese: Issued" + "certifies": "This certifies that", + "completed": "has successfully completed the freeCodeCamp.org", + "developer": "Developer Certification, representing approximately", + "executive": "Executive Director, freeCodeCamp.org", + "verify": "Verify this certification at {{certURL}}", + "issued": "Issued" } } diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 9706dfa0fc..6397c0465f 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -470,11 +470,11 @@ "use-valid-url": "Utiliza un URL válido" }, "certification": { - "certifies": "Spanish: This certifies that", - "completed": "Spanish: has successfully completed the freeCodeCamp.org", - "developer": "Spanish: Developer Certification, representing approximately", - "executive": "Spanish: Executive Director, freeCodeCamp.org", - "verify": "Spanish: Verify this certification at {{certURL}}", - "issued": "Spanish: Issued" + "certifies": "This certifies that", + "completed": "has successfully completed the freeCodeCamp.org", + "developer": "Developer Certification, representing approximately", + "executive": "Executive Director, freeCodeCamp.org", + "verify": "Verify this certification at {{certURL}}", + "issued": "Issued" } }