, which picks up the localization string magically (presumably a FoundryVTT feature). What's the best way to use localization strings in a TJS-inspired svelte template directly?
I tried this:
export const lang = game.i18n.localize;<header> {lang("MY.langstring")} </header>
export const lang = game.i18n.localize;<header> {lang("MY.langstring")} </header>