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 18, 2018
1 parent dc5a96b commit d3ab065
Show file tree
Hide file tree
Showing 36 changed files with 49 additions and 49 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).
2 changes: 1 addition & 1 deletion docs/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Translators
~~~~~~~~~~~

All are kindly invited to help translate SecureDrop `using the Weblate interface
<https://weblate.securedrop.club/>`__. We provide a :doc:`detailed guide <l10n>`
<https://weblate.securedrop.org/>`__. We provide a :doc:`detailed guide <l10n>`
to use as reference for details such as the meaning of placeholders, etc. Feel
free to reach out on the `translation section of the forum
<https://forum.securedrop.org/c/translations>`__ for help. Non-English forum
Expand Down
24 changes: 12 additions & 12 deletions docs/development/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ The ``develop`` branch can now be merged into ``i18n`` as follows:
$ git clone https://github.com/freedomofpress/securedrop
$ cd securedrop
$ git remote add lab http://lab.securedrop.club/bot/securedrop/tree/i18n
$ git remote add lab https://github.com/freedomofpress/securedrop-i18n.git
$ git fetch lab
$ git checkout -b i18n lab/i18n
$ git merge origin/develop
Expand Down Expand Up @@ -292,7 +292,7 @@ index from scratch with:

.. code:: sh
$ ssh [email protected].club
$ ssh [email protected].org
$ cd /app/weblate
$ sudo docker-compose run weblate rebuild_index --all --clean
Expand Down Expand Up @@ -346,7 +346,7 @@ Verify the names and emails look ok, otherwise add to `.mailmap
$ git clone https://github.com/freedomofpress/securedrop
$ cd securedrop
$ git remote add lab http://lab.securedrop.club/bot/securedrop/tree/i18n
$ git remote add lab https://github.com/freedomofpress/securedrop-i18n.git
$ git fetch lab
$ previous_version=0.4.4
$ git log --pretty='%aN <%aE>' $previous_version..lab/i18n -- \
Expand Down Expand Up @@ -396,14 +396,14 @@ Admin Permissions
An admin may not need or want all permissions but they are
entitled to have all of them.

* https://weblate.securedrop.club/admin/auth/user/ grant staff and superuser status
* https://weblate.securedrop.org/admin/auth/user/ grant staff and superuser status
* https://forum.securedrop.org/admin/users/list/active click on the user and ``Grant Moderation``
* https://lab.securedrop.club/bot/securedrop/project_members add as a ``Master`` member
* https://github.com/freedomofpress/securedrop/graphs/contributors add as a ``Master`` member

Granting Reviewer Privileges in Weblate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* visit https://weblate.securedrop.club/admin/auth/user/
* visit https://weblate.securedrop.org/admin/auth/user/
* click on the user name
* in the ``Groups`` block
* select ``Localizationlab`` in the ``Available groups`` list and
Expand All @@ -415,15 +415,15 @@ Granting Reviewer Privileges in Weblate

.. _`gettext`: https://www.gnu.org/software/gettext/
.. _`pybabel`: http://babel.pocoo.org/
.. _`Weblate`: http://weblate.securedrop.club/
.. _`Weblate`: https://weblate.securedrop.org/
.. _`SecureDrop git repository`: https://github.com/freedomofpress/securedrop
.. _`Weblate SecureDrop branch`: http://lab.securedrop.club/bot/securedrop/tree/i18n
.. _`Weblate SecureDrop branch`: https://github.com/freedomofpress/securedrop-i18n
.. _`patch they contain is unique`: https://git-scm.com/docs/git-patch-id
.. _`Weblate commit page for SecureDrop`: https://weblate.securedrop.club/projects/securedrop/securedrop/#repository
.. _`Weblate translation creation page`: https://weblate.securedrop.club/new-lang/securedrop/securedrop/
.. _`Weblate desktop translation creation page`: https://weblate.securedrop.club/new-lang/securedrop/desktop/
.. _`Weblate commit page for SecureDrop`: https://weblate.securedrop.org/projects/securedrop/securedrop/#repository
.. _`Weblate translation creation page`: https://weblate.securedrop.org/new-lang/securedrop/securedrop/
.. _`Weblate desktop translation creation page`: https://weblate.securedrop.org/new-lang/securedrop/desktop/
.. _`i18n timeline`: https://forum.securedrop.org/t/about-the-translations-category/16
.. _`Weblate whiteboard`: https://weblate.securedrop.club/admin/trans/whiteboardmessage/5/change/
.. _`Weblate whiteboard`: https://weblate.securedrop.org/admin/trans/whiteboardmessage/5/change/

.. |Weblate commit Lock| image:: ../images/weblate/admin-lock.png
.. |Weblate commit Locked| image:: ../images/weblate/admin-locked.png
Expand Down
4 changes: 2 additions & 2 deletions docs/development/l10n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ background. Journalists using SecureDrop have all received proper
training and know what a PGP public key is, they understand the basic
workflow of SecureDrop.

.. _`Weblate registration page`: https://weblate.securedrop.club/accounts/register/
.. _`Weblate registration page`: https://weblate.securedrop.org/accounts/register/

Register for Weblate
--------------------
Expand Down Expand Up @@ -60,7 +60,7 @@ Confirming by clicking the first link will redirect you to the `Weblate dashboar

|Weblate dashboard screenshot|

.. _`Weblate dashboard`: https://weblate.securedrop.club/
.. _`Weblate dashboard`: https://weblate.securedrop.org/

Choose a Language
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-06-30 10:57+0000\n"
"Last-Translator: erinm <[email protected]>\n"
"Language-Team: Arabic <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Arabic <https://weblate.securedrop.org/projects/securedrop/"
"desktop/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2017-12-01 13:53+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: German "
"<https://weblate.securedrop.club/projects/securedrop/desktop/de/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/de/>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-05-28 03:00+0000\n"
"Last-Translator: Daniel Arauz <[email protected]>\n"
"Language-Team: Spanish <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Spanish <https://weblate.securedrop.org/projects/securedrop/"
"desktop/es/>\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"PO-Revision-Date: 2017-09-07 20:03+0000\n"
"Last-Translator: AO <[email protected]>\n"
"Language-Team: French "
"<https://weblate.securedrop.club/projects/securedrop/desktop/fr/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2018-03-08 13:50+0000\n"
"Last-Translator: Muhammad Usman <[email protected]>\n"
"Language-Team: Hindi "
"<https://weblate.securedrop.club/projects/securedrop/desktop/hi/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/hi/>\n"
"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2018-01-13 08:54+0000\n"
"Last-Translator: Claudio Arseni <[email protected]>\n"
"Language-Team: Italian "
"<https://weblate.securedrop.club/projects/securedrop/desktop/it/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"PO-Revision-Date: 2017-09-11 10:35+0000\n"
"Last-Translator: Allan Nordhøy <[email protected]>\n"
"Language-Team: Norwegian Bokmål "
"<https://weblate.securedrop.club/projects/securedrop/desktop/nb_NO/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/nb_NO/>\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2017-12-01 13:48+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: Dutch "
"<https://weblate.securedrop.club/projects/securedrop/desktop/nl/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-06-25 18:41+0000\n"
"Last-Translator: communiaa <[email protected]>\n"
"Language-Team: Portuguese (Brazil) <https://weblate.securedrop.club/projects/"
"Language-Team: Portuguese (Brazil) <https://weblate.securedrop.org/projects/"
"securedrop/desktop/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-05-02 22:00+0000\n"
"Last-Translator: Adham Kurbanov <[email protected]>\n"
"Language-Team: Russian <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Russian <https://weblate.securedrop.org/projects/securedrop/"
"desktop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2018-02-22 14:31+0000\n"
"Last-Translator: anonymous <[email protected]>\n"
"Language-Team: Swedish "
"<https://weblate.securedrop.club/projects/securedrop/desktop/sv/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2018-01-11 15:26+0000\n"
"Last-Translator: Volkan <[email protected]>\n"
"Language-Team: Turkish "
"<https://weblate.securedrop.club/projects/securedrop/desktop/tr/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/tr/>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2018-01-10 00:21+0000\n"
"Last-Translator: Chi-Hsun Tsai <[email protected]>\n"
"Language-Team: Chinese (Traditional) "
"<https://weblate.securedrop.club/projects/securedrop/desktop/zh_Hant/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/zh_Hant/>\n"
"Language: zh_Hant\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2017-12-01 13:53+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: German "
"<https://weblate.securedrop.club/projects/securedrop/desktop/de/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/de/>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"PO-Revision-Date: 2017-12-01 13:48+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: Dutch "
"<https://weblate.securedrop.club/projects/securedrop/desktop/nl/>\n"
"<https://weblate.securedrop.org/projects/securedrop/desktop/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"PO-Revision-Date: 2018-01-10 08:03+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: German "
"<https://weblate.securedrop.club/projects/securedrop/securedrop/de/>\n"
"<https://weblate.securedrop.org/projects/securedrop/securedrop/de/>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"PO-Revision-Date: 2018-01-10 08:59+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: Dutch "
"<https://weblate.securedrop.club/projects/securedrop/securedrop/nl/>\n"
"<https://weblate.securedrop.org/projects/securedrop/securedrop/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/ar/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-09-04 08:04+0000\n"
"Last-Translator: Ali <[email protected]>\n"
"Language-Team: Arabic <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Arabic <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/de_DE/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-09-04 19:23+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: German <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: German <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/de/>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/es_ES/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-09-04 19:23+0000\n"
"Last-Translator: Pablo Di Noto <[email protected]>\n"
"Language-Team: Spanish <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Spanish <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/es/>\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/fr_FR/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-08-28 14:30+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: French <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: French <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/fr/>\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/hi/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-09-04 19:23+0000\n"
"Last-Translator: Drashti <[email protected]>\n"
"Language-Team: Hindi <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Hindi <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/hi/>\n"
"Language: hi\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/it_IT/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-08-29 08:03+0000\n"
"Last-Translator: Claudio Arseni <[email protected]>\n"
"Language-Team: Italian <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Italian <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/it/>\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/nb_NO/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-09-04 19:23+0000\n"
"Last-Translator: Allan Nordhøy <[email protected]>\n"
"Language-Team: Norwegian Bokmål <https://weblate.securedrop.club/projects/"
"Language-Team: Norwegian Bokmål <https://weblate.securedrop.org/projects/"
"securedrop/securedrop/nb_NO/>\n"
"Language: nb_NO\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/nl/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-09-04 19:23+0000\n"
"Last-Translator: kwadronaut <[email protected]>\n"
"Language-Team: Dutch <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Dutch <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/pt_BR/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-09-04 12:02+0000\n"
"Last-Translator: Bernardo Tonasse <[email protected]>\n"
"Language-Team: Portuguese (Brazil) <https://weblate.securedrop.club/projects/"
"Language-Team: Portuguese (Brazil) <https://weblate.securedrop.org/projects/"
"securedrop/securedrop/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/ru/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-08-29 19:47+0000\n"
"Last-Translator: Andrey <[email protected]>\n"
"Language-Team: Russian <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Russian <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/sv/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-08-28 06:55+0000\n"
"Last-Translator: Jonas Franzén <[email protected]>\n"
"Language-Team: Swedish <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Swedish <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/tr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2018-09-04 19:23+0000\n"
"Last-Translator: erinm <[email protected]>\n"
"Language-Team: Turkish <https://weblate.securedrop.club/projects/securedrop/"
"Language-Team: Turkish <https://weblate.securedrop.org/projects/securedrop/"
"securedrop/tr/>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/translations/zh_Hant/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
"PO-Revision-Date: 2018-09-04 00:08+0000\n"
"Last-Translator: Chi-Hsun Tsai <[email protected]>\n"
"Language-Team: Chinese (Traditional) <https://weblate.securedrop.club/"
"Language-Team: Chinese (Traditional) <https://weblate.securedrop.org/"
"projects/securedrop/securedrop/zh_Hant/>\n"
"Language: zh_Hant\n"
"MIME-Version: 1.0\n"
Expand Down

0 comments on commit d3ab065

Please sign in to comment.