mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	i18n: improve for 'es' and add 'bg' (#58)
* Translate read_time, toc and translations to spanish * Add translations in bulgarian
This commit is contained in:
		 Dragomir Yordanov
					Dragomir Yordanov
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							3e3a7d380e
						
					
				
				
					commit
					db0e744af3
				
			
							
								
								
									
										16
									
								
								i18n/bg.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								i18n/bg.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | |||||||
|  | - id: prev_page | ||||||
|  |   translation: "Предишна страница" | ||||||
|  |  | ||||||
|  | - id: next_page | ||||||
|  |   translation: "Следваща страница" | ||||||
|  |  | ||||||
|  | - id: read_time | ||||||
|  |   translation: | ||||||
|  |     one : "1 мин" | ||||||
|  |     other: "{{ .Count }} мин" | ||||||
|  |  | ||||||
|  | - id: toc | ||||||
|  |   translation: "Съдържание" | ||||||
|  |  | ||||||
|  | - id: translations | ||||||
|  |   translation: "Преводи" | ||||||
							
								
								
									
										11
									
								
								i18n/es.yaml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								i18n/es.yaml
									
									
									
									
									
								
							| @@ -3,3 +3,14 @@ | |||||||
|  |  | ||||||
| - id: next_page | - id: next_page | ||||||
|   translation: "Página siguiente" |   translation: "Página siguiente" | ||||||
|  |  | ||||||
|  | - id: read_time | ||||||
|  |   translation: | ||||||
|  |     one : "1 min" | ||||||
|  |     other: "{{ .Count }} min" | ||||||
|  |  | ||||||
|  | - id: toc | ||||||
|  |   translation: "Tabla de Contenidos" | ||||||
|  |  | ||||||
|  | - id: translations | ||||||
|  |   translation: "Traducciones" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user