Skip to content

Commit

Permalink
regression: i18n missing fallback language (#33440)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored and abhinavkrin committed Oct 25, 2024
1 parent c5b0795 commit 74c1f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/server/lib/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { availableTranslationNamespaces, defaultTranslationNamespace, extractTra

void i18n.init({
lng: 'en',
fallbackLng: 'en',
defaultNS: defaultTranslationNamespace,
ns: availableTranslationNamespaces,
nsSeparator: '.',
Expand Down

0 comments on commit 74c1f8e

Please sign in to comment.