mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Fix syntax of l10n.pl
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user