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

Commits on Jul 30, 2023

  1. Housekeep: use dgettext() to get screenshot directory name

    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>
    Marukesu committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    3fb2def View commit details
    Browse the repository at this point in the history
  2. meson: use right gettext domain

    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>
    Marukesu committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    02748a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    9e28465 View commit details
    Browse the repository at this point in the history