fix: Adjust i18n fallback locale (#56)
parent
f97fb7c2bf
commit
b0c111dba3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue