[Pkg-owncloud-commits] [owncloud-doc] 66/270: simpler l10n cmd
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 cb03f9cf1fa1767fe7bd2db3ac84f231b922d8f1
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Sun May 11 23:53:10 2014 +0200
simpler l10n cmd
---
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 94041ff..b7d7232 100644
--- a/developer_manual/app/l10n.rst
+++ b/developer_manual/app/l10n.rst
@@ -114,8 +114,8 @@ Creating your own translatable files
If Transifex is not the right choice or the app is not accepted for translation, generate the gettext strings by yourself by creating an **l10n/** directory in the app folder and executing::
- cd l10n/
- perl ../../../l10n/l10n.pl read .. # assuming your app is in owncloud/apps
+ cd /srv/http/owncloud/l10n
+ perl l10n.pl myapp read
The translation script requires Locale::PO, installable via::
--
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