diff --git a/.gitignore b/.gitignore index 4e64f931..8f8f1f3a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ app/view/bg app/view/cs app/view/ps app/view/es-AR +app/view/it-IT app/git *.code-workspace releasenote.md diff --git a/app/view/make/make.js b/app/view/make/make.js index 8f3dfb12..d8b31ae4 100644 --- a/app/view/make/make.js +++ b/app/view/make/make.js @@ -28,7 +28,7 @@ function main(ver, basefile, pwa, store) { .trim() fs.writeFileSync(basefile + 'git', gitHash) console.log('Constructing view files ' + ver) - const langs = ['ja', 'ja-KS', 'en', 'bg', 'cs', 'de', 'es-AR', 'ps'] + const langs = ['ja', 'ja-KS', 'en', 'bg', 'cs', 'de', 'es-AR', 'it-IT', 'ps'] const langsh = [ '日本語', '日本語(関西)', @@ -37,6 +37,7 @@ function main(ver, basefile, pwa, store) { 'Česky', 'Deutsch', 'Spanish, Argentina', + 'italiano', 'Crowdin translate system(beta)' ] const simples = ['acct', 'index', 'setting', 'update', 'setting']