i18n translation
Maxun supports 5+ languages now! Follow this guide to add your own languages (we LOVE community contributions)!
Add a new language
-
Navigate to the public/locales directory.
-
Create your own language file (e.g.,
es.json
for Spanish) in the public/locales directory. -
Update the content of the file to include translations for your platform.
-
Open a pull request to
develop
branch.
Edit existing language file
-
In the public/locales directory, make changes to the language file you want to update (e.g.,
en.json
for English). -
Open a pull request to
develop
branch.