Skip to content

Commit

Permalink
fix translation linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Requinard committed Aug 21, 2022
1 parent 27d31db commit a33ec53
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/i18n/translations.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,6 @@
"synchronize": "Synchronize",
"title": "Cache Stats"
},
"theme": {
"title": "Change the application theme",
"description": "Configure the way the app looks. When set to System it will follow the general system theme. By changing it you can keep the app in your preferred theme.",
"system": "System",
"light": "Light",
"dark": "Dark"
},
"changeLanguage": "Change language",
"currentLanguage": "Your current language is English!",
"dev_buttons": {
Expand Down Expand Up @@ -222,6 +215,13 @@
"title": "Remote Messages"
},
"settingsSection": "Settings",
"theme": {
"dark": "Dark",
"description": "Configure the way the app looks. When set to System it will follow the general system theme. By changing it you can keep the app in your preferred theme.",
"light": "Light",
"system": "System",
"title": "Change the application theme"
},
"timeTravel": "Show time travel settings."
},
"TimeTravel": {
Expand Down

0 comments on commit a33ec53

Please sign in to comment.