Improve error messages when fetching description on babelio

This commit is contained in:
2026-03-24 17:23:06 +01:00
parent 843c5b5dbc
commit 5e6715d586
5 changed files with 11 additions and 3 deletions

View File

@@ -10,3 +10,5 @@ RegistrationDisabled = "Registration has been disabled on this instance."
UserAlreadyExists = "An user with this name already exists."
ErrorWhenCreatingUserFromStr = "Error when creating user from string %s"
ISBNNotFoundBabelio = "ISBN %s not found on babelio."
BabelioParseError = "Error when parsing babelio."
BabelioFetchDescError = "Error when fetching description on babelio."