mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-24 07:15:24 -07:00
Fix old locale ID default setting
This commit is contained in:
parent
419b58e656
commit
b7c33f0714
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ function loadDateTimeFormats() {
|
||||||
|
|
||||||
|
|
||||||
export default new VueI18n({
|
export default new VueI18n({
|
||||||
locale: "en",
|
locale: "en-US",
|
||||||
fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || "en",
|
fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || "en-US",
|
||||||
messages: loadLocaleMessages(),
|
messages: loadLocaleMessages(),
|
||||||
dateTimeFormats: loadDateTimeFormats()
|
dateTimeFormats: loadDateTimeFormats()
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue