From 4331a58e50ac43adff5f9c36311b17e96b52da9c Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Sat, 21 Feb 2026 19:07:30 +0000 Subject: [PATCH] Update sync text, theme icons, communities link Add responsive icons for system theme selection (Smartphone, Tablet, Monitor) in ThemeToggle.vue; add an "Explore Communities" CTA to Home.vue that links to the localized communities page. Reduce the advertised sync update rate from ~100 to ~50 times per second across multiple locale files (en, de, es, it, ru). Also update the English freeroam label/description to "Freeroam & Custom Servers" with details about custom scripts/maps/mods. Note: fr.json contains unresolved merge conflict markers for the sync description and needs manual resolution. --- src/components/ThemeToggle.vue | 6 ++++-- src/locales/de.json | 2 +- src/locales/en.json | 6 +++--- src/locales/es.json | 2 +- src/locales/fr.json | 2 +- src/locales/it.json | 2 +- src/locales/ru.json | 2 +- src/views/Home.vue | 9 +++++++++ 8 files changed, 21 insertions(+), 10 deletions(-) diff --git a/src/components/ThemeToggle.vue b/src/components/ThemeToggle.vue index 0a470ad..6ef36d0 100644 --- a/src/components/ThemeToggle.vue +++ b/src/components/ThemeToggle.vue @@ -1,6 +1,6 @@