fix: Adjust i18n fallback locale (#56)

pull/3756/head
Laurynas Gadliauskas 2025-02-06 10:34:01 +02:00 committed by GitHub
parent f97fb7c2bf
commit b0c111dba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export const rtlLanguages = ["ar_AR"];
export const i18n = createI18n({
locale: detectLocale(),
fallbackLocale: "en",
fallbackLocale: "en_GB",
messages,
// expose i18n.global for outside components
legacy: true,