Fix build for l10n.rst

This commit is contained in:
RealRancor
2015-02-14 14:33:41 +01:00
parent ef3659e76e
commit a056c6dd12

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.