
I have some roll formulas that emote things. How do I internationalize those? Especially since they will likely have a roll somewhere in the middle. Do I need to put a span tags within the roll formula? If I do that, do I need to use the data-i18n-vars thing? If so, now do I set up the translation file for that? For example, the wiki provides this: <span data-i18n="var-test" data-i18n-vars="will not|be translated">This text {{0}} {{1}}</span> ...but it doesn't show what the translation key:value pair is supposed to look like? Any help would be appreciated...