Fix string format

This commit is contained in:
Bruno Alla 2025-11-24 16:17:27 +00:00 committed by GitHub
parent ff9161d4f4
commit b00ed564af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -558,7 +558,7 @@ msgstr "Este campo deve ser único para o mês de \"{date_field}\"."
#: validators.py:271 #: validators.py:271
#, python-brace-format #, python-brace-format
msgid "This field must be unique for the \"{date_field}\" year." msgid "This field must be unique for the \"{date_field}\" year."
msgstr "Este campo deve ser único para o ano de \"{date_field}\" msgstr "Este campo deve ser único para o ano de \"{date_field}\"."
#: versioning.py:40 #: versioning.py:40
msgid "Invalid version in \"Accept\" header." msgid "Invalid version in \"Accept\" header."