mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07: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:
parent
32b9a27e9b
commit
dd65a4e32e
1 changed files with 10 additions and 3 deletions
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue