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/ps
 | 
			
		||||
app/view/es-AR
 | 
			
		||||
app/view/it-IT
 | 
			
		||||
app/git
 | 
			
		||||
*.code-workspace
 | 
			
		||||
releasenote.md
 | 
			
		||||
 
 | 
			
		||||
@@ -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']
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user