cleanup & debug
This commit is contained in:
parent
ed9e9a3877
commit
e0d9a71322
4 changed files with 6 additions and 4 deletions
|
|
@ -23,7 +23,6 @@ export const useI18nStore = defineStore('i18n', {
|
|||
const value =
|
||||
originalValue || useSyncConfigStore().mergedConfig.interfaceLanguage
|
||||
|
||||
console.log(useSyncConfigStore().mergedConfig)
|
||||
messages.setLanguage(this.i18n, value)
|
||||
useEmojiStore().loadUnicodeEmojiData(value)
|
||||
Cookies.set(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue