fix(i18n): small fix to preferences strings

This commit is contained in:
Matthieu Haineault 2025-12-12 13:55:11 -05:00
parent 572e0ade37
commit 6f74be612e
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ export default {
tab_title: "preferences", tab_title: "preferences",
display_options: "Color mode", display_options: "Color mode",
language_options: "language options", language_options: "language options",
'fr-FR': "French", 'fr-FR': "Français",
'en-CA': "English", 'en-CA': "English",
dark_mode: "dark", dark_mode: "dark",
light_mode: "light", light_mode: "light",

View File

@ -103,7 +103,7 @@ export default {
display_options: "Mode d'affichage", display_options: "Mode d'affichage",
language_options: "Options de langue", language_options: "Options de langue",
'fr-FR': "Français", 'fr-FR': "Français",
'en-CA': "Anglais", 'en-CA': "English",
dark_mode: "sombre", dark_mode: "sombre",
light_mode: "clair", light_mode: "clair",
auto_mode: "automatique", auto_mode: "automatique",