Localised various error messages

This commit is contained in:
Chomp
2025-06-09 09:35:47 +01:00
parent 2ff286e5ed
commit 57c9ff477e
16 changed files with 65 additions and 53 deletions
@@ -354,7 +354,7 @@ public class RepeatableQuestController(
if (attempts > maxAttempts)
{
_logger.Error("We were stuck in repeatable quest generation. This should never happen. Please report");
_logger.Error(_localisationService.GetText("quest-repeatable_generation_failed_please_report", attempts));
}
return newRepeatableQuest;