Added French
This commit is contained in:
		
							parent
							
								
									0d3dcfdc7a
								
							
						
					
					
						commit
						ed28082c01
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		|  | @ -35,6 +35,7 @@ to [@Joeharrison94](https://github.com/Joeharrison94) for the input. | ||||||
| **Additional translations:** | **Additional translations:** | ||||||
| 
 | 
 | ||||||
| * Czech (thanks to [@waclaw66](https://hosted.weblate.org/user/waclaw66/)) | * Czech (thanks to [@waclaw66](https://hosted.weblate.org/user/waclaw66/)) | ||||||
|  | * French (thanks to [@nathanaelhoun](https://hosted.weblate.org/user/nathanaelhoun/)) | ||||||
| 
 | 
 | ||||||
| **Thanks for testing:** | **Thanks for testing:** | ||||||
| 
 | 
 | ||||||
|  | @ -79,6 +80,7 @@ languages and fixed a ton of bugs. | ||||||
| **Additional translations:** | **Additional translations:** | ||||||
| 
 | 
 | ||||||
| * Czech (thanks to [@waclaw66](https://hosted.weblate.org/user/waclaw66/)) | * Czech (thanks to [@waclaw66](https://hosted.weblate.org/user/waclaw66/)) | ||||||
|  | * French (thanks to [@nathanaelhoun](https://hosted.weblate.org/user/nathanaelhoun/)) | ||||||
| * Japanese (thanks to [@shak](https://hosted.weblate.org/user/shak/)) | * Japanese (thanks to [@shak](https://hosted.weblate.org/user/shak/)) | ||||||
| * Russian (thanks to [@flamey](https://hosted.weblate.org/user/flamey/) and [@ilya.mikheev.coder](https://hosted.weblate.org/user/ilya.mikheev.coder/)) | * Russian (thanks to [@flamey](https://hosted.weblate.org/user/flamey/) and [@ilya.mikheev.coder](https://hosted.weblate.org/user/ilya.mikheev.coder/)) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -423,7 +423,7 @@ const Appearance = () => { | ||||||
| 
 | 
 | ||||||
| const Language = () => { | const Language = () => { | ||||||
|     const { t, i18n } = useTranslation(); |     const { t, i18n } = useTranslation(); | ||||||
|     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"; | ||||||
| 
 | 
 | ||||||
|  | @ -436,10 +436,11 @@ const Language = () => { | ||||||
|             <FormControl fullWidth variant="standard" sx={{ m: 1 }}> |             <FormControl fullWidth variant="standard" sx={{ m: 1 }}> | ||||||
|                 <Select value={lang} onChange={(ev) => i18n.changeLanguage(ev.target.value)}> |                 <Select value={lang} onChange={(ev) => i18n.changeLanguage(ev.target.value)}> | ||||||
|                     <MenuItem value="en">English</MenuItem> |                     <MenuItem value="en">English</MenuItem> | ||||||
|                     <MenuItem value="es">Español</MenuItem> |  | ||||||
|                     <MenuItem value="bg">Български</MenuItem> |                     <MenuItem value="bg">Български</MenuItem> | ||||||
|                     <MenuItem value="cs">Čeština</MenuItem> |                     <MenuItem value="cs">Čeština</MenuItem> | ||||||
|                     <MenuItem value="de">Deutsch</MenuItem> |                     <MenuItem value="de">Deutsch</MenuItem> | ||||||
|  |                     <MenuItem value="es">Español</MenuItem> | ||||||
|  |                     <MenuItem value="fr">Français</MenuItem> | ||||||
|                     <MenuItem value="id">Bahasa Indonesia</MenuItem> |                     <MenuItem value="id">Bahasa Indonesia</MenuItem> | ||||||
|                     <MenuItem value="ja">日本語</MenuItem> |                     <MenuItem value="ja">日本語</MenuItem> | ||||||
|                     <MenuItem value="nb_NO">Norsk bokmål</MenuItem> |                     <MenuItem value="nb_NO">Norsk bokmål</MenuItem> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue