Commit Graph

58 Commits

Author SHA1 Message Date
tomFlowee 2556b44d1d Update english translations 2022-08-18 22:32:57 +02:00
tomFlowee 08b9088dc6 import some translations done on crowdin 2022-08-18 18:02:07 +02:00
tomFlowee 66c8dbbd4c Fixes 2022-05-03 21:33:35 +02:00
tomFlowee 3aeb074b8f Import translations from the community 2022-05-03 19:47:24 +02:00
tomFlowee 69633afaa9 Import more translations 2021-12-04 23:32:31 +01:00
tomFlowee 7bf50081ed import translations 2021-12-04 15:52:17 +01:00
tomFlowee adcded6f47 Download translations from crowdin 2021-11-21 13:23:31 +01:00
tomFlowee b69b388d9c Split translations and add proof-of-concept mobile
This alters the build setup to create two executables based on
practically the same CPP static lib but with different QML
dirs and translations.
This also adds a cmake option
    -Dlocal_qml=ON
when passed it will create an executable that will load the QML
from local disk instead of using the compiled-in version.
The main advantage of that is that there is no need to recompile
after each QML change.
2021-11-21 00:35:55 +01:00