[gnome-builder/gnome-builder-3-28] meson-templates: fix POTFILES
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-28] meson-templates: fix POTFILES
- Date: Fri, 15 Jun 2018 22:32:57 +0000 (UTC)
commit 1bbd5c0f32c86034df5b8fdfff5d8887f277a4d3
Author: Christian Hergert <chergert redhat com>
Date: Fri Jun 15 15:28:36 2018 -0700
meson-templates: fix POTFILES
src/plugins/meson-templates/resources/po/POTFILES | 29 ++++++++++++++++-------
1 file changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/src/plugins/meson-templates/resources/po/POTFILES
b/src/plugins/meson-templates/resources/po/POTFILES
index b3d95e224..e9b7255fb 100644
--- a/src/plugins/meson-templates/resources/po/POTFILES
+++ b/src/plugins/meson-templates/resources/po/POTFILES
@@ -3,12 +3,25 @@ data/{{appid}}.appdata.xml.in
data/{{appid}}.gschema.xml
{{if ui_file}}
src/{{ui_file}}
+
+{{end}}
+{{if language == "c"}}
+src/main.c
+src/{{prefix}}-window.c
+
+{{end}}
+{{if language == "vala"}}
+src/main.vala
+src/window.vala
+
+{{end}}
+{{if language == "javascript"}}
+src/main.js
+src/window.js
+
+{{end}}
+{{if language == "python"}}
+src/main.py
+src/window.py
+
{{end}}
-{{if language == "c"}}src/main.c
-src/{{prefix}}-window.c{{end}}
-{{if language == "vala"}}src/main.vala
-src/window.vala{{end}}
-{{if language == "javascript"}}src/main.js
-src/window.js{{end}}
-{{if language == "python"}}src/main.py
-src/window.py{{end}}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]