rbn42 / panon

An Audio Visualizer Widget in KDE Plasma
GNU General Public License v3.0
192 stars 30 forks source link

Added german translation #17

Closed NullDev closed 4 years ago

NullDev commented 4 years ago

Please review the format of the file.

// Qustion: Is there a way to "debug" the translation without changing my system language? E.g. Starting PlasmoidViewer with a different language selected?

rbn42 commented 4 years ago

Is there a way to "debug" the translation without changing my system language?

Yes,

  1. Execute kde/translations/install_translations.sh
  2. Prepend these lines to kde/test.sh and run it.
    LANGUAGE=de_DE.UTF-8
    LC_ALL=de_DE.UTF-8
    LANG=de_DE.UTF-8

    Do you want me merge it now or later?

rbn42 commented 4 years ago

Everything looks fine. Thank you. Screenshot_20200122_174159

NullDev commented 4 years ago

Awesome!