-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE chore: upgrade to i18next v21 (#344)
* chore: upgrade to i18next v21 Even though the public API for aurelia-i18n does not change, i18next in v21.x introduces breaking changes that may bring surprises for aurelia users. Hence marking this as a BREAKING CHANGE. Major changes are: - Plural suffix changed from `_plural` to `_other`. - Missing interpolation variables are not replaced with empty string by default and you need to set the following initialization options: `interpolation: { skipOnVariables: false }` More details can be found here: https://www.i18next.com/misc/migration-guide#v20.x.x-to-v21.0.0. * chore: additional deps update Co-authored-by: Vildan Softic <zewa666@gmail.com>
- Loading branch information
Showing
9 changed files
with
604 additions
and
681 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.