Compare commits
	
		
			4 Commits
		
	
	
		
			pr-vpn_hat
			...
			i18n-testi
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3c85f2dfb5 | |||
| 788bd3c925 | |||
| 48f6c97655 | |||
| 52ee6cda74 | 
							
								
								
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							@@ -14,3 +14,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 | 
				
			|||||||
# Performance-booster for watching directories on Windows
 | 
					# Performance-booster for watching directories on Windows
 | 
				
			||||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
 | 
					gem "wdm", "~> 0.1.0" if Gem.win_platform?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gem 'jekyll-multiple-languages-plugin'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,8 @@ sass:
 | 
				
			|||||||
  style: compressed
 | 
					  style: compressed
 | 
				
			||||||
plugins:
 | 
					plugins:
 | 
				
			||||||
  - jekyll-sitemap
 | 
					  - jekyll-sitemap
 | 
				
			||||||
 | 
					  - jekyll-multiple-languages-plugin
 | 
				
			||||||
sitemap:
 | 
					sitemap:
 | 
				
			||||||
file: "/sitemap.xml"
 | 
					file: "/sitemap.xml"
 | 
				
			||||||
include: [".well-known"]
 | 
					include: [".well-known"]
 | 
				
			||||||
 | 
					languages: ["en", "pl", "fr"]
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7
									
								
								_i18n/en.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								_i18n/en.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					pages:
 | 
				
			||||||
 | 
					  home: Home
 | 
				
			||||||
 | 
					  work: Work
 | 
				
			||||||
 | 
					category:
 | 
				
			||||||
 | 
					  alpha: Alpha
 | 
				
			||||||
 | 
					  beta: Beta
 | 
				
			||||||
 | 
					  delta: Delta
 | 
				
			||||||
							
								
								
									
										3
									
								
								_i18n/fr.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								_i18n/fr.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					pages:
 | 
				
			||||||
 | 
					  home: HomeFREdited
 | 
				
			||||||
 | 
					  work: WorkFR
 | 
				
			||||||
							
								
								
									
										3
									
								
								_i18n/pl.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								_i18n/pl.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					pages:
 | 
				
			||||||
 | 
					  home: Fantastic
 | 
				
			||||||
 | 
					  work: WorkPL
 | 
				
			||||||
		Reference in New Issue
	
	Block a user