mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 13:47:15 +00:00
Custom context for specific names
Make it clear that strings for specific names usually don't have to be translated. Patch by: @Dunedan Accepted by: @Stan Fixes #5563 Differential Revision: https://code.wildfiregames.com/D5310 This was SVN commit r28160.
This commit is contained in:
@@ -491,7 +491,9 @@
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"GenericName": {},
|
||||
"SpecificName": {},
|
||||
"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."
|
||||
},
|
||||
"History": {},
|
||||
"VisibleClasses": {
|
||||
"splitOnWhitespace": true
|
||||
@@ -534,7 +536,9 @@
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"GenericName": {},
|
||||
"SpecificName": {},
|
||||
"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."
|
||||
},
|
||||
"History": {},
|
||||
"VisibleClasses": {
|
||||
"splitOnWhitespace": true
|
||||
@@ -575,7 +579,9 @@
|
||||
"customContext": "Name of an attack, usually the weapon."
|
||||
},
|
||||
"GenericName": {},
|
||||
"SpecificName": {},
|
||||
"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."
|
||||
},
|
||||
"History": {},
|
||||
"VisibleClasses": {
|
||||
"splitOnWhitespace": true
|
||||
@@ -665,6 +671,7 @@
|
||||
"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": {},
|
||||
|
||||
Reference in New Issue
Block a user