✌️
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user