News

From Entrans

Contents

Entrans 0.3.1 released

Entrans 0.3.1 is a bug fix release of Entrans 0.3. If you have already deployed Entrans 0.3 then you will only need to replace the file include/functions_list_translate.php in your deployment with the updated one in the Entrans 0.3.1 release. Additionally apply the following patch to Entrans 0.3.1.

Entrans 0.3 released

New Features in Entrans 0.3

  1. Multi-Language Implementation
  2. File Hierarchy
  3. Upload/Download of compressed files/archives*
  4. Upload PO files via URL*
  5. Perform upload process in the background*
  6. PO files downloadable by all users
  7. Modular source code

* Platform/External application dependent feature

Multi-Language Implementation

Entrans can now be deployed for translation of PO files of multiple languages. This has been a long-standing request from the community and has be implemented in the current version.

File Hierarchy

To better organize all the uploaded into Entrans a virtual PO file hierarchical structure is now available. PO files can be uploaded or organized into different branches thereby maintaining a neat file hierarchy.

Upload/Download of compressed files/archives

Compressed archives of PO files can now be uploaded into Entrans. PO files can be compressed in the following formats .zip, .tar, .tar.gz, .tar.bz2, .gz, .bz2, .bz and then uploaded. This feature requires the web-server hosting Entrans to be a Linux based one.

Upload PO files via URL

PO files on the Internet can also be uploaded into Entrans. Simply create a text file having one URL per line and save the text file with a ".url" extension. When you upload this text file into Entrans, it retrieves the PO files from the given URL. This feature requires the web-server hosting Entrans to be a Linux based one and requires "wget" to be installed and configured properly.

PO files downloadable by all users

Another request from the community was that any user should be able to download the PO files and translate it offline, if he chooses to. This option is now available. A user can now download a file/files and translate it/them using some other tool. The user can then send the translated PO files to the administrator of Entrans, who will merge it with the file already in Entrans.

Modular source code

The source code has been made more modular so that it is more readable for the developers and the community.


Entrans 0.2 released

New Features of Entrans 0.2

  1. Multiple Suggestion/ Edit option
  2. Machine Translation
  3. Machine Transliteration
  4. Keyboard Shortcut
  5. Preserving the ``knowledge'' base
  6. Merging PO files
  7. Simpilified Admin page


Multiple Suggestion/ Edit option

Users will now be able to make suggestions from the "String listing" pages viz., 'File Contents' page, 'All Strings' page and 'Untranslated Strings' page.

Machine Translation and Transliteration

Machine Translation and Transliteration will now appear as user suggestion options in the 'Suggestion Page'

Keyboard Shortcuts

Keyshorcuts have been added to enable easy user of the tool. See the Help page for more information

Preserving the ``knowledge'' base

Preserving previously made suggestions and using them along with the existing suggestions in suggestion options, machine translation, etc.

Merging PO files

When a updated version of a PO file already existing in the database is uploaded the contents are merged and the database refelects the merged data.