Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • ED25519_by_default
  • py_3.12_support
  • dev
  • test
  • 0.14.5 protected
  • 0.14.4 protected
  • 0.14.3 protected
  • 0.14.2 protected
  • 0.14.1 protected
  • 0.14.0 protected
  • 0.13.2 protected
  • 0.13.1 protected
  • 0.13.0 protected
  • 0.12.2 protected
  • 0.12.1 protected
  • 0.12.0 protected
  • 0.11.2 protected
  • 0.11.1 protected
  • 0.11.0 protected
  • 0.10.1 protected
  • 0.10.0 protected
  • 0.9.3 protected
  • 0.9.2 protected
  • 0.9.1 protected
25 results

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