Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fallback to default language for empty strings
Use the default language strings for keys which have empty values
in the translation file. ( i.e. when the translation file is
incomplete )
  • Loading branch information
akshay-99 committed Jun 12, 2020
commit 625a14568915b72056553252ffaa30060a50d6de
1 change: 1 addition & 0 deletions src/core/internationalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const initialize = () =>
nestingPrefix: '$tr(',
nestingSuffix: ')',
defaultNS: 'translation',
returnEmptyString: false,
interpolation: {
escapeValue: false
},
Expand Down