• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Port to Qt translations?

    Scheduled Pinned Locked Moved
    Development
    1
    1
    137
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jonasJ
      jonas
      last edited by

      Currently we use gettext for translations, which are converted to Qt translations on build.
      I think it might be simpler to just use Qt translations (.ts) files in the source which are converted to .qm files on build, Crowdin also supports Qt .ts files.

      Some advantages:

      • Simplifies CMake files.
      • We can use automoc.
      • No longer need gettext utilities.

      Are there any disadvantages?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors