Update bug report URL in tranlsation configuration files
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
92102f477e
commit
b59d68a209
6 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ COPYRIGHT_HOLDER = Pacman Development Team <pacman-dev@lists.archlinux.org>
|
||||||
|
|
||||||
# This is the email address or URL to which the translators shall report
|
# This is the email address or URL to which the translators shall report
|
||||||
# bugs in the untranslated strings.
|
# bugs in the untranslated strings.
|
||||||
MSGID_BUGS_ADDRESS = http://bugs.archlinux.org/index.php?project=3
|
MSGID_BUGS_ADDRESS = https://gitlab.archlinux.org/pacman/pacman/-/issues
|
||||||
|
|
||||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||||
# message catalogs shall be used. It is usually empty.
|
# message catalogs shall be used. It is usually empty.
|
||||||
|
|
|
@ -2,7 +2,7 @@ i18n.gettext(
|
||||||
'libalpm',
|
'libalpm',
|
||||||
args : [
|
args : [
|
||||||
'--directory=@0@'.format(meson.current_source_dir()),
|
'--directory=@0@'.format(meson.current_source_dir()),
|
||||||
'--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3',
|
'--msgid-bugs-address=https://gitlab.archlinux.org/pacman/pacman/-/issues',
|
||||||
'--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"',
|
'--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"',
|
||||||
'--language', 'c',
|
'--language', 'c',
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ COPYRIGHT_HOLDER = Pacman Development Team <pacman-dev@lists.archlinux.org>
|
||||||
|
|
||||||
# This is the email address or URL to which the translators shall report
|
# This is the email address or URL to which the translators shall report
|
||||||
# bugs in the untranslated strings.
|
# bugs in the untranslated strings.
|
||||||
MSGID_BUGS_ADDRESS = http://bugs.archlinux.org/index.php?project=3
|
MSGID_BUGS_ADDRESS = https://gitlab.archlinux.org/pacman/pacman/-/issues
|
||||||
|
|
||||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||||
# message catalogs shall be used. It is usually empty.
|
# message catalogs shall be used. It is usually empty.
|
||||||
|
|
|
@ -2,7 +2,7 @@ i18n.gettext(
|
||||||
'pacman-scripts',
|
'pacman-scripts',
|
||||||
args : [
|
args : [
|
||||||
'--directory=@0@'.format(meson.current_source_dir()),
|
'--directory=@0@'.format(meson.current_source_dir()),
|
||||||
'--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3',
|
'--msgid-bugs-address=https://gitlab.archlinux.org/pacman/pacman/-/issues',
|
||||||
'--copyright-holder="Pacman Development Team <pacman-dev@lists.archlinux.org>"',
|
'--copyright-holder="Pacman Development Team <pacman-dev@lists.archlinux.org>"',
|
||||||
'--language', 'shell',
|
'--language', 'shell',
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ COPYRIGHT_HOLDER = Pacman Development Team <pacman-dev@lists.archlinux.org>
|
||||||
|
|
||||||
# This is the email address or URL to which the translators shall report
|
# This is the email address or URL to which the translators shall report
|
||||||
# bugs in the untranslated strings.
|
# bugs in the untranslated strings.
|
||||||
MSGID_BUGS_ADDRESS = http://bugs.archlinux.org/index.php?project=3
|
MSGID_BUGS_ADDRESS = https://gitlab.archlinux.org/pacman/pacman/-/issues
|
||||||
|
|
||||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||||
# message catalogs shall be used. It is usually empty.
|
# message catalogs shall be used. It is usually empty.
|
||||||
|
|
|
@ -2,7 +2,7 @@ i18n.gettext(
|
||||||
'pacman',
|
'pacman',
|
||||||
args : [
|
args : [
|
||||||
'--directory=@0@'.format(meson.current_source_dir()),
|
'--directory=@0@'.format(meson.current_source_dir()),
|
||||||
'--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3',
|
'--msgid-bugs-address=https://gitlab.archlinux.org/pacman/pacman/-/issues',
|
||||||
'--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"',
|
'--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"',
|
||||||
'--language', 'c',
|
'--language', 'c',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue