forked from mirrors/0ad
Fix string extraction of new game settings
5741f77c6eandb5256ce014added new translatable strings for game settings, but missed adding them to binaries/data/mods/public/l10n/messages.json to get them properly extracted into the PO-templates for translation. This commit fixes that.
This commit is contained in:
@@ -756,6 +756,32 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"extractor": "json",
|
||||
"filemasks": [
|
||||
"simulation/data/settings/player_placements.json"
|
||||
],
|
||||
"options": {
|
||||
"keywords": {
|
||||
"Name": {},
|
||||
"Description": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"extractor": "json",
|
||||
"filemasks": [
|
||||
"simulation/data/settings/population_capacities.json"
|
||||
],
|
||||
"options": {
|
||||
"keywords": {
|
||||
"Title": {},
|
||||
"Tooltip": {},
|
||||
"CapTitle": {},
|
||||
"CapTooltip": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"extractor": "json",
|
||||
"filemasks": [
|
||||
|
||||
Reference in New Issue
Block a user