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