Skip to content

Commit

Permalink
fix: log error when Intl.PluralRules error (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Mar 8, 2024
1 parent da6d654 commit 0949a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i18next.js
Expand Up @@ -1200,6 +1200,7 @@
type: options.ordinal ? 'ordinal' : 'cardinal'
});
} catch (err) {
this.logger.warn(err);
return;
}
}
Expand Down

0 comments on commit 0949a2b

Please sign in to comment.