refactor: translated comments, constants and functions in EN

This commit is contained in:
Florian Sylvain
2025-03-27 23:56:28 +01:00
parent ed7ad6ffa9
commit 667becb903
2 changed files with 54 additions and 54 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
NOMBRE_TIRAGE = 100
NOMBRE_NUMEROS = 5
MAX_NUMERO = 50
NOMBRE_ETOILES = 2
MAX_ETOILE = 12
NUMBER_OF_DRAWS = 100
NUMBER_OF_NUMBERS = 5
MAX_NUMBER = 50
NUMBER_OF_STARS = 2
MAX_STAR = 12
OPENMETEO_API_URL = "https://api.open-meteo.com/v1/forecast"
OPENMETEO_HOURLY_PARAMS = [
"temperature_2m", "relative_humidity_2m", "wind_speed_10m",
"visibility", "precipitation", "cloud_cover", "pressure_msl",
"surface_pressure", "wind_direction_10m", "shortwave_radiation",
"direct_radiation", "diffuse_radiation", "dew_point_2m"
]
]