Skip to content

cmake: Allow disabling translations build with -DBUILD_TRANSLATIONS=OFF

Aleix Pol Gonzalez requested to merge work/apol/allow-disable-ki18n into master

Allows skipping the code that builds translations if opted in. It can be useful to speed up builds as well as shrinking the size of generated applications without building and then tossing away.

Draft because I want to test it better

Merge request reports