Add Chinese translation
This commit is contained in:
		
							parent
							
								
									48538d149e
								
							
						
					
					
						commit
						ad55de784d
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -27,6 +27,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release | ||||||
| * [Examples](examples.md) for [Home Assistant](https://www.home-assistant.io/) ([#282](https://github.com/binwiederhier/ntfy/pull/282), thanks to [@poblabs](https://github.com/poblabs)) | * [Examples](examples.md) for [Home Assistant](https://www.home-assistant.io/) ([#282](https://github.com/binwiederhier/ntfy/pull/282), thanks to [@poblabs](https://github.com/poblabs)) | ||||||
| * Install instructions for [NixOS/Nix](https://ntfy.sh/docs/install/#nixos-nix) ([#282](https://github.com/binwiederhier/ntfy/pull/282), thanks to [@arjan-s](https://github.com/arjan-s)) | * Install instructions for [NixOS/Nix](https://ntfy.sh/docs/install/#nixos-nix) ([#282](https://github.com/binwiederhier/ntfy/pull/282), thanks to [@arjan-s](https://github.com/arjan-s)) | ||||||
| 
 | 
 | ||||||
|  | **Additional translations:** | ||||||
|  | 
 | ||||||
|  | * Chinese/Simplified (thanks to [@yufei.im](https://hosted.weblate.org/user/yufei.im/)) | ||||||
|  | 
 | ||||||
| --> | --> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -436,7 +436,7 @@ const Appearance = () => { | ||||||
| const Language = () => { | const Language = () => { | ||||||
|     const { t, i18n } = useTranslation(); |     const { t, i18n } = useTranslation(); | ||||||
|     const labelId = "prefLanguage"; |     const labelId = "prefLanguage"; | ||||||
|     const randomFlags = shuffle(["🇬🇧", "🇺🇸", "🇪🇸", "🇫🇷", "🇧🇬", "🇨🇿", "🇩🇪", "🇮🇹", "🇭🇺", "🇧🇷", "🇮🇩", "🇯🇵", "🇷🇺", "🇹🇷"]).slice(0, 3); |     const randomFlags = shuffle(["🇬🇧", "🇺🇸", "🇪🇸", "🇫🇷", "🇧🇬", "🇨🇿", "🇩🇪", "🇨🇳", "🇮🇹", "🇭🇺", "🇧🇷", "🇮🇩", "🇯🇵", "🇷🇺", "🇹🇷"]).slice(0, 3); | ||||||
|     const title = t("prefs_appearance_language_title") + " " + randomFlags.join(" "); |     const title = t("prefs_appearance_language_title") + " " + randomFlags.join(" "); | ||||||
|     const lang = i18n.language ?? "en"; |     const lang = i18n.language ?? "en"; | ||||||
| 
 | 
 | ||||||
|  | @ -452,6 +452,7 @@ const Language = () => { | ||||||
|                     <MenuItem value="id">Bahasa Indonesia</MenuItem> |                     <MenuItem value="id">Bahasa Indonesia</MenuItem> | ||||||
|                     <MenuItem value="bg">Български</MenuItem> |                     <MenuItem value="bg">Български</MenuItem> | ||||||
|                     <MenuItem value="cs">Čeština</MenuItem> |                     <MenuItem value="cs">Čeština</MenuItem> | ||||||
|  |                     <MenuItem value="zh_Hans">中文</MenuItem> | ||||||
|                     <MenuItem value="de">Deutsch</MenuItem> |                     <MenuItem value="de">Deutsch</MenuItem> | ||||||
|                     <MenuItem value="es">Español</MenuItem> |                     <MenuItem value="es">Español</MenuItem> | ||||||
|                     <MenuItem value="fr">Français</MenuItem> |                     <MenuItem value="fr">Français</MenuItem> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue