Wildcards in locale definitions

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
User avatar
ThaPear
Fast Inserter
Fast Inserter
Posts: 226
Joined: Fri May 30, 2014 8:05 am
Contact:

Wildcards in locale definitions

Post by ThaPear »

In my latest mod I'm generating a lot of entities with similar names. The problem is that I need to define the locale for each separately. I'd like to request the ability to use wildcards.
So instead of this:

Code: Select all

gun-turret-armor1=Gun turret
gun-turret-armor2=Gun turret
gun-turret-armor3=Gun turret
gun-turret-armor4=Gun turret
gun-turret-armor5=Gun turret
We get this:

Code: Select all

gun-turret-armor*=Gun turret

Post Reply

Return to “Modding interface requests”