mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #847 from RealRancor/fix_build
Fix build for l10n.rst
This commit is contained in:
@@ -153,14 +153,14 @@ the server code::
|
||||
Now the following folder structure is available::
|
||||
|
||||
myapp/l10n
|
||||
├── es
|
||||
│ └── myapp.po
|
||||
├── es.js
|
||||
├── es.json
|
||||
├── es.php
|
||||
├── l10n.pl
|
||||
└── templates
|
||||
└── myapp.pot
|
||||
|-- es
|
||||
| |-- myapp.po
|
||||
|-- es.js
|
||||
|-- es.json
|
||||
|-- es.php
|
||||
|-- l10n.pl
|
||||
|-- templates
|
||||
|-- myapp.pot
|
||||
|
||||
You then just need the :file:`.php`, :file:`.json` and :file:`.js` files for a
|
||||
working localized app.
|
||||
|
||||
Reference in New Issue
Block a user