Fixes typo for dark theme in French i18n (#7095)
This commit is contained in:
parent
5581248a1e
commit
633076ddd4
@ -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"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user