mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix syntax of l10n.pl
This commit is contained in:
parent
df131206a9
commit
29fd647c15
@ -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::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user