commit d9d886f15aad518713a08650002e32abe9cdf73e Author: Philipp Winter phw@nymity.ch Date: Tue Oct 1 12:04:19 2019 -0700
Use last-available translation to fix unit test.
When we last updated our translations, in commit 968a5db, the Dutch translation for "What are bridges?" disappared, which broke a unit test. This commit re-adds this particular translation -- it does seem correct, after all. --- bridgedb/i18n/nl/LC_MESSAGES/bridgedb.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb/i18n/nl/LC_MESSAGES/bridgedb.po b/bridgedb/i18n/nl/LC_MESSAGES/bridgedb.po index 1348231..62ada3b 100644 --- a/bridgedb/i18n/nl/LC_MESSAGES/bridgedb.po +++ b/bridgedb/i18n/nl/LC_MESSAGES/bridgedb.po @@ -268,7 +268,7 @@ msgstr ""
#: bridgedb/strings.py:101 msgid "What are bridges?" -msgstr "" +msgstr "Wat zijn bridges?"
#: bridgedb/strings.py:102 #, python-format
tor-commits@lists.torproject.org