Ddict website and extension locales.
- Language files are named with locales code:
en.yml
: Englishvi.yml
: Vietnamese- ...
- Select your target languages:
src/website
andsrc/extension
- For new languages you need to create new
yml
file which has the locale code of the target languages. - Compare to English file
en.yml
or Vietnames filevi.yml
(which always up-to-date) - Translate your target files, then submit a new Pull Request.
- Thanks