Add french

This commit is contained in:
syuilo 2018-04-16 05:59:21 +09:00
parent 09937aff7b
commit 6029b1ca58
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ const native = loadLang('ja');
const langs = {
'en': loadLang('en'),
'fr': loadLang('fr'),
'ja': native
};