Update language array to match finished languages
This commit is contained in:
		
							parent
							
								
									b08ea2c416
								
							
						
					
					
						commit
						aa58242551
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -15,6 +15,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release | ||||||
| 
 | 
 | ||||||
| * Web app: English language strings fixes ([#203](https://github.com/binwiederhier/ntfy/issues/203), thanks to [@StoyanDimitrov](https://github.com/StoyanDimitrov)) | * Web app: English language strings fixes ([#203](https://github.com/binwiederhier/ntfy/issues/203), thanks to [@StoyanDimitrov](https://github.com/StoyanDimitrov)) | ||||||
| 
 | 
 | ||||||
|  | **Translations (web app):** | ||||||
|  | 
 | ||||||
|  | * Bulgarian (thanks to [@StoyanDimitrov](https://github.com/StoyanDimitrov)) | ||||||
|  | 
 | ||||||
| --> | --> | ||||||
| 
 | 
 | ||||||
| ## ntfy Android app v1.11.0 | ## ntfy Android app v1.11.0 | ||||||
|  |  | ||||||
|  | @ -390,7 +390,7 @@ const Language = () => { | ||||||
|             <FormControl fullWidth variant="standard" sx={{ m: 1 }}> |             <FormControl fullWidth variant="standard" sx={{ m: 1 }}> | ||||||
|                 <Select value={i18n.language} onChange={(ev) => i18n.changeLanguage(ev.target.value)}> |                 <Select value={i18n.language} onChange={(ev) => i18n.changeLanguage(ev.target.value)}> | ||||||
|                     <MenuItem value="en">English</MenuItem> |                     <MenuItem value="en">English</MenuItem> | ||||||
|                     <MenuItem value="de">Deutsch</MenuItem> |                     <MenuItem value="bg">Български</MenuItem> | ||||||
|                 </Select> |                 </Select> | ||||||
|             </FormControl> |             </FormControl> | ||||||
|         </Pref> |         </Pref> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue