dev day #100 - WE ARE FUCKING DONE, hotfixes incoming but we did it in 100 days, lets fucking go guys, anyone reading this...i love you

This commit is contained in:
Tomas Dvorak
2025-11-22 21:30:10 +01:00
parent f5b6f83974
commit aa036b6550
47 changed files with 3607 additions and 2177 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ func GetRewardTypeDisplayName(rewardType string) string {
"avatar_upload_unlock": "Odemknutí vlastního avataru",
"merch_coupon": "Slevový kupon",
"merch_physical": "Fyzické zboží",
"merch_digital": "Digitální produkt",
"merch_digital": "Digitální odměna",
"custom": "Vlastní",
}
if name, ok := names[rewardType]; ok {