Difference between revisions of "Local Vendor"
(Created page with "== Local Vendor== The ''Local'' vendor is used for storing the prep/translated files on the local machine (the same machine where LRM is running). This type of vendor is usefu...") |
(→Local Vendor Configuration) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
− | == Local Vendor== |
||
The ''Local'' vendor is used for storing the prep/translated files on the local machine (the same machine where LRM is running). This type of vendor is useful when testing out LRM. |
The ''Local'' vendor is used for storing the prep/translated files on the local machine (the same machine where LRM is running). This type of vendor is useful when testing out LRM. |
||
Line 13: | Line 13: | ||
local.in.absolute.path= |
local.in.absolute.path= |
||
</pre> |
</pre> |
||
+ | |||
+ | Lingoport pushes zip files to the configured outbound endpoint and consumes zip files sent on the incoming endpoint. Two endpoints are necessary: a ''''to translation'''' end point and a ''''from translation'''' endpoint. See [[Zip_Files_For_Prep_and_Import | Prep/Import Zip Files]] for more information on the types of zip files that can be sent to and from translation. |
Latest revision as of 16:49, 11 May 2022
The Local vendor is used for storing the prep/translated files on the local machine (the same machine where LRM is running). This type of vendor is useful when testing out LRM.
Local Vendor Configuration
To choose a Local vendor for the prep/translated files, uncomment (or add) the l10n.vendor=local
in the appropriate config_l10n_vendor.properties
file.
The information that is required when configuring a local vendor is:
##LOCAL VENDOR ##Absolute path for zip files to translation (outgoing) local.out.absolute.path= ##Absolute path for zip files from translation (incoming) local.in.absolute.path=
Lingoport pushes zip files to the configured outbound endpoint and consumes zip files sent on the incoming endpoint. Two endpoints are necessary: a 'to translation' end point and a 'from translation' endpoint. See Prep/Import Zip Files for more information on the types of zip files that can be sent to and from translation.