Page MenuHomePhorge

Compile translation files directly into the binary
ClosedPublic

Authored by tusooa on Jul 8 2024, 6:50 PM.
Tags
None
Referenced Files
F27771: D110.1726723979.diff
Tue, Sep 17, 10:32 PM
Unknown Object (File)
Mon, Sep 16, 12:08 PM
Unknown Object (File)
Mon, Sep 2, 11:12 PM
Unknown Object (File)
Mon, Sep 2, 4:19 AM
Unknown Object (File)
Fri, Aug 30, 9:32 AM
Unknown Object (File)
Fri, Aug 30, 9:32 AM
Unknown Object (File)
Fri, Aug 30, 9:32 AM
Unknown Object (File)
Thu, Aug 29, 3:45 PM
Subscribers
None

Details

Summary

The translation files were put under a directory in the installation prefix, and were looked for there. This means that we were not able to fetch the translation files unless we run the program in the installation directory. This commit makes the translation files bundled in the binary via RCC, so developers will no longer need to install kazv in order to run it.

Type: fix

BUG: https://iron.lily-is.land/T107

Test Plan

Build kazv. Run kazv in the build directory without installing. Verify that the translations are displayed.

Diff Detail

Repository
rK kazv
Branch
tusooa/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 157
Build 303: GitLab CI for kazv
Build 302: arc lint + arc unit