Skip to content

Remove QM files from source tree; generate during build process #1111

@jerogee

Description

@jerogee

Translators are providing translations through translation source files (TS / .ts):

src/res/translation/translation_*.ts

Prior to release, these need to be turned into (QM / .qm) files and shipped with the app. Currently, this is done manually. QM files are in a compact binary format that is used by the localized application.

These QM files are currently sitting in the source tree:

src/res/translation/translation_*.qm

Suggested action:

  • QM files (binary blobs!) have no business residing in the source tree. And the ones that are currently in there are not consistently updated anyway. They also lead to confusion (e.g. see Updated Polish translation for 3.7.0 release #1099). To be removed.
  • These QM files should be generated as part of the build process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    toolingChanges to the automated build system

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions