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