mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 09:32:26 +00:00
Do not generate duplicate biome strings for translation
Patch By: Gallaecio Differential Revision: https://code.wildfiregames.com/D1579 This was SVN commit r22121.
This commit is contained in:
@@ -647,9 +647,14 @@
|
||||
"rules": [
|
||||
{
|
||||
"extractor": "json",
|
||||
"filemasks": [
|
||||
"maps/random/**.json"
|
||||
],
|
||||
"filemasks": {
|
||||
"includeMasks": [
|
||||
"maps/random/**.json"
|
||||
],
|
||||
"excludeMasks": [
|
||||
"maps/random/rmbiome/**.json"
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"keywords": [
|
||||
"Name",
|
||||
@@ -701,10 +706,7 @@
|
||||
"maps/random/rmbiome/**.json"
|
||||
],
|
||||
"options": {
|
||||
"keywords": [
|
||||
"Title",
|
||||
"Description"
|
||||
],
|
||||
"keywords": ["Description"],
|
||||
"context": "biome definition"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user