aurelia / i18n

A plugin that provides i18n support.
MIT License
93 stars 70 forks source link

Bundle doc not up-to-date #285

Closed jdonzallaz closed 5 years ago

jdonzallaz commented 5 years ago

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

zewa666 commented 5 years ago

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

zewa666 commented 5 years ago

thank you @jdonzallaz