|  | @@ -28,7 +28,7 @@ Fill out `config.js` as your infomation.
 | 
	
		
			
				|  |  |    - **You should generate the token in admin user, not owner.**
 | 
	
		
			
				|  |  |    If you generate the token in owner user, a `missing_scope` error may occur.
 | 
	
		
			
				|  |  |  * `inviteToken`: An optional security measure - if it is set, then that token will be required to get invited.
 | 
	
		
			
				|  |  | -* `locale`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
 | 
	
		
			
				|  |  | +* `locale`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `it`,  `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ### Environment Variables
 | 
	
		
			
				|  |  |  You can set environment variables directly or in `.env` file.
 | 
	
	
		
			
				|  | @@ -42,7 +42,7 @@ If you want to use a `.env` file, create a file in the root called `.env` with t
 | 
	
		
			
				|  |  |    - **You should generate the token as an admin user, not owner.**
 | 
	
		
			
				|  |  |    If you generate the token in owner user, a `missing_scope` error may occur.
 | 
	
		
			
				|  |  |  - `INVITE_TOKEN`: An optional security measure - if it is set, then that token will be required to get invited.
 | 
	
		
			
				|  |  | -- `LOCALE`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
 | 
	
		
			
				|  |  | +- `LOCALE`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  **Sample**
 | 
	
		
			
				|  |  |  
 |