Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

convert_resources.sh

  • Vincent Texier's avatar
    37f29e19
    [feat] set pyqt gui translation · 37f29e19
    Vincent Texier authored
    translate builtin filedialog and buttonbox with qt_base.qm file from pyqt5 package
    convert_resources.sh replace qt translate by gettext _()
    fix _() pylint problem by using self._()
    self._() = self.application.translator.gettext
    37f29e19
    History
    [feat] set pyqt gui translation
    Vincent Texier authored
    translate builtin filedialog and buttonbox with qt_base.qm file from pyqt5 package
    convert_resources.sh replace qt translate by gettext _()
    fix _() pylint problem by using self._()
    self._() = self.application.translator.gettext