diff options
| author | XYenon <i@xyenon.bid> | 2023-04-13 00:03:36 +0800 |
|---|---|---|
| committer | XYenon <i@xyenon.bid> | 2023-04-13 00:06:32 +0800 |
| commit | 01758a28ea40e32f0bbbedfd7d83f1bf5616df16 (patch) | |
| tree | a5de0260da6c2b6998537a46e33703cfd3652025 /src | |
| parent | bc830cd03365387b30a2900d133155bf3858f1fe (diff) | |
Fix i18n
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index d3e60a0f..9ca7eb91 100644 --- a/src/main.js +++ b/src/main.js @@ -44,7 +44,7 @@ const i18n = createI18n({ messages: messages.default }) -messages.setLanguage(i18n, currentLocale) +messages.setLanguage(i18n.global, currentLocale) const persistedStateOptions = { paths: [ |
