Translate and customize your Space with text overrides
Language | Code |
---|---|
English | en |
French | fr |
German | de |
Indonesian | id |
Italian | it |
Japanese | jp |
Korean | kr |
Portuguese | pt |
Portuguese - Brazilian | pt-BR |
Spanish | es |
Turkish | tr |
Vietnamese | vi |
Chinese | zh |
/locales/en/translation.json
.Don’t have an english file? You can use any other language instead.translationsPath
must meet a few requirements to work as expected:
yourCustomTranslationsDirectory
can be swapped out for any path desired.translation.json
file, the system
will display the key itself as a fallback. Therefore, it’s encouraged to
always have a default language translation available to avoid showing raw keys
to the users.key1.key2
) to organize translations effectively and maintain readability.translation.json
file to ensure it follows the correct
JSON format to prevent errors during runtime.