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