Skip to content

Commit

Permalink
Adapt after bluesky-social#6742
Browse files Browse the repository at this point in the history
Co-authored-by: surfdude29 <[email protected]>
  • Loading branch information
claudiu-cristea and surfdude29 authored Dec 17, 2024
1 parent e1ca9c3 commit 0a50b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export async function dynamicActivate(locale: AppLanguage) {
case AppLanguage.ro: {
i18n.loadAndActivate({locale, messages: messagesRo})
await Promise.all([
import('@formatjs/intl-datetimeformat/locale-data/ro'),
import('@formatjs/intl-pluralrules/locale-data/ro'),
import('@formatjs/intl-numberformat/locale-data/ro'),
])
Expand Down

0 comments on commit 0a50b93

Please sign in to comment.