# README

Translation

This is a tool to automatically translate documentation to other languages.

How to use

For new document

go run .

For updating any existing document, first remove the current document, i.e. zh/README.md and then

go run .

For updating all existing documents, run

go run . ALL