✌️
This commit is contained in:
parent
f849dcb7b9
commit
845dc26184
5 changed files with 36 additions and 19 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import i18n from './i18n';
|
||||
import license from './license';
|
||||
import fa from './fa';
|
||||
import base64 from './base64';
|
||||
import themeColor from './theme-color';
|
||||
|
|
@ -8,6 +9,7 @@ import typescript from './typescript';
|
|||
|
||||
export default (lang, locale) => [
|
||||
i18n(lang, locale),
|
||||
license(),
|
||||
fa(),
|
||||
base64(),
|
||||
themeColor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue