Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix: Fix regression in translation install target #350

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

selmf
Copy link
Member

@selmf selmf commented Oct 31, 2022

The introduction of CONFIG+= lrelease introduced a regression in the installation of translation files on systems using make install targets.

This is fixed by replacing the old translation targets with the target supplied by lrelease.

Fixes #349

The introduction of CONFIG+= lrelease introduced a regression in the
installation of translation files on systems using make install targets.

This is fixed by replacing the old translation targets with the target
supplied by lrelease.

Fixes YACReader#349
@luisangelsm luisangelsm merged commit 7ed8426 into YACReader:develop Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translations (*.qm) are no longer installed
2 participants