Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Mar 15, 2024
1 parent 63cb3ab commit 564775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Localize.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class LocalizeUtil {
i18n.fallbacks = true;
i18n.missingBehaviour = 'guess';
i18n.translations = { [locale]: translations[locale] };
// console.log('[translations]', translations[locale]);
console.log('[translations]', translations[locale]);
i18n.locale = locale;

// broadcast
Expand Down

0 comments on commit 564775f

Please sign in to comment.