[Pkg-owncloud-commits] [owncloud-doc] 67/270: also mention gettext as dep

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 9e6ed0fd7d0e821c29521f729a5e759e8ed56051
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Sun May 11 23:56:55 2014 +0200

    also mention gettext as dep
---
 developer_manual/app/l10n.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/developer_manual/app/l10n.rst b/developer_manual/app/l10n.rst
index b7d7232..9e6e7d2 100644
--- a/developer_manual/app/l10n.rst
+++ b/developer_manual/app/l10n.rst
@@ -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
\ No newline at end of file
+    apt-get install liblocale-po-perl gettext
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list