Skip to content

Commit

Permalink
Fix broken i18n keys
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 15, 2025
1 parent 1483925 commit bd29dfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ void i18n

supportedLngs: APP_LOCALES.split(','),
ns: APP_NAMESPACES.split(','),
nonExplicitSupportedLngs: true,
lowerCaseLng: false,
nonExplicitSupportedLngs: false,
returnEmptyString: false,
returnNull: false,
interpolation: {
Expand Down

0 comments on commit bd29dfa

Please sign in to comment.