Page 1 of 1

[2.0.72] Unkown control sequence: "logistic-netwerken" (with NL language)

Posted: Fri Dec 05, 2025 12:00 pm
by Ethel
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.

Re: [2.0.72] Unkown control sequence: "logistic-netwerken" (with NL language)

Posted: Fri Dec 05, 2025 4:16 pm
by Ethel
Indeed, in data/locale/nl/core.cfg there is :

Code: Select all

logistic-networks=Logistieke netwerken (__CONTROL__logistic-netwerken__)
Replacing this by :

Code: Select all

logistic-networks=Logistieke netwerken (__CONTROL__logistic-networks__)
solves the issue :)