remove redundant parameter from Lang()

This commit is contained in:
ari melody 2025-07-15 00:02:12 +01:00
parent 1b25e56d0a
commit 7db5ec7fae
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
24 changed files with 29 additions and 36 deletions

View file

@ -11,7 +11,7 @@
import ActionBar from '$lib/ui/post/ActionBar.svelte';
import Lang from '$lib/lang';
const lang = Lang('en_GB');
const lang = Lang();
let mention = (accounts) => {
let res = `<a href="/${$server.host}/${account.fqn}">${account.rich_name}</a>`;