-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
executable file
·41 lines (28 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Extension : OWTranslate v1.2
Requires : eZ Publish 4.x.x (not tested on 3.X)
Author : Open Wide <http://www.openwide.fr>
What is OWTranslate?
-------------------
OW Translate is an ezpublish extension which supplies several tools
- A generator of files of translation for all languages of your site, parsing extension templates and php files to find any i18n call.
- An AJAX interface allowing to administer each of these translations
Usage
------
1. Go to /translation/generation and select all extensions to parse.
All templates and php files in those extensions will be parsed and used to generate translation files.
Generated translation files will be created and saved inside mainExtension/translations folder. MainExtension is setted in owtranslate.ini file.
2. Go to /translation/list and translate your content.
Enjoy !
License
-------
This program is free software; you can redistribute it and/or
modify it under the terms of version 2.0 of the GNU General
Public License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Read /LICENSE
Installation
------------
Read doc/INSTALL