chore(translations): fix translation literals (#17501)

* chore(translations): fix translation literals

* fix table name types and translations

* fix lint

* join concat'd messages
This commit is contained in:
Ville Brofeldt
2021-11-23 10:06:09 +02:00
committed by GitHub
parent d05c561d7c
commit 5d1c9078ad
21 changed files with 188 additions and 122 deletions

View File

@@ -60,7 +60,7 @@ class DatabaseExtraJSONValidationError(ValidationError):
super().__init__(
[
_(
"Field cannot be decoded by JSON. %{json_error}s",
"Field cannot be decoded by JSON. %(json_error)s",
json_error=json_error,
)
],