Note: The source for the package has been moved under Ignite UI for Angular monorepo, under igniteui-angular-i18n project.
This respository stores resource strings for the Ignite UI for Angular i18n
. The English resource strings and the interfaces for each localizable component's resourceStrings
property are stored in the Ignite UI for Angular repository. The interfaces can be used as a schema for creating custom resource strings.
An npm package will be produced and it could be referenced alongside with the igniteui-angular in the clients' projects.
The branching scheme must follow the Ignite UI for Angular branching. In order to get the correct resource strings for igniteui-angular
package the igniteui-angular-i18n
package should have the latest corresponding major version in the clients' projects. For example if igniteui-angular
has version 7.2.1
the igniteui-angular-i18n
should have version ^7.2.0
.