File size: 503 Bytes
0ad74ed |
1 2 3 4 5 6 7 8 9 10 11 12 |
# 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`](https://github.com/gradio-app/gradio/blob/master/js/core/public/lang/en.json) file for the corresponding English text.
That's it!
|