From 7c8ca702e475272a0e5de3d24668f9d8c1579750 Mon Sep 17 00:00:00 2001 From: Kazephil Date: Mon, 15 Aug 2022 14:59:41 +0900 Subject: [PATCH] Update docstring. --- omegat_tools/extract_segments.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/omegat_tools/extract_segments.py b/omegat_tools/extract_segments.py index 587739f..a07b4b3 100644 --- a/omegat_tools/extract_segments.py +++ b/omegat_tools/extract_segments.py @@ -2,9 +2,13 @@ '''Create per translator TMX files from a base TMX file. -This script is used to parse TMX files from OmegaT projects involving more than one translator, and creates individual TMX files containing the translations made by each translator. +This script is used to parse TMX files from OmegaT projects involving more than +one translator, and creates individual TMX files containing the translations +made by each translator. -The user name of each translator and the name of the corresponding TMX file must be entered in the "Translators" section of the "omegat-tools.conf" file. +The user name of each translator and the two letter code to identify that +translator in the TMX file name must be entered in the "Translators" section +of the "omegat-tools.conf" file. Requires: - Python 3.6 or higher (for f-strings)