Skip to content

Commit

Permalink
fix(mobile): translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bogoslavskiy committed Dec 7, 2023
1 parent b206a99 commit 014c08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getI18n = () => {

const i18n = new I18n(translations);

i18n.locale = 'ru';///detectLocale(SupportedLocales, 'en');
i18n.locale = detectLocale(SupportedLocales, 'en');
i18n.enableFallback = true;

i18n.pluralization.register('ru', pluralizeForRussian);
Expand Down

0 comments on commit 014c08b

Please sign in to comment.