feat: Add internationalization (i18n) support (#182)
This commit is contained in:
		
							parent
							
								
									e38eaa94d6
								
							
						
					
					
						commit
						25ba1159ad
					
				
					 19 changed files with 189 additions and 52 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
<div id="search-container">
 | 
			
		||||
  <div id="search-space">
 | 
			
		||||
    <input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
 | 
			
		||||
      placeholder="Search for something...">
 | 
			
		||||
    <input autocomplete="off" id="search-bar" name="search" type="text" aria-label="{{ i18n "search" }}"
 | 
			
		||||
      placeholder="{{ i18n "search_for_something" }}" dir="{{ $.Site.Language.LanguageDirection }}">
 | 
			
		||||
    <div id="results-container">
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue