simpler l10n cmd

This commit is contained in:
Bernhard Posselt
2014-05-11 23:53:10 +02:00
parent 9a5e341e07
commit cb03f9cf1f

View File

@@ -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::