Skip to content

chucknado/zlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zendesk loc handoff (ZLO) tools

Use these tools to prepare localization handoffs and to publish the deliverables returned by the localization vendor. The articles and translations are published to one or more Zendesk Help Centers.

The tool assumes article image files are hosted on Amazon S3. You can modify the tool if your images are hosted elsewhere.

Requirements

You must also install the following third-party Python libraries:

Setting up

  1. Download or clone this project.

  2. In the zlo project files, update the modules/auth.py file with your Zendesk username and API token. Example:

    def get_auth():
        return '{}/token'.format('jdoe@example.com'), '9a8b7c6d5e4f3g2h1'
    
  3. In the [PATHS] section of the settings.ini file, specify the paths to various folders and files used by the tool. Create the other folders and files.

  4. In the [AWS] section of the settings.ini file, specify the name of your S3 bucket, the key prefix of the default-language image files, and one key prefix of your translated image files.

    The loc key prefix is used to compare the default language images against the images in a different language to determine whether to include them in the handoff.

  5. Create an AWS credential file on your system. See Configuration in the Boto 3 Quickstart guide.

Terms of use

This project is not officially supported by Zendesk. See the license for the terms of use.

About

Help Center localization handoffs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages