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