Skip to content

Commit

Permalink
Use the --package command-line option when generating the .pot file…
Browse files Browse the repository at this point in the history
…, too.
  • Loading branch information
Castaglia committed Oct 9, 2017
1 parent eb7bfbb commit 05b3ea3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion locale/Makefile.in
Expand Up @@ -43,7 +43,7 @@ Makefile: Makefile.in ../config.status

$(PACKAGE).pot: .PHONY
$(RM) $(PACKAGE).pot
$(XGETTEXT) -L C --keyword=_ --flag=_:1:pass-c-format --keyword=N_ --flag=N_:1:pass-c-format --no-wrap --copyright-holder="$(COPYRIGHT_HOLDER)" --msgid-bugs-address="$(CONTACT_ADDRESS)" --sort-by-file -f $(FILES) -o $(PACKAGE).pot
$(XGETTEXT) -L C --keyword=_ --flag=_:1:pass-c-format --keyword=N_ --flag=N_:1:pass-c-format --no-wrap --package-name=$(PACKAGE) --copyright-holder="$(COPYRIGHT_HOLDER)" --msgid-bugs-address="$(CONTACT_ADDRESS)" --sort-by-file -f $(FILES) -o $(PACKAGE).pot

locale: $(LANGS)

Expand Down
6 changes: 3 additions & 3 deletions locale/en_US.po
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The ProFTPD Project
# This file is distributed under the same license as the PACKAGE package.
# This file is distributed under the same license as the proftpd package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: proftpd\n"
"Report-Msgid-Bugs-To: core@proftpd.org\n"
"POT-Creation-Date: 2017-10-08 22:04-0700\n"
"POT-Creation-Date: 2017-10-08 22:15-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
6 changes: 3 additions & 3 deletions locale/proftpd.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The ProFTPD Project
# This file is distributed under the same license as the PACKAGE package.
# This file is distributed under the same license as the proftpd package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: proftpd\n"
"Report-Msgid-Bugs-To: core@proftpd.org\n"
"POT-Creation-Date: 2017-10-08 22:04-0700\n"
"POT-Creation-Date: 2017-10-08 22:15-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit 05b3ea3

Please sign in to comment.