mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	Additional Replacements for Filenames (#2625)
* Strip colons from filenames * Add global matching for accented characters * Add more replacements * Added more diacritics Namely: č,ć, ň, ń, ś, ž, ź Co-authored-by: Lucas Becker <runxel@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									6d8e403ca5
								
							
						
					
					
						commit
						1afbec2d84
					
				| @ -12,15 +12,17 @@ module.exports = { | ||||
|             .replace(/^&/, "and-") | ||||
|             .replace(/&$/, "-and") | ||||
|             .replace(/&/g, "-and-") | ||||
|             .replace(/[ !’]/g, "") | ||||
|             .replace(/à|á|â|ã|ä/, "a") | ||||
|             .replace(/ç/, "c") | ||||
|             .replace(/è|é|ê|ë/, "e") | ||||
|             .replace(/ì|í|î|ï/, "i") | ||||
|             .replace(/ñ/, "n") | ||||
|             .replace(/ò|ó|ô|õ|ö/, "o") | ||||
|             .replace(/ù|ú|û|ü/, "u") | ||||
|             .replace(/ý|ÿ/, "y") | ||||
|             .replace(/[ !:’']/g, "") | ||||
|             .replace(/à|á|â|ã|ä/g, "a") | ||||
|             .replace(/ç|č|ć/g, "c") | ||||
|             .replace(/è|é|ê|ë/g, "e") | ||||
|             .replace(/ì|í|î|ï/g, "i") | ||||
|             .replace(/ñ|ň|ń/g, "n") | ||||
|             .replace(/ò|ó|ô|õ|ö/g, "o") | ||||
|             .replace(/š|ś/g, "s") | ||||
|             .replace(/ù|ú|û|ü/g, "u") | ||||
|             .replace(/ý|ÿ/g, "y") | ||||
|             .replace(/ž|ź/g, "z") | ||||
|     ), | ||||
| 
 | ||||
|     /** | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user