mirror of
https://codeberg.org/kazephil/Little_CAT_Helpers.git
synced 2023-08-25 14:05:45 +02:00
Add example of optional path for team projects.
This commit is contained in:
parent
1af672aba1
commit
fe7ec0888d
@ -12,6 +12,10 @@
|
|||||||
projects = /Documents/OmegaT_Projects
|
projects = /Documents/OmegaT_Projects
|
||||||
glossaries = %(projects)s/glossaries
|
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]
|
[Files]
|
||||||
# The files needed to collect and copy OmegaT project data,
|
# The files needed to collect and copy OmegaT project data,
|
||||||
# and the extensions that identify potential glossary files.
|
# 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".
|
# username and identifier will result in a file called "EN-JT.tmx".
|
||||||
# Replace the example line with your own list of translator usernames,
|
# Replace the example line with your own list of translator usernames,
|
||||||
# and assign a unique identifier to each one):
|
# and assign a unique identifier to each one):
|
||||||
junior_translator = JT
|
Junior Translator = JT
|
||||||
|
Translator A = TA
|
||||||
|
Translator B = TB
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user