Add italiano
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -20,6 +20,7 @@ app/view/bg
 | 
				
			|||||||
app/view/cs
 | 
					app/view/cs
 | 
				
			||||||
app/view/ps
 | 
					app/view/ps
 | 
				
			||||||
app/view/es-AR
 | 
					app/view/es-AR
 | 
				
			||||||
 | 
					app/view/it-IT
 | 
				
			||||||
app/git
 | 
					app/git
 | 
				
			||||||
*.code-workspace
 | 
					*.code-workspace
 | 
				
			||||||
releasenote.md
 | 
					releasenote.md
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,7 +28,7 @@ function main(ver, basefile, pwa, store) {
 | 
				
			|||||||
		.trim()
 | 
							.trim()
 | 
				
			||||||
	fs.writeFileSync(basefile + 'git', gitHash)
 | 
						fs.writeFileSync(basefile + 'git', gitHash)
 | 
				
			||||||
	console.log('Constructing view files ' + ver)
 | 
						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 = [
 | 
						const langsh = [
 | 
				
			||||||
		'日本語',
 | 
							'日本語',
 | 
				
			||||||
		'日本語(関西)',
 | 
							'日本語(関西)',
 | 
				
			||||||
@@ -37,6 +37,7 @@ function main(ver, basefile, pwa, store) {
 | 
				
			|||||||
		'Česky',
 | 
							'Česky',
 | 
				
			||||||
		'Deutsch',
 | 
							'Deutsch',
 | 
				
			||||||
		'Spanish, Argentina',
 | 
							'Spanish, Argentina',
 | 
				
			||||||
 | 
							'italiano',
 | 
				
			||||||
		'Crowdin translate system(beta)'
 | 
							'Crowdin translate system(beta)'
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
	const simples = ['acct', 'index', 'setting', 'update', 'setting']
 | 
						const simples = ['acct', 'index', 'setting', 'update', 'setting']
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user