@b4n commented on this pull request.
> +# 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 + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = The Geany contributors ```suggestion COPYRIGHT_HOLDER = The Geany-Plugins contributors ``` maybe? Not sure if this matters or what though -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1434#pullrequestreview-2866798701 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1434/review/[email protected]>
