In order to get the official I18N Plugin into your CLI Project we need to install it by following the next steps.
First you want to install the plugin via npm:
npm install aurelia-i18n
Since Aurelia-I18N is backed by i18next, you should install it and a backend plugin of your choice. As an exampl...