Skip to content

shitalmule04/transtats

 
 

Repository files navigation

Website CircleCI Documentation Status

Transtats

Transtats helps making packages ready to ship with translation completeness.

Use Cases

  • Tracking translation progress across packages for downstream releases with respect to current development.
  • Finding translation gaps by syncing with source repositories, translation platforms and build systems.
  • Estimates translation update volume at an early stage of a release cycle.

To learn more about using Transtats, please point your browser to docs.

Quick Start

Get docker daemon running. Pull transtats image (docker.io) and get started.

  • Pull the image (No need to pull, if you have built the image)

    $ sudo docker pull docker.io/transtats/transtats
  • Run the image

    $ sudo docker run -d --name container_name -p 8080:8015 transtats/transtats
  • Application should be accessible at localhost:8080.

Get Involved

  • Follow contributing guide to get started developing, testing, and building Transtats Server.
  • Join the #transtats channel on chat.freenode.net
  • Open an Issue to discuss new feature or a bug fix!

License

Apache License, Version 2.0

Packages

No packages published

Languages

  • Python 53.4%
  • JavaScript 27.0%
  • HTML 17.7%
  • Shell 1.2%
  • Other 0.7%