From 2c2099fea6b3525968549478d33127738aef8ce5 Mon Sep 17 00:00:00 2001 From: Dunedan Date: Fri, 26 Jul 2024 09:18:43 +0000 Subject: [PATCH] Revert "Custom context for specific names" dd65a4e32e had some unintended consequences. Some specific names apparently are indeed supposed to be translated. Also using the message context the translator hint isn't the right place and changes the primary key used for these strings on Transifex. Instead comments should be used. To avoid more interruption to translators, we revert the changes for now and come up with a better patch. This was SVN commit r28162. --- binaries/data/mods/public/l10n/messages.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/binaries/data/mods/public/l10n/messages.json b/binaries/data/mods/public/l10n/messages.json index 27fd987d97..1a7aec78c5 100644 --- a/binaries/data/mods/public/l10n/messages.json +++ b/binaries/data/mods/public/l10n/messages.json @@ -491,9 +491,7 @@ "customContext": "status effect" }, "GenericName": {}, - "SpecificName": { - "customContext": "Meant to be the closest name in the ancient native language of the civilization. Most translations don't need to modify this string." - }, + "SpecificName": {}, "History": {}, "VisibleClasses": { "splitOnWhitespace": true @@ -536,9 +534,7 @@ "customContext": "status effect" }, "GenericName": {}, - "SpecificName": { - "customContext": "Meant to be the closest name in the ancient native language of the civilization. Most translations don't need to modify this string." - }, + "SpecificName": {}, "History": {}, "VisibleClasses": { "splitOnWhitespace": true @@ -579,9 +575,7 @@ "customContext": "Name of an attack, usually the weapon." }, "GenericName": {}, - "SpecificName": { - "customContext": "Meant to be the closest name in the ancient native language of the civilization. Most translations don't need to modify this string." - }, + "SpecificName": {}, "History": {}, "VisibleClasses": { "splitOnWhitespace": true @@ -671,7 +665,6 @@ "options": { "keywords": { "specificName": { - "customContext": "Meant to be the closest name in the ancient native language of the civilization. Most translations don't need to modify this string.", "extractFromInnerKeys": true }, "genericName": {},