This commit is contained in:
syuilo
2017-12-11 03:38:31 +09:00
parent f849dcb7b9
commit 845dc26184
5 changed files with 36 additions and 19 deletions

View File

@ -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(),