Fixes typo for dark theme in French i18n (#7095)

This commit is contained in:
Samuel FORESTIER 2024-02-10 03:55:18 +00:00 committed by GitHub
parent 5581248a1e
commit 633076ddd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -341,7 +341,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("General", "Général"), ("General", "Général"),
("Security", "Sécurité"), ("Security", "Sécurité"),
("Theme", "Thème"), ("Theme", "Thème"),
("Dark Theme", "Thème somble"), ("Dark Theme", "Thème sombre"),
("Light Theme", "Thème clair"), ("Light Theme", "Thème clair"),
("Dark", "Sombre"), ("Dark", "Sombre"),
("Light", "Clair"), ("Light", "Clair"),