mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
[4.0.x] Updated translations from Transifex.
This also fixes related i18n tests. Co-authored-by: Claude Paroz <claude@2xlibre.net>
This commit is contained in:
@@ -29,7 +29,7 @@ class FormsI18nTests(SimpleTestCase):
|
||||
with translation.override('pl'):
|
||||
self.assertHTMLEqual(
|
||||
f.as_p(),
|
||||
'<p><label for="id_username">u\u017cytkownik:</label>'
|
||||
'<p><label for="id_username">nazwa u\u017cytkownika:</label>'
|
||||
'<input id="id_username" type="text" name="username" maxlength="10" required></p>'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user