framework/js/lib
dcsjapan 49d59089e4 Add third tier to key namespacing
- Changes all `app.trans` calls to `app.translator.trans` calls.
- Changes existing keys to [three-tier namespace structure](https://github.com/flarum/english/pull/12).
- Extracts additional strings for `lib:` namespace.
- Extracts two previously missed strings for EditGroupModal.js.
2015-10-20 13:04:43 +09:00
..
components Improve client XHR error handling 2015-10-20 12:48:26 +10:30
helpers Add third tier to key namespacing 2015-10-20 13:04:43 +09:00
initializers Preload data just before boot, not when the store is initialised 2015-07-22 09:54:49 +09:30
models Add third tier to key namespacing 2015-10-20 13:04:43 +09:00
utils Add third tier to key namespacing 2015-10-20 13:04:43 +09:00
App.js Add third tier to key namespacing 2015-10-20 13:04:43 +09:00
Component.js Clean up, don't use mixin 2015-10-13 16:57:18 +10:30
extend.js Copy properties when monkey-patching 2015-09-16 16:03:25 +09:30
Model.js Improve client XHR error handling 2015-10-20 12:48:26 +10:30
Session.js Improve client XHR error handling 2015-10-20 12:48:26 +10:30
Store.js Improve client XHR error handling 2015-10-20 12:48:26 +10:30
Translator.js Refactor translation and validation 2015-10-15 22:30:45 +10:30