-
-
Notifications
You must be signed in to change notification settings - Fork 56
Automatic Translation
Vasily Elkin edited this page Jun 24, 2022
·
2 revisions
To make a new locale for MKS WiFi Plugin you will need:
- Some linguist app (e.g. Poedit).
Steps:
- Create new directory with locale name in
i18n
directory of the plugin (e.g. ru_RU) (must be named as Cura ones); - Open
mksplugin.pot
in linguist app and create a new translation filemksplugin.po
in created locale directory; - Translate everything you need in this translation;
- Commit new
mksplugin.po
and make a Pull Request. Translation will be made automatically.
To improve existing locale for MKS WiFi Plugin you will need:
- Some linguist app (e.g. Poedit).
Steps:
- Open
mksplugin.po
of the locale needed to be improved; - Correct everything you need;
- Save
mksplugin.po
; - Commit new
mksplugin.po
and make a Pull Request. Translation will be made automatically.