feat: dynamic languages (#27869)

Co-authored-by: xantin <github@xantin.be>
This commit is contained in:
Jason Rasmussen
2026-04-16 12:37:37 -04:00
committed by GitHub
parent 88bce52042
commit 6aadb7b5bd
6 changed files with 120 additions and 127 deletions
@@ -1,6 +1,6 @@
import { langs } from '$lib/constants';
import { eventManager } from '$lib/managers/event-manager.svelte';
import { lang } from '$lib/stores/preferences.store';
import { langs } from '$lib/utils/i18n';
class LanguageManager {
constructor() {