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

Correct gettext domain #80

Merged
merged 3 commits into from
Aug 1, 2023
Merged

Correct gettext domain #80

merged 3 commits into from
Aug 1, 2023

Conversation

Marukesu
Copy link
Contributor

we currently install our po files with the 'extra' domain name, that isn't what the daemon binary is expecting, that was also been overridden by the 'gala' domain. this fixes the domain name and move our only usage of the gala domain to dgettext().

Marukesu and others added 3 commits July 30, 2023 17:58
we don't want to override the value of GETTEXT_PACKAGE, since that
would make other translations to stop working.

Signed-off-by: Gustavo Marques <pushstarttocontinue@outlook.com>
we where using 'extra' as gettext domain for our translation, but expecting
'io.elementary.settings-daemon' in source code. this update our meson rule
to use the right name

Signed-off-by: Gustavo Marques <pushstarttocontinue@outlook.com>
@danirabbit danirabbit merged commit c314d3c into master Aug 1, 2023
4 checks passed
@danirabbit danirabbit deleted the maru/gettext-fixes branch August 1, 2023 16:35
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.

2 participants