mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 00:40:04 +09:00
wip
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import i18n from './i18n';
|
||||
import fa from './fa';
|
||||
import base64 from './base64';
|
||||
import themeColor from './theme-color';
|
||||
import tag from './tag';
|
||||
@ -7,6 +8,7 @@ import typescript from './typescript';
|
||||
|
||||
export default (lang, locale) => [
|
||||
i18n(lang, locale),
|
||||
fa(),
|
||||
base64(),
|
||||
themeColor(),
|
||||
tag(),
|
||||
|
Reference in New Issue
Block a user