Contributing
Localization
Steps to add support for a new language
Steps
- Find a flag svg file for your language and place it inside
front/assets/icons/flags/xx.svg - Add the new language inside
front/i18n/index.js - Create a json dictionary file that i18n supports inside
front/i18n/locales/xx.json - Update
front/plugins/plugin-vant.jsto make Vant theme elements aware of the new language - Update
front/plugins/plugin-date-fns.jsto make date relating names aware of the new language