diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 0 | ||||
-rw-r--r-- | po/POTFILES | 0 | ||||
-rw-r--r-- | po/meson.build | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/po/LINGUAS diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/po/POTFILES diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..6870f58 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,7 @@ +i18n = import('i18n') + +localedir = join_paths(get_option('prefix'), get_option('localedir')) +add_project_arguments('-DGETTEXT_PACKAGE="weltschmerz"', language: 'c') +add_project_arguments('-DLOCALEDIR="@0@"'.format(localedir), language: 'c') + +i18n.gettext(meson.project_name(), args: '--directory=' + meson.source_root()) |