Skip to content

Automatic Translation

Vasily Elkin edited this page Jun 24, 2022 · 2 revisions

New locale

To make a new locale for MKS WiFi Plugin you will need:

  • Some linguist app (e.g. Poedit).

Steps:

  1. Create new directory with locale name in i18n directory of the plugin (e.g. ru_RU) (must be named as Cura ones);
  2. Open mksplugin.pot in linguist app and create a new translation file mksplugin.po in created locale directory;
  3. Translate everything you need in this translation;
  4. Commit new mksplugin.po and make a Pull Request. Translation will be made automatically.

Improve translation

To improve existing locale for MKS WiFi Plugin you will need:

  • Some linguist app (e.g. Poedit).

Steps:

  1. Open mksplugin.po of the locale needed to be improved;
  2. Correct everything you need;
  3. Save mksplugin.po;
  4. Commit new mksplugin.po and make a Pull Request. Translation will be made automatically.