Fix syntax of l10n.pl

This commit is contained in:
RealRancor
2015-02-14 23:15:15 +01:00
parent df131206a9
commit 29fd647c15

View File

@@ -133,7 +133,7 @@ in the app folder and executing::
cd /srv/http/owncloud/apps/myapp/l10n
perl l10n.pl myapp read
perl l10n.pl read myapp
The translation script requires **Locale::PO** and **gettext**, installable via::
@@ -148,7 +148,7 @@ folder named like the language code with the app name as filename - for example
transfer the po file into our own fileformat that is more easily readable by
the server code::
perl l10n.pl myapp write
perl l10n.pl write myapp
Now the following folder structure is available::