Skip to content

Commit

Permalink
Merge pull request #7034 from freedomofpress/7020-no-project-version-id
Browse files Browse the repository at this point in the history
build(`extract-strings`): don't version gettext templates
  • Loading branch information
legoktm committed Oct 27, 2023
2 parents 6fae718 + e3a534e commit 232a31a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ GCLOUD_VERSION := 222.0.0-1
SDROOT := $(shell git rev-parse --show-toplevel)
TAG ?= $(shell git rev-parse HEAD)
STABLE_VER := $(shell cat molecule/shared/stable.ver)
VERSION=$(shell python -c "import securedrop.version; print(securedrop.version.__version__)")

SDBIN := $(SDROOT)/securedrop/bin
DEVSHELL := $(SDBIN)/dev-shell
Expand Down Expand Up @@ -364,7 +363,6 @@ $(POT): securedrop
--charset=utf-8 \
--output=${POT} \
--project="SecureDrop" \
--version=${VERSION} \
--msgid-bugs-address=securedrop@freedom.press \
--copyright-holder="Freedom of the Press Foundation" \
--add-comments="Translators:" \
Expand Down Expand Up @@ -393,7 +391,6 @@ $(DESKTOP_POT): ${DESKTOP_BASE}/*.in
-F securedrop/babel.cfg \
--output=${DESKTOP_POT} \
--project=SecureDrop \
--version=${VERSION} \
--msgid-bugs-address=securedrop@freedom.press \
--copyright-holder="Freedom of the Press Foundation" \
--add-location=never \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: SecureDrop 2.7.0~rc1\n"
"Project-Id-Version: SecureDrop VERSION\n"
"Report-Msgid-Bugs-To: securedrop@freedom.press\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: SecureDrop 2.7.0~rc1\n"
"Project-Id-Version: SecureDrop VERSION\n"
"Report-Msgid-Bugs-To: securedrop@freedom.press\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
Expand Down

0 comments on commit 232a31a

Please sign in to comment.