mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
- simplify the process or deploying the translations by treating the QM files just like any other resource, and compile/bundle them with the binary - remove manual copying of the QM files in Makefile and other scripts - greatly simplify the LanguageService discovery, as the QM files are now in a uniform prefix (`:/i18n`) on any platform - because of the uniform prefix/location, the retranslation now happens automatically by `QQmlApplicationEngine`, by just setting/getting the `Qt.uiLanguage` property Fixes #18914
220 B
220 B
Contributing
When contributing to the build system:
- Test changes on both iOS and Android platforms
- Qt6 compatibility is mandatory
- Update this README if necessary
- Follow the existing build system patterns