Remove needless key

This commit is contained in:
syuilo 2017-03-25 17:10:06 +09:00
parent 4bc7819175
commit 8fc09c6550

View file

@ -10,7 +10,6 @@ const constants = require('./src/const.json');
const languages = {
'en': require('./locales/en.json'),
'en-US': require('./locales/en.json'),
'ja': require('./locales/ja.json')
};