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:
Gallaecio
2019-03-17 14:07:56 +00:00
parent 2af6fa6d20
commit 91ff208e1d
+9 -7
View File
@@ -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"
}
}