aurelia/i18n

Bundle doc not up-to-date

jdonzallaz opened this issue · 2 comments

I'm submitting a documentation error

Hello,
In the documentation to Bundle Translation Files with the cli, the watch task must be added to the new watch.ts file, and not in run.ts:

import processLocales from './process-locales';
// ...
let watches = [
  // ...
  { name: 'locales', callback: processLocales, source: project.localesProcessor.source }
];

With aurelia-cli: 1.0.0-beta.1

If you could create a PR on the docs/article of this repo that would be great

thank you @jdonzallaz