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": "テーマ切替"
|
||||
},
|
||||
"convert": {
|
||||
"title": "変換",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue