Back to Gradio

How to add support for more languages

js/core/src/lang/README.md

3.41.0502 B
Original Source

How to add support for more languages

We would love to support more languages for Gradio 🌎

To add your language, do the following steps:

  1. Create a new json file in this directory
  2. Name the file after the language code (Here's a list: http://4umi.com/web/html/languagecodes.php)
  3. Please provide clear and complete translations. Take a look at the en.json file for the corresponding English text.

That's it!