Mark Schmid

Results 13 comments of Mark Schmid

@craveica Thanks for your reponse. I've actually tried it, but it does not work. It might be because only strings and table datatypes are supported. I've also tried the example...

@craveica your first recommendation actually works! i just have to make i18n a non-global variable. thanks! i'll start from this for the moment and maybe come time I find a...

OK, so for reference and if it helps anyone, here's the gist: thecode.lua: ``` local template = require("resty.template") i18n = require("resty.i18n") -- needs to be non-local --[ load strings, set...