TechOverflow

Results 15 comments of TechOverflow

Brain fart, the load() needs to be outside of the function. Hope this helps someone else. ``` var i18n = $.i18n(); $.i18n().load('../assets/lang/ui_' + $.i18n().locale + '.json', $.i18n().locale); function _T(key) {...

I am still sometimes experiencing that the json file isn't loaded in time for the translations to be done. Is there a way to ensure that the (very small) files...

Any timeline on merging this @collin80? Seems like a great update now that the C6 modules are available.

So I've figured out that this code isn't compatible with TK102 (at least the version I have). I pieced together some info from other gits and with some editing, I...

I'm having an opposite issue. Special characters are OK in a telnet terminal connecting to the server. But a I also put a mysql statement in the server script to...