mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 10:31:06 +03:00 
			
		
		
		
	Fix the localization example in the Contributing Guidelines (#5629)
This commit is contained in:
		
							parent
							
								
									1d19025506
								
							
						
					
					
						commit
						eabafcb165
					
				| @ -339,9 +339,9 @@ We collect localized names to make it possible to find the brand by it's local n | ||||
| { | ||||
|     "title": "the original title", | ||||
|     "aliases": { | ||||
|         "loc": [ | ||||
|             { "locale": "en-US", "title": "A different title" } | ||||
|         ] | ||||
|         "loc": { | ||||
|             "en-US": "A different title" | ||||
|         } | ||||
|     } | ||||
| } | ||||
| ``` | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user