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 +