Page MenuHomePhorge

Compile translation files directly into the binary
ClosedPublic

Authored by tusooa on Jul 8 2024, 6:50 PM.
Tags
None
Referenced Files
F27039: D110.1726600114.diff
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
Unknown Object (File)
Thu, Aug 29, 2:43 AM
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