From fe7ec0888ddd4accb59b45d23e753ff044a2b6d6 Mon Sep 17 00:00:00 2001 From: Kazephil Date: Mon, 15 Aug 2022 14:44:48 +0900 Subject: [PATCH] Add example of optional path for team projects. --- omegat_tools/config/omegat-tools.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/omegat_tools/config/omegat-tools.conf b/omegat_tools/config/omegat-tools.conf index e358f79..6196d4c 100644 --- a/omegat_tools/config/omegat-tools.conf +++ b/omegat_tools/config/omegat-tools.conf @@ -12,6 +12,10 @@ projects = /Documents/OmegaT_Projects glossaries = %(projects)s/glossaries +# Optional default path for multi-translator TMX files. +# Uncomment the line below to set the path. +# tmxpath = %(projects)s/team_projects + [Files] # The files needed to collect and copy OmegaT project data, # and the extensions that identify potential glossary files. @@ -32,4 +36,7 @@ glossary_files = *.txt, *.utf8, *.csv, *.tsv # username and identifier will result in a file called "EN-JT.tmx". # Replace the example line with your own list of translator usernames, # and assign a unique identifier to each one): -junior_translator = JT +Junior Translator = JT +Translator A = TA +Translator B = TB +