Skip to content

Commit

Permalink
Update langs
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 5, 2018
1 parent 72a1af6 commit 7c5bc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/index.js
Expand Up @@ -5,7 +5,7 @@
const fs = require('fs');
const yaml = require('js-yaml');

const langs = ['de-DE', 'en-US', 'fr-FR', 'ja-JP', 'ja-KS', 'pl-PL', 'es-ES'];
const langs = ['de-DE', 'en-US', 'fr-FR', 'ja-JP', 'ja-KS', 'pl-PL', 'es-ES', 'nl-NL'];

const loadLocale = lang => yaml.safeLoad(fs.readFileSync(`${__dirname}/${lang}.yml`, 'utf-8'));
const locales = langs.map(lang => ({ [lang]: loadLocale(lang) }));
Expand Down

0 comments on commit 7c5bc03

Please sign in to comment.