Page 1 of 1

[SOLVED] language packs?

Posted: March 9th, 2017, 2:50 am
by OneCD
Hello,

Just looking for some info to help a QNAP forum member who has asked about SABnzbd support for the German language.

Is there a language pack that needs to be downloaded? I've searched but cannot find it. My own SAB installation shows the 'Language' dropdown menu on the 'General' settings page, but it's empty.

Thank you.

Re: language packs?

Posted: March 9th, 2017, 3:53 am
by safihre
When running from source (which we strongly discouraged for regular users) you need to run at least once
python tools/make_mo.py

This will compile the language files.
Our releases come with the languages compiled, but not when you run from sources.
That command should be run every time again when the translations get updated.

Re: language packs?

Posted: March 9th, 2017, 2:39 pm
by OneCD
Thanks @safihre, that worked well!

On my QNAP, I did:

Code: Select all

cd /share/MD0_DATA/.qpkg/SABnzbdplus/sabnzbd
python tools/make_mo.py
/etc/init.d/sabnzbd.sh restart
And now the 'Languages' menu lists a whole bunch of them. ;D