Difference between revisions of "Memsource"

From Lingoport Wiki
Jump to: navigation, search
(Memsource Locale Mapping)
Line 61: Line 61:
 
...
 
...
 
</pre>
 
</pre>
  +
  +
===LRM Resource Types Unsupported by Memsource===
  +
  +
Memsource does not support the following LRM resource types:
  +
* .rjs
  +
* .msg
  +
  +
Click [[Resource_Files#What_resource_file_types_are_supported_by_LRM.3F | here]] for the list of resource types currently supported by LRM.

Revision as of 18:08, 9 October 2019

Link LRM and Memsource

  1. Configure config_l10n_vendor.properties (which can be specified at the group or project config level):
    • uncomment l10n.vendor=local
    • configure local.out.absolute.path
    • configure local.in.absolute.path
  2. Configure <HOME>/Lingoport_Data/L10nStreamlining/config/config_memsource_tofrom.properties:
    • configure memsource.to.translation.dir
    • configure memsource.from.translation.dir
  3. Modify the Jenkins job LocalVendorDownload and check Build after other projects are built and then in Projects to watch, type in MemsourceCallback.

Memsource Configuration

Configure the Memsource settings in the config_memsource_vendor.properties (which can be specified at the group or project config level).

#
# Contains configuration for memsource
#
# To configure the token, follow these instructions:
# https://help.memsource.com/hc/en-us/articles/115003461011-How-to-Setup-OAuth-Authentication-in-Memsource
#
# Run the following command to list the currently available template ids:
# (note that template ids can support any target locale, not just the listed ones)
# java -jar lingoport-memsource-cli.jar --list-templates -t <token>
#
# Make sure to configure the callback for your machine
#
memsource.api.token=
memsource.api.project.template.id=
memsource.api.source.locale=en
memsource.api.callbackURL=http://<your_machine>:8080/jenkins/generic-webhook-trigger/invoke?token=1skLO6zTb

Memsource Locale Mapping

Configure config_memsource_locale_mapping.properties (which can be specified at the group or project config level).
This file maps locales from LRM to Memsource.

# 
#Locale mapping language only locales - Locales should be in the java format (_)
# This is the default mapping. For your community, you'll need to edit this file
# and place it either at the group level or the project level. 
#
aa=aa
ab=ab
ach=ach
af=af
af_na=af_na
...

LRM Resource Types Unsupported by Memsource

Memsource does not support the following LRM resource types:

  • .rjs
  • .msg

Click here for the list of resource types currently supported by LRM.