bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration
http://www.bigfug.com/software/fugio/
GNU Lesser General Public License v3.0
151 stars 22 forks source link

Italian translation isn't loaded #60

Closed MassiminoilTrace closed 5 years ago

MassiminoilTrace commented 5 years ago

Italian translated files are not listed in the .qrc file. For example, the file "translations.qrc" in the project directory appears as

<RCC>
    <qresource prefix="/">
        <file>translations_de.qm</file>
        <file>translations_es.qm</file>
        <file>translations_fr.qm</file>
    </qresource>
</RCC>

If I manually add a line <file>translations_it.qm</file> to the file, it loads the translation of main interface only. I don't know how to generate this line in all interested resource files, so I have to open this issue. Thank you for your work.

I am using QT Creator on Fedora Linux 29

MassiminoilTrace commented 5 years ago

I also tried installing the weekly build from your site on Windows 10. Same issue on windows

bigfug commented 5 years ago

Thanks for that - hadn't started the final checks for 3.1.0 but it will be in the next weekly build