🌍 Add German translations for Self-Hosted Services and related terms

🔄 Update community and service localization strings
📝 Include new UI labels and placeholders for service management features
This commit is contained in:
HolgerHatGarKeineNode
2025-12-11 16:58:49 +01:00
parent 4c2d046d70
commit 7b0feca298
14 changed files with 597 additions and 461 deletions

View File

@@ -1,3 +1,8 @@
import nostrLogin from "./nostrLogin.js";
import L from 'leaflet';
import 'leaflet/dist/leaflet.css';
window.L = L;
Alpine.data('nostrLogin', nostrLogin);