fix(i18n): small fix to preferences strings
This commit is contained in:
parent
572e0ade37
commit
6f74be612e
|
|
@ -102,7 +102,7 @@ export default {
|
|||
tab_title: "preferences",
|
||||
display_options: "Color mode",
|
||||
language_options: "language options",
|
||||
'fr-FR': "French",
|
||||
'fr-FR': "Français",
|
||||
'en-CA': "English",
|
||||
dark_mode: "dark",
|
||||
light_mode: "light",
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ export default {
|
|||
display_options: "Mode d'affichage",
|
||||
language_options: "Options de langue",
|
||||
'fr-FR': "Français",
|
||||
'en-CA': "Anglais",
|
||||
'en-CA': "English",
|
||||
dark_mode: "sombre",
|
||||
light_mode: "clair",
|
||||
auto_mode: "automatique",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user