-
Open build_stf.py and edit line #9 in order to to configure the list of supported languages for which translations should be imported in the destination org.
supported_language_codes = ["fr", "es_MX", "ja", "ko", "pt_BR"]
-
Export bilingual .zip file containing translation files in .stf format from both source and destination org.
-
Place bilingual.zip file exported from source org inside "input/source/" folder.
-
Place bilingual.zip file exported from destination org inside "input/destination/" folder.
-
Execute python script and look for processed files inside "output/" folder.
Following is summarized the folder structure expected by the script.
- input
- destination (contains bilingual zip file exported from destination org)
- source (contains bilingual zip file exported from source org)
- output (where result files are written)