This commit is contained in:
syuilo
2017-12-08 02:44:50 +09:00
parent 822ba594ec
commit a7aa24e7a3
115 changed files with 559 additions and 456 deletions

View File

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