Split your TMX file into smaller sizes. For example, if your file is 600 MB, then split the file into 3 smaller files, with each file under 250 MB. Each of the smaller files could then be uploaded to BeGlobal Trainer.
If possible, check with your translation management system for an option in the translation memory export menu that would export the translation memory into several files.
Else, use a Linux bash script to split a TMX file into small TMX files:
- Download the open source script in the zip file
split_tmx_v2.zip
attached to the right pane of this article - Extract script
split_tmx_v2.sh
to local directory - The script requires 2 parameters:
-f
name of the TMX file to create smaller TMX files from-n
number of smaller files to be created
For example:
sh split_tmx_v2.sh -f TM_EN-US_FR.tmx -n 3
After execution, this script will create in the current directory 3 files with a number prefix:
1-TM_EN-US_FR.tmx
2-TM_EN-US_FR.tmx
3-TM_EN-US_FR.tmx