mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-28 20:35:04 +02:00
refactor(client): i18n.locale -> i18n.ts
This commit is contained in:
@@ -116,7 +116,7 @@ export default defineComponent({
|
||||
|
||||
setup(props, { emit }) {
|
||||
const INFO = {
|
||||
title: i18n.locale.theme,
|
||||
title: i18n.ts.theme,
|
||||
icon: 'fas fa-palette',
|
||||
bg: 'var(--bg)',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user