wip
This commit is contained in:
parent
822ba594ec
commit
a7aa24e7a3
115 changed files with 559 additions and 456 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue