mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -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({
|
||||
locale: "en",
|
||||
fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || "en",
|
||||
locale: "en-US",
|
||||
fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || "en-US",
|
||||
messages: loadLocaleMessages(),
|
||||
dateTimeFormats: loadDateTimeFormats()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue