Skip to content

Commit

Permalink
Use fallback language for blank translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jan 6, 2025
1 parent f60bfa4 commit 4c3a6e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ i18next
.init({
// debug: true,
fallbackLng: 'en',
// Use the fallback language for empty strings
returnEmptyString: false,
lng: Localization.locale,
interpolation: {
escapeValue: false
Expand Down

0 comments on commit 4c3a6e1

Please sign in to comment.