added translations and implemented somewhere but its way too painful so im quitting

This commit is contained in:
ctih1 2025-07-08 17:02:10 +03:00
parent 5bcd7473f2
commit 30627db730
5 changed files with 147 additions and 58 deletions

View file

@ -10,6 +10,7 @@ ANSI = "\033["
RED = f"{ANSI}31m"
GREEN = f"{ANSI}32m"
YELLOW = f"{ANSI}33m"
PURPLE = f"{ANSI}35m"
DEBUG = f"{ANSI}1;30m"
RESET = f"{ANSI}0m"
VERSION_URL = "https://goober.expect.ovh"