feat(i18n): readermode translations and icon (#1961)
* fix(readermode): Translations and a new icon for ReaderMode * Formatted * Replaced icon
This commit is contained in:
		@@ -26,8 +26,11 @@ export default {
 | 
			
		||||
      noBacklinksFound: "Keine Backlinks gefunden",
 | 
			
		||||
    },
 | 
			
		||||
    themeToggle: {
 | 
			
		||||
      lightMode: "Light Mode",
 | 
			
		||||
      darkMode: "Dark Mode",
 | 
			
		||||
      lightMode: "Heller Modus",
 | 
			
		||||
      darkMode: "Dunkler Modus",
 | 
			
		||||
    },
 | 
			
		||||
    readerMode: {
 | 
			
		||||
      title: "Lesemodus",
 | 
			
		||||
    },
 | 
			
		||||
    explorer: {
 | 
			
		||||
      title: "Explorer",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user