Hide Forgot
Description of problem: Configuration dialog is only available in english. Version-Release number of selected component (if applicable): rawhide How reproducible: yes Steps to Reproduce: 1. right click on systray icon and select preferences 2. 3. Actual results: Preferences dialog in english. Expected results: I18n support for preferences. Additional info: I could do the german part of translation, and maybe also patch the source if needed.
This is a feature request and has nothing to do with packaging or Fedora. Please bring this up upstream.
Created attachment 566954 [details] patch to use gettext for i18n support Please review this patch, so I can file it upstream to the developer. What I have done in short: I used the following howtos. http://www.gnu.org/software/gettext/manual/gettext.html http://www.servin.com/linux/GladeInternationalization.html to enable xgettext support for UI: - rename preferences.ui in preferences.glade - mark "column" and "column2" in preferences.glade as translatable="no" $ xgettext -o po/volumeicon.pot -s -k_ src/volumeicon.c data/gui/preferences.glade
Created attachment 566956 [details] patch to support i18n via gettext Sorry, the first patch was crapped with binary stuff.
Created attachment 566957 [details] volumeicon.pot
Created attachment 566958 [details] de.po
Created attachment 566959 [details] patch for preferences.ui to work properly with xgettext rename data/gui/preferences.ui to data/gui/preferences.glade
Upstream seems to be aware of a need for i18n support. https://github.com/Maato/volumeicon/pull/3 https://github.com/Maato/volumeicon/pull/8
(In reply to comment #7) > Upstream seems to be aware of a need for i18n support. Correct links: https://github.com/Maato/volumeicon/issues/3 https://github.com/Maato/volumeicon/pull/8