Skip to content

Commit

Permalink
Update gettext argumunts
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Nov 20, 2022
1 parent be83886 commit 0017c48
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion po/meson.build
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
i18n.gettext(package_name, preset: 'glib')
gettext_args = [
'--package-name=@0@'.format(meson.project_name()),
'--package-version=@0@'.format(meson.project_version()),
'--copyright-holder=Copyright © 2008 - 2020 blueman project',
'--msgid-bugs-address=https://github.com/blueman-project/blueman/issues'
]

i18n.gettext(
package_name,
preset: 'glib',
args: gettext_args
)

0 comments on commit 0017c48

Please sign in to comment.