Skip to content
Snippets Groups Projects
  1. Jun 01, 2024
  2. Mar 29, 2024
  3. Mar 28, 2024
    • Fatih Uzunoğlu's avatar
      qml: use qsTr() instead of I18n.qtr() for translation · c2205d23
      Fatih Uzunoğlu authored and Steve Lhomme's avatar Steve Lhomme committed
      I18n module was intending to provide translation through vlc_gettext().
      I'm not sure why QTranslator was not the way chosen before, because it
      directly offers this and using qsTr() has the advantage of better integration.
      
      Translation is handled in a lower abstraction level through QJSEngine
      (see QJSEngine::TranslationExtension) as opposed to using custom a QML type
      through QQmlEngine.
      
      Thanks to that, the `org.videolan.vlc` module import can be eliminated
      in some files.
      c2205d23
  4. Mar 09, 2024
  5. Jan 25, 2024
  6. Oct 20, 2023
  7. Oct 16, 2023
  8. Oct 10, 2023
  9. Sep 20, 2023
  10. Sep 15, 2023
  11. Jul 31, 2023
  12. Jun 19, 2023
  13. Jun 05, 2023
  14. May 23, 2023
  15. May 11, 2023
  16. Feb 28, 2023
  17. Oct 03, 2022
Loading