mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Merge pull request #8 from janeczku/master
Fix for simplified chinese language
This commit is contained in:
		| @@ -27,7 +27,7 @@ | ||||
|     <label for="locale">{{_('Language')}}</label> | ||||
|         <select name="locale" id="locale" class="form-control"> | ||||
|             {%  for translation in translations %} | ||||
|                 <option value="{{translation.language}}" {% if translation.language == content.locale %}selected{% endif %} {% if new_user == 1 and loop.first %}selected{% endif %}>{{ translation.display_name }}</option> | ||||
|                 <option value="{{translation}}" {% if translation.language == content.locale %}selected{% endif %} {% if new_user == 1 and loop.first %}selected{% endif %}>{{ translation.display_name }}</option> | ||||
|             {% endfor %} | ||||
|         </select> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ethan Lin
					Ethan Lin