Commit Graph

5 Commits

Author SHA1 Message Date
Raymond Feng ac1571ccf1 Refactor for modular and pluggable design
- refactor logic of processing artifacts into their own classes
- introduce Container as the main class for bootstrapping and build a
  registry of handlers during boot to organize them by a hierarchy
  denoted by path
- adopt middleware like registration and invocation
- container.use(path, handler)
- container.run(context, done)
- allow more phases during boot
- boot is now asynchronous
2016-11-22 13:38:28 -05:00
Candy 295db6d873 Update ja translation file 2016-10-06 11:25:39 -04:00
Candy 5da1420027 Update translation files - round#2 2016-09-28 13:56:16 -04:00
gunjpan 422fa6c11d globalization: add translated strings 2016-09-21 11:38:52 -04:00
David Cheung 1121721afe Globalization for Loopback-boot 2016-08-05 14:31:48 -04:00