@b4n commented on this pull request.


> @@ -0,0 +1,82 @@
+# Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to use, copy, distribute, and modify it.
+
+# Usually the message domain is the same as the package name.
+DOMAIN = $(PACKAGE)
+
+# These two variables depend on the location of this directory.
+subdir = po
+top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=C_:1c,2 
--keyword=NC_:1c,2 --from-code=UTF-8

We should extract comments for translators, there's at least one properly 
marked (others didn't look intentionally for translators but just extracted 
automatically)
```suggestion
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=C_:1c,2 
--keyword=NC_:1c,2 --from-code=UTF-8 -c"Translators:"```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1434#pullrequestreview-2866802870
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1434/review/[email protected]>

Reply via email to