Rainbow TKit - Original with RTF
Contents
Overview
This package is one of the types of package offer by the Rainbow Translation Kit Creation Step.
The Original with RTF package is one of the type of translation packages you can create with the Rainbow Translation Kit Creation Step. Such package can be post-processed using the Rainbow Translation Kit Merging Step.
In this package an extra RTF layer is added on top of the original input documents. The styles used in the RTF layer are compatible with the Trados RTF styles.
- Existing and leveraged translation are output into different TMX files. When available, the first existing translation is also included directly in the RTF file.
- Segmented text units are represented using the Trados-RTF notation.
- Inline codes are marked up with the
tw4winInternal
style.
The RTF files generated in this package can be edited with any translation tool that is compatible with Trados-RTF files.
Options
This package has no options.
Details
Sub-Directories
The extracted files are stored in the same directory structure as the original files, relative to the root of the file set.
For example if you have two files named index.html
in two different sub-directories, they will be both extracted as index.html.rtf
but each on its corresponding sub-directory.
Inline Codes
Inline codes are marked up with the tw4winInternal
style.
Segmentation
Segmented entries are represented using the Trados-RTF notation.
Source text is marked as hidden text, while the translation is marked in normal style. Note that some of those segments may be empty if only some segments have been leveraged.
Pre-Translation
Translatable entries can be pre-translated different ways. In this package, the result of pre-translation is as follows:
- Existing translations marked as approved are put in the
<target>
element and the attributeapproved
is set toyes
. These entries are also put in theapproved.tmx
file. - Existing translations without flag are put in the
unapproved.tmx
file. - Existing translations coming from alternate-translation constructs in the original file (for example the
<alt-trans>
elements of an XLIFF document) are put in thealternates.tmx
file. - Translations coming from some leveraging steps are put in the
leverage.tmx
file.
Package Layout
Assuming that your package name is pack1
, your input root ends with main
, the target language is French, you have selected to use the same filenames as the input files for the output files, and you have the following source files:
--- main | +--- index.html +--- myFile.idml +--- subDir | +--- index.html
The layout of this package after creation will be:
--- pack1 | +--- manifest.rkm +--- *.tmx +--- original | | | +--- index.html | +--- myFile.idml | +--- subDir | | | +--- index.html | +--- work | +--- index.html.rtf +--- myFile.idml.rtf +--- subDir | +--- index.html.rtf
original
contains a copy of the original source documents. You needs those files for post-processing.work
contains the documents that are to be translated. The translation is expected to be saved into those files.
After post-processing it will be:
--- pack1 | +--- done | | | +--- index.html | +--- myFile.idml | +--- subDir | | | +--- index.html | +... (same as after creation)
done
contains the merged translated documents. This directory is created during post-processing.
Limitations
- This package is BETA