Hello,
When playing with the Dutch localization, I got the following message when hovering above the logistic networks button : Unknown control sequence : "logistic-netwerken". It does not seem to affect the gameplay though.
To reproduce :
- Open the game, with the language set to Dutch
- Open a game on which the logistic network is already unlocked.
- Hover over the logistic network tooltip.
[2.0.72] Unkown control sequence: "logistic-netwerken" (with NL language)
Re: [2.0.72] Unkown control sequence: "logistic-netwerken" (with NL language)
Indeed, in data/locale/nl/core.cfg there is :
Replacing this by :
solves the issue 
Code: Select all
logistic-networks=Logistieke netwerken (__CONTROL__logistic-netwerken__)
Code: Select all
logistic-networks=Logistieke netwerken (__CONTROL__logistic-networks__)
