Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating weblate reference codes. #3935

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ See the [introduction for contributors](https://docs.securedrop.org/en/latest/de
Check out our [Development Roadmap](https://github.com/freedomofpress/securedrop/wiki/Development-Roadmap) to see our plans and priorities for upcoming releases.

For translators, see the [Translator Guide](https://docs.securedrop.org/en/stable/development/l10n.html) to learn how to get started with SecureDrop translations
in our [translation portal](https://weblate.securedrop.club/).
in our [translation portal](https://weblate.securedrop.org/).

We also have a public [Gitter channel](https://gitter.im/freedomofpress/securedrop) and a [public Discourse forum](https://forum.securedrop.org/) where you can discuss SecureDrop and ask questions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The wordlist we use to generate source passphrases come from various sources:

A huge thank you to all SecureDrop contributors! You can see just
code and documentation contributors in the ["Contributors"](https://github.com/freedomofpress/securedrop/graphs/contributors)
tab on GitHub, and you can see code, documentation and translation contributors together [here](https://lab.securedrop.club/bot/securedrop/graphs/i18n).
tab on GitHub, and you can see code, documentation and translation contributors together [here](https://github.com/freedomofpress/securedrop-i18n).
4 changes: 2 additions & 2 deletions securedrop/i18n_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class I18NTool(object):
#
# The database of support language, indexed by the language code
# used by weblate (i.e. whatever shows as CODE in
# https://weblate.securedrop.club/projects/securedrop/securedrop/CODE/
# https://weblate.securedrop.org/projects/securedrop/securedrop/CODE/
# is the index of the SUPPORTED_LANGUAGES database below.
#
# name: English name of the language to the documentation, not for
Expand Down Expand Up @@ -324,7 +324,7 @@ def set_update_from_weblate_parser(self, subps):
default=root,
help=('root of the SecureDrop git repository'
' (default {})'.format(root)))
url = 'https://lab.securedrop.club/bot/securedrop.git'
url = 'https://github.com/freedomofpress/securedrop-i18n'
parser.add_argument(
'--url',
default=url,
Expand Down