ember-i18n : Internationalization for Ember. You can installing ember-i18n npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ember-i18n $ sudo npm install -g ember-i18n
If want to update the ember-i18n package execute the command as below,
$ sudo npm update ember-i18n
Update package globally,
$ npm install -g ember-i18n
$ sudo git clone https://github.com/rektide/ember-i18n.git
$ sudo npm install -g ./ember-i18n
ember-i18n@5.0.2 /usr/lib/node_modules/ember-i18n
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ember-i18n
Package Name | ember-i18n |
Version | 5.0.2 |
Description | Internationalization for Ember |
Released Date | 2017-07-06T15:23:45.782Z |
Published by | cibernox |
How to Learn | https://www.npmjs.com/package/ember-i18n/tutorial |