1
0
forked from mirrors/0ad

Fix string extraction of new game settings

5741f77c6e and b5256ce014 added 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:
Dunedan
2026-01-14 12:43:49 +01:00
parent 6a5baa1a68
commit f4c52e49a7
@@ -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": [