Skip to content

Open-Wide/OWTranslate

Repository files navigation

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