Localization
Mainsail uses vue-i18n for its localization. All Locales can be found in the
/src/locales
directory in JSON format.You can contribute in a couple of different ways:
- 1.
If you have a finished translation file, you can make a PR (pull request) on Github or create an issue on Github and attach the translation.
Mainsail comes with the vue-i18n-extract dependency, with this tool, you can check your translation for missing or unused entries.
npm install # only once and if you updated/installed packages
npm run i18n-extract # starting i18n-extract to check all translation files
Last modified 5mo ago