From cb03f9cf1fa1767fe7bd2db3ac84f231b922d8f1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 11 May 2014 23:53:10 +0200 Subject: [PATCH] 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 94041ffd4..b7d723222 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::