Translate into multiple languages #43
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
To translate the plugin into your language, you need to create a new file in
src/l10n/locales
by copying the en.ts and creating a new one with the language you wan't to translate to as a ISO 639-1 code as filename.
You then need to add a reference to that file to the
localeMap
insrc/l10n/locale.ts
You can then open a pull request to this repo.
The text was updated successfully, but these errors were encountered: