From 254eac4a55ff3329f0851c7b1babd8bb3e36a72f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 13 Jan 2020 12:22:36 +0000 Subject: [PATCH] po: A few build fixes for the translation infrastructure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It wasn’t working at all. Signed-off-by: Philip Withnall --- meson.build | 1 + po/.gitignore | 1 + po/POTFILES.in | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 po/.gitignore diff --git a/meson.build b/meson.build index 3907058..7d73ab1 100644 --- a/meson.build +++ b/meson.build @@ -129,3 +129,4 @@ subdir('accounts-service') subdir('malcontent-client') subdir('libmalcontent') subdir('pam') +subdir('po') diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..9a72ba1 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1 @@ +malcontent.pot diff --git a/po/POTFILES.in b/po/POTFILES.in index fd575ff..18cd688 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -accounts-service/com.endlessm.ParentalControls.policy +accounts-service/com.endlessm.ParentalControls.policy.in libmalcontent/manager.c pam/pam_malcontent.c