add missing i18n for post view

This commit is contained in:
ari melody 2025-07-13 18:49:49 +01:00
parent 30f3aadeaa
commit b74b19cc73
Signed by: ari
GPG key ID: CF99829C92678188
13 changed files with 27 additions and 16 deletions

View file

@ -10,7 +10,7 @@
import { page } from '$app/stores';
import { createEventDispatcher } from 'svelte';
import { notifications, unread_notif_count } from '$lib/notifications.js';
import Lang from '$lib/lang.js';
import Lang from '$lib/lang';
import Logo from '$lib/../img/campfire-logo.svg';
import Button from './Button.svelte';