fix: added more locale keywords

This commit is contained in:
2026-06-02 18:34:21 +08:00
parent c65fbec79b
commit aba6869f0f

View File

@@ -125,7 +125,7 @@ def main(driver: Chrome, logger = logging.getLogger('main')):
locales = [
Locale("en", "Europe/London", "Hello" , "Good morning", "Good afternoon" , "Good evening", []),
Locale("fr", "Europe/Paris" , "Bonjour", None , None , "Bonsoir" , ['法国', '比利时']),
Locale("fr", "Europe/Paris" , "Bonjour", None , None , "Bonsoir" , ['法国', '比利时', '留尼汪']),
Locale("de", "Europe/Berlin", "Hallo" , "Guten Morgen", "Guten Tag" , "Guten Abend" , ['德国', '奥地利', '瑞士']),
Locale("it", "Europe/Rome" , "Ciao" , "Buongiorno" , "Buon pomeriggio", "Buonasera" , ['意大利']),
Locale("es", "Europe/Madrid", "Hola" , "Buenos días" , "Buenas tardes" , None , ['西班牙']),