Contributing

Localization

Steps to add support for a new language

Steps

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