Add manual theme switcher (fixes #5)

This commit is contained in:
daudix
2024-08-18 02:19:34 +03:00
parent 656a6f2328
commit 67c698b949
10 changed files with 285 additions and 108 deletions

View File

@ -58,6 +58,10 @@ source = "مصدر الموقع الإلكتروني"
table_of_contents = "جدول المحتويات"
tags = "العلامات"
tags_title = "العلامات"
theme = "السمة"
theme_dark = "التبديل إلى السمة الداكنة"
theme_light = "التبديل إلى السمة الفاتحة"
theme_system = "استخدام سمة النظام"
tip = "نصيحة"
trigger_warning = "تحذير الزناد"
updated = "تحديث"

View File

@ -62,6 +62,10 @@ source = "Website source"
table_of_contents = "Table of Contents"
tags = "tags"
tags_title = "Tags"
theme = "Theme"
theme_dark = "Switch to dark theme"
theme_light = "Switch to light theme"
theme_system = "Use system theme"
tip = "Tip"
trigger_warning = "Trigger Warning"
updated = "Updated on"

View File

@ -66,6 +66,10 @@ source = "Исходный код веб-сайта"
table_of_contents = "Оглавление"
tags = "$NUMBER тегов"
tags_title = "Теги"
theme = "Тема"
theme_dark = "Переключить на темную тему"
theme_light = "Переключить на светлую тему"
theme_system = "Использовать системную тему"
tip = "Совет"
trigger_warning = "Предупреждение о Тревоге"
updated = "Обновлено"