Synopsis
The Xataface Translation Memory Module provides a revamped translation form Xataface applications with multilingual content enabled. This translation form includes a string parser and integrated translation memory so that fields containing large amounts of HTML content can be broken up into smaller parts and compared against the growing memory of previous translations.
Features
- Fresh-new translation form
- Separate translation memory for each language pair
- Automatic translation memory matching on translation form.
- Automatic saving to translation memory.
- Does not conflict with existing database translations (translation memory is only applied to the translation form).
- Parses content into individual strings for easy line-by-line translation.
Requirements
- Xataface 2.0
- Multilingual Content Turned on
Downloads
No releases yet.
SVN Trunk: http://weblite.ca/svn/dataface/modules/tm/trunk
Installation
- Download the latest sources.
- Place the sources in either your application's modules directory or the Xataface modules directory. The path should be one of:
- APP_PATH%/modules/tm
- XATAFACE_PATH%/modules/tm
- Enable the module in your application's http://xataface.com/wiki/conf.ini_file "conf.ini file" by adding the following to the section:
[_modules]
... other definitions ...
modules_tm=modules/tm/tm.php
- Make sure that your application has multilingual content enabled. See How to Internationalize Your Application
- Ensure that you have granted the necessary permissions for your users to perform translations.
- See also:
- Permissions
For more information about internationalization in Xataface: - See also:
- Internationalization with Dataface - An older tutorial on Xataface internationalization.
-
How to Internationalize Your Application
Table of Contents
- Architectural Overview
- Your First Translation
- Setting Up Permissions
- Troubleshooting
- Road Map
Support
Post support requests in the Xataface Message Forum
- See also:
- Web Lite Solutions Corp.