Skip to content

0.14.2 - Bugfix

Compare
Choose a tag to compare
@mashpie mashpie released this 05 Mar 16:54
· 36 commits to master since this release

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,
})