Skip to content

🔖 2.0 Release

Latest
Compare
Choose a tag to compare
@johnpaulbin johnpaulbin released this 04 Dec 17:41
· 22 commits to main since this release
1140ebe

Dot Translate 2.0 Release

Bug fixes and overall improvement:

  • No longer using databases (keeping it open)
  • Returning JSON instead of plain text (for unicode errors)
  • More polished

Startup Dot Translate in just 4 simple steps:

git clone https://github.com/dothq/translate.git
cd translate/
sudo docker build -t translate .
sudo docker run -d -p 3000:3000 translate