module translations.stage; string[uint] stageNames; static this() { mixin(import("stageNames.data.d")); }