Skip to content

Commit 16369e8

Browse files
committed
make translations
Signed-off-by: Mike Fiedler <[email protected]>
1 parent f2febc7 commit 16369e8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

tests/unit/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def test_unverified_email_redirects(self, requested_path):
281281
assert request.session.flash.calls == [
282282
pretend.call(
283283
"You must verify your **primary** email address before you "
284-
"can perform this action."
284+
"can perform this action.",
285285
queue="error",
286286
)
287287
]

warehouse/locale/messages.pot

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
#: warehouse/views.py:141
22
msgid ""
3+
"You must verify your **primary** email address before you can perform "
4+
"this action."
5+
msgstr ""
6+
7+
#: warehouse/views.py:157
8+
msgid ""
39
"Two-factor authentication must be enabled on your account to perform this"
410
" action."
511
msgstr ""
612

7-
#: warehouse/views.py:266
13+
#: warehouse/views.py:282
814
msgid "Locale updated"
915
msgstr ""
1016

0 commit comments

Comments
 (0)