also mention gettext as dep

This commit is contained in:
Bernhard Posselt
2014-05-11 23:56:55 +02:00
parent cb03f9cf1f
commit 9e6ed0fd7d

View File

@@ -117,6 +117,6 @@ If Transifex is not the right choice or the app is not accepted for translation,
cd /srv/http/owncloud/l10n
perl l10n.pl myapp read
The translation script requires Locale::PO, installable via::
The translation script requires **Locale::PO** and **gettext**, installable via::
apt-get install liblocale-po-perl
apt-get install liblocale-po-perl gettext