factoriolib / flib

A set of high-quality, commonly-used utilities for creating Factorio mods.
https://mods.factorio.com/mod/flib
MIT License
61 stars 15 forks source link

Dictionary: fix modules with hyphens in thier names #37

Closed richardc closed 2 years ago

richardc commented 2 years ago

It's legal to name a mod something like 'my-amazing-train-mod'.

Translations were not being recognised for these as the '-' is a metacharacter.

There's porbably a more elegant fix for this, but this got the module I was working on moving

raiguard commented 2 years ago

Thanks, I didn't think about that!