📅  最后修改于: 2023-12-03 14:48:01.675000             🧑  作者: Mango
Traductor-Html is a command-line tool that translates HTML code to another language. It is ideal for programmers who need to translate web pages into different languages quickly.
To install Traductor-Html, you need to have Node.js and NPM installed on your computer. Then, you can install it globally using the following command:
npm install -g traductor-html
Traductor-Html can be used from the command line. Here's an example of how to translate an HTML file to Spanish:
traductor --input index.html --output index-es.html --lang es
In this example, "index.html" is the input file, "index-es.html" is the output file, and "es" represents the target language.
Traductor-Html currently supports the following languages:
If you find a bug or have a feature request, please open an issue on the GitHub repository. Pull requests are also welcome.
Traductor-Html is licensed under the MIT License.