0.14.2 - Bugfix
Fixed
Fixes #493 - using i18n with a combination of retry and sync settings lead to a 'Maximum call stack size exceeded' exception due to an infinite loop while writing phrases to all locale files.
const i18n = new I18n({
// [...]
retryInDefaultLocale: true,
syncFiles: true,
})