Page MenuHomePhorge

Compile translation files directly into the binary
ClosedPublic

Authored by tusooa on Jul 8 2024, 6:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 1, 2:17 AM
Unknown Object (File)
Mon, Sep 30, 12:48 AM
Unknown Object (File)
Sun, Sep 29, 8:46 AM
Unknown Object (File)
Sat, Sep 28, 12:59 PM
Unknown Object (File)
Sat, Sep 28, 12:58 PM
Unknown Object (File)
Thu, Sep 26, 7:13 PM
Unknown Object (File)
Tue, Sep 24, 4:25 PM
Unknown Object (File)
Tue, Sep 24, 4:25 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable