Browse Source

Renamed variable for bug address in .pot file.

pull/54/head
Joachim Bauch 11 years ago
parent
commit
5b337df2ce
  1. 4
      configure.ac
  2. 2
      src/i18n/Makefile.am

4
configure.ac

@ -26,11 +26,11 @@ AC_INIT([spreed-webrtc],[unknown],[opensource@struktur.de],[],[https://github.co @@ -26,11 +26,11 @@ AC_INIT([spreed-webrtc],[unknown],[opensource@struktur.de],[],[https://github.co
I18N_VERSION="1.0"
I18N_PROJECT="Spreed WebRTC"
I18N_COPYRIGHT="struktur AG"
I18N_EMAIL="simon@struktur.de"
I18N_BUG_ADDRESS="simon@struktur.de"
AC_SUBST(I18N_VERSION)
AC_SUBST(I18N_PROJECT)
AC_SUBST(I18N_COPYRIGHT)
AC_SUBST(I18N_EMAIL)
AC_SUBST(I18N_BUG_ADDRESS)
# minimum required versions
GO_VERSION_MIN=1.1

2
src/i18n/Makefile.am

@ -35,7 +35,7 @@ extract: @@ -35,7 +35,7 @@ extract:
@if [ "$(PYBABEL)" = "" ]; then echo "Command 'pybabel' not found, required when extracting i18n"; exit 1; fi
$(PYBABEL) extract -F babel.cfg --no-default-keywords -k _n:1,2 -k _ \
--no-location --project="$(I18N_PROJECT)" --version="$(I18N_VERSION)" \
--copyright-holder="$(I18N_COPYRIGHT)" --msgid-bugs-address="$(I18N_EMAIL)" \
--copyright-holder="$(I18N_COPYRIGHT)" --msgid-bugs-address="$(I18N_BUG_ADDRESS)" \
-o "$(CURDIR)/messages.pot" \
"$(ROOT)/html" \
"$(ROOT)/static/partials" \

Loading…
Cancel
Save