Skip to content

Add Russian translation, localize application name

Add Russian localization.

Localize appication name:

It is translatable in the desktop file, make it be localized after the application is launched.

What I did was:

  • edit the *.ui file
  • meson . builddir
  • cd builddir
  • meson compile gnome-network-displays-pot
  • meson compile gnome-network-displays-update-po

Merge request reports