Merge pull request #847 from RealRancor/fix_build

Fix build for l10n.rst
This commit is contained in:
Morris Jobke
2015-02-14 14:59:16 +01:00

View File

@@ -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.