Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To people with basic programming knowledge, the table Zf_configuration and its contents should be self-explaining, the column description holds a brief description of the configuration parameter.

...

Language resource configuration

The following language resources can be configured for use in translate5:

  • Lucy
  • Google
  • Moses default
  • MS Translator
  • SDL LanguageCloud
  • Globalese (not as part of Language Resources, but with a special integration)
  • For SDL GroupShare please ask MittagQI

To integrate a language resources, look query your translate5 DB for the following configuration names in Zf_configuration:SQL query:


Code Block
languagesql
SELECT * FROM `Zf_configuration` WHERE `name` LIKE '%runtimeOptions.LanguageResources%'

This will give you the configuration values for all existing language resource integrations and some general configuration parameters for language resources.

How to configure each value is explained in the description column of the DB table for each value.runtimeOptions.LanguageResources.opentm2.server
runtimeOptions.LanguageResources.opentm2.tmprefix
runtimeOptions.LanguageResources.lucylt.server
runtimeOptions.LanguageResources.lucylt.credentials
runtimeOptions.LanguageResources.lucylt.matchrate
runtimeOptions.LanguageResources.moses.server
runtimeOptions.LanguageResources.moses.matchrate

Help Page configuration

It is possible to show a help button in translate5. The button opens a pop up window with help content.

...