How to translate Yun to German

Hi Arduinos
i am exploring my Yun and the Webinterface and play around. I would have the German luci-i18n-german files installed but during the install process it drops "Cannot install bla bla..." :roll_eyes:

Installing luci-i18n-german (0.11+svn10374-1) to root...
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/luci-i18n-german_0.11+svn10374-1_ar71xx.ipk.

Collected errors:

http://forum.arduino.cc/index.php?topic=252442.0

"arduino.cc" 's ISP (Internet service provider) has problem encode "+" at URL, wait...

 opkg install luci-i18n-german
Installing luci-i18n-german (0.11+svn10374-1) to root...
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/luci-i18n-german_0.11+svn10374-1_ar71xx.ipk.

Yes we need to fix opkg to make that work. In the meanwhile, replace the "+" with "%2B"

wget http://downloads.arduino.cc/openwrtyun/1/packages/luci-i18n-german_0.11%2Bsvn10374-1_ar71xx.ipk
opkg install luci-i18n-german*

We just released an update. Please upgrade opkg with

opkg update
opkg upgrade opkg