feat: add theme toggle functionality and update localization files
- Implemented a theme toggle feature allowing users to switch between light and dark modes. - Added a new ThemeToggle component for the theme switching button. - Updated theme CSS to support dark mode variables and system preference detection. - Enhanced localization files to include translations for the "toggleTheme" key across multiple languages.
This commit is contained in:
parent
1f850dd926
commit
db5f47586e
72 changed files with 338 additions and 77 deletions
|
|
@ -26,7 +26,8 @@
|
|||
"logout": "வெளியேறு",
|
||||
"login": "உள்நுழை",
|
||||
"register": "பதிவு செய்",
|
||||
"language": "மொழி"
|
||||
"language": "மொழி",
|
||||
"toggleTheme": "Toggle theme"
|
||||
},
|
||||
"convert": {
|
||||
"title": "மாற்று",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue