@Casey-Chen-Lai You'll want to translate to zh-TW, which is our traditional chinese variant.
Don't ask me why it's TW and not HK.
zh-TW is available for translation in Transifex, let me know if you run into additional issues 🙂
@moti-oren There weren't, so I've rectified that omission...
The "client-side logic" section details a bit about how we use require.js.
@julian thank you for your answare, it's also gonna help me. but i meand in my question to docs about the modules. for example, i'll use the composer module:
require(['composer/formatting'], function (f) { });
or the topics module:
require(['forum/topic'], function (t) { });
and i want to learn their methods and properties.