Add ja-HN

This commit is contained in:
ThinaticSystem 2021-07-25 16:55:59 +09:00
parent f6107f646e
commit 27cdcd8d34
2 changed files with 1684 additions and 1 deletions

View File

@ -24,6 +24,7 @@ const languages = [
'id-ID', 'id-ID',
'ja-JP', 'ja-JP',
'ja-KS', 'ja-KS',
'ja-HN',
'kab-KAB', 'kab-KAB',
'kn-IN', 'kn-IN',
'ko-KR', 'ko-KR',
@ -47,7 +48,7 @@ const primaries = {
const locales = languages.reduce((a, c) => (a[c] = yaml.load(fs.readFileSync(`${__dirname}/${c}.yml`, 'utf-8')) || {}, a), {}); const locales = languages.reduce((a, c) => (a[c] = yaml.load(fs.readFileSync(`${__dirname}/${c}.yml`, 'utf-8')) || {}, a), {});
module.exports = Object.entries(locales) module.exports = Object.entries(locales)
.reduce((a, [k ,v]) => (a[k] = (() => { .reduce((a, [k, v]) => (a[k] = (() => {
const [lang] = k.split('-'); const [lang] = k.split('-');
switch (k) { switch (k) {
case 'ja-JP': return v; case 'ja-JP': return v;

1682
locales/ja-HN.yml Normal file

File diff suppressed because it is too large Load Diff