🆙 Fix missing transolations 🆙

This commit is contained in:
Remco
2026-02-02 20:03:56 +01:00
parent 883cbbbfeb
commit 487203436b
20 changed files with 57 additions and 14 deletions
@@ -13,14 +13,17 @@ class ExternalTextsParser
'flash' => [],
];
}
public function updateNitroBadgeTexts(string $code, string $title, string $description): void
{
// stub
}
public function updateFlashBadgeTexts(string $code, string $title, string $description): void
{
// stub
}
public function getBadgeImageUrl(string $badgeCode): string
{
return '';