🏳️Add your own language

After the build process, JSON files are converted to JS files to enhance performance, which can make adding a new language somewhat challenging.

  1. Install the source code (Tutorial)

  2. Create a new json file in vuejs/public/locales/

  3. Run npm run build in your command prompt after creating the JSON file

  4. Add the newly created html folder to your non-source code resource directory in your codebase

If you're unsure about creating your own language file, please open a ticket in our Discord.

Last updated