Skip to content

Commit

Permalink
Update docs to account for new Weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimatecoder committed Nov 19, 2018
1 parent dc5a96b commit afc08dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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://github.com/freedomofpress/securedrop-i18n/tree/i18n/securedrop/translations
# 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

0 comments on commit afc08dc

Please sign in to comment.