forked from freedomofpress/securedrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to account for new Weblate
Resolves: freedomofpress#3929
- Loading branch information
1 parent
dc5a96b
commit d3ab065
Showing
36 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 -- \ | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|