Skip to content

Commit

Permalink
fix(po): update GETTEXT_PACKAGE value with project name
Browse files Browse the repository at this point in the history
  • Loading branch information
jtheoof committed Feb 21, 2021
1 parent 724d786 commit 7fd552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/po/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
i18n = import('i18n')

# define GETTEXT_PACKAGE
add_project_arguments('-DGETTEXT_PACKAGE="intltest"', language:'c')
add_project_arguments('-DGETTEXT_PACKAGE="swappy"', language:'c')

i18n.gettext(meson.project_name(),
args: '--directory=' + meson.source_root()
Expand Down

0 comments on commit 7fd552e

Please sign in to comment.