mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 17:15:38 +02:00
fix locale handling
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { I18n } from '@/i18n';
|
||||
|
||||
export const i18n = new I18n(_LOCALE_);
|
||||
export const i18n = new I18n({
|
||||
// TODO
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user