1
0
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:
Mariusz Felisiak
2021-12-06 20:29:53 +01:00
committed by GitHub
parent fed7f992ac
commit 4c5215ab03
394 changed files with 10446 additions and 6558 deletions

View File

@@ -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>'
)