{"id":1741,"date":"2013-08-22T22:14:08","date_gmt":"2013-08-22T20:14:08","guid":{"rendered":"http:\/\/blog.wenzlaff.de\/?p=1741"},"modified":"2021-11-22T17:16:06","modified_gmt":"2021-11-22T16:16:06","slug":"wie-aendere-ich-in-luci-von-openwrt-die-sprache","status":"publish","type":"post","link":"http:\/\/blog.wenzlaff.de\/?p=1741","title":{"rendered":"Wie kann in Luci von OpenWrt die Sprache ge\u00e4ndert werden?"},"content":{"rendered":"<p>Die Gui von Luci kann auch in einer anderen Sprache eingestellt werden.<br \/>\nDazu kann mit folgendem Befehl auf der Konsole die Liste der verf\u00fcgbaren Sprachen ausgegeben werden.<br \/>\n<code><br \/>\n[root@OpenWrt ~]# <strong>opkg list | grep luci-i18n-<\/strong><br \/>\n<\/code><\/p>\n<p>Bis jetzt wurden folgende Sprachen \u00fcbersetzt:<br \/>\n<code><br \/>\nluci-i18n-catalan - 0.11.1-1 - Catalan (by Eduard Duran)<br \/>\nluci-i18n-chinese - 0.11.1-1 - Chinese (by Chinese Translators)<br \/>\nluci-i18n-english - 0.11.1-1 - English<br \/>\nluci-i18n-french - 0.11.1-1 - French (by Florian Fainelli)<br \/>\nluci-i18n-german - 0.11.1-1 - German<br \/>\nluci-i18n-greek - 0.11.1-1 - Greek (by Vasilis Tsiligiannis)<br \/>\nluci-i18n-hebrew - 0.11.1-1 - Hebrew<br \/>\nluci-i18n-hungarian - 0.11.1-1 - Hungarian<br \/>\nluci-i18n-italian - 0.11.1-1 - Italian (by Matteo Croce)<br \/>\nluci-i18n-japanese - 0.11.1-1 - Japanese (by Tsukasa Hamano)<br \/>\nluci-i18n-malay - 0.11.1-1 - Malay (by Teow Wai Chet)<br \/>\nluci-i18n-norwegian - 0.11.1-1 - Norwegian (by Lars Hardy)<br \/>\nluci-i18n-polish - 0.11.1-1 - Polish<br \/>\nluci-i18n-portuguese - 0.11.1-1 - Portuguese (by Jose Monteiro)<br \/>\nluci-i18n-portuguese-brazilian - 0.11.1-1 - Portuguese (Brazilian) (by Carlos Cesario)<br \/>\nluci-i18n-romanian - 0.11.1-1 - Romanian<br \/>\nluci-i18n-russian - 0.11.1-1 - Russian (by Skryabin Dmitry)<br \/>\nluci-i18n-spanish - 0.11.1-1 - Spanish (by Guillermo Javier Nardoni)<br \/>\nluci-i18n-ukrainian - 0.11.1-1 - Ukrainian<br \/>\nluci-i18n-vietnamese - 0.11.1-1 - Vietnamese (by Hong Phuc Dang)<br \/>\n<\/code><\/p>\n<p>Mit dem folgenden Zweizeiler wird Deutsch eingestellt.<br \/>\n<code><br \/>\nopkg update<br \/>\nopkg install luci-i18n-german<br \/>\n<\/code><br \/>\nDann in der Luci-Web-Gui unter der Seite <em>System\/System -> Language and Style<\/em> auf Deutsch schalten. In der Regel steht Sprache dort schon auf automatisch, dann wird Deutsch automatisch gew\u00e4hlt.<br \/>\n<figure id=\"attachment_1743\" aria-describedby=\"caption-attachment-1743\" style=\"width: 640px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/blog.wenzlaff.de\/wp-content\/uploads\/2013\/08\/Bildschirmfoto-2013-08-22-um-21.57.131.png\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/blog.wenzlaff.de\/wp-content\/uploads\/2013\/08\/Bildschirmfoto-2013-08-22-um-21.57.131-1024x783.png\" alt=\"Luci Gui in Deutsch\" width=\"640\" height=\"489\" class=\"size-large wp-image-1743\" srcset=\"http:\/\/blog.wenzlaff.de\/wp-content\/uploads\/2013\/08\/Bildschirmfoto-2013-08-22-um-21.57.131-1024x783.png 1024w, http:\/\/blog.wenzlaff.de\/wp-content\/uploads\/2013\/08\/Bildschirmfoto-2013-08-22-um-21.57.131-300x229.png 300w, http:\/\/blog.wenzlaff.de\/wp-content\/uploads\/2013\/08\/Bildschirmfoto-2013-08-22-um-21.57.131.png 1091w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><figcaption id=\"caption-attachment-1743\" class=\"wp-caption-text\">Luci Gui in Deutsch<\/figcaption><\/figure><br \/>\nF\u00fcr andere Sprachen analog vorgehen.<\/p>\n<p>Die Einstellungen f\u00fcr Luci die automatisch eingestellt werden, sehen dann so aus:<br \/>\n<code><br \/>\n [root@OpenWrt ~]# cat \/etc\/config\/luci<\/p>\n<p>config core 'main'<br \/>\n\toption lang 'auto'<br \/>\n\toption resourcebase '\/luci-static\/resources'<br \/>\n\toption mediaurlbase '\/luci-static\/bootstrap'<\/p>\n<p>config extern 'flash_keep'<br \/>\n\toption uci '\/etc\/config\/'<br \/>\n\toption dropbear '\/etc\/dropbear\/'<br \/>\n\toption openvpn '\/etc\/openvpn\/'<br \/>\n\toption passwd '\/etc\/passwd'<br \/>\n\toption opkg '\/etc\/opkg.conf'<br \/>\n\toption firewall '\/etc\/firewall.user'<br \/>\n\toption uploads '\/lib\/uci\/upload\/'<\/p>\n<p>config internal 'languages'<br \/>\n\toption en 'English'<br \/>\n\toption de 'Deutsch'<\/p>\n<p>config internal 'sauth'<br \/>\n\toption sessionpath '\/tmp\/luci-sessions'<br \/>\n\toption sessiontime '3600'<\/p>\n<p>config internal 'ccache'<br \/>\n\toption enable '1'<\/p>\n<p>config internal 'themes'<br \/>\n\toption OpenWrt '\/luci-static\/openwrt.org'<br \/>\n\toption Bootstrap '\/luci-static\/bootstrap'<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Die Gui von Luci kann auch in einer anderen Sprache eingestellt werden. Dazu kann mit folgendem Befehl auf der Konsole die Liste der verf\u00fcgbaren Sprachen ausgegeben werden. [root@OpenWrt ~]# opkg list | grep luci-i18n- Bis jetzt wurden folgende Sprachen \u00fcbersetzt: luci-i18n-catalan &#8211; 0.11.1-1 &#8211; Catalan (by Eduard Duran) luci-i18n-chinese &#8211; 0.11.1-1 &#8211; Chinese (by Chinese &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/blog.wenzlaff.de\/?p=1741\" class=\"more-link\"><span class=\"screen-reader-text\">\u201eWie kann in Luci von OpenWrt die Sprache ge\u00e4ndert werden?\u201c <\/span>weiterlesen<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[808,695],"tags":[810,230,679,678,809],"class_list":["post-1741","post","type-post","status-publish","format-standard","hentry","category-linux-2","category-tp-wr703n","tag-language","tag-linux","tag-luci","tag-openwrt","tag-sprache"],"_links":{"self":[{"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=\/wp\/v2\/posts\/1741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1741"}],"version-history":[{"count":0,"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=\/wp\/v2\/posts\/1741\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1741"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.wenzlaff.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}