Skip to content

Useful tool for help moving translations between salesforce orgs

Notifications You must be signed in to change notification settings

tommyilpazzo/sf-translations-support-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translation Workbench Tool

Usage instructions

  1. 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"]

  2. Export bilingual .zip file containing translation files in .stf format from both source and destination org.

  3. Place bilingual.zip file exported from source org inside "input/source/" folder.

  4. Place bilingual.zip file exported from destination org inside "input/destination/" folder.

  5. Execute python script and look for processed files inside "output/" folder.

Folders structure

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)

About

Useful tool for help moving translations between salesforce orgs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages