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

@ -28,7 +28,7 @@
import FollowersIcon from '../../img/icons/followers.svg';
const VERSION = APP_VERSION;
const lang = Lang('en_GB');
const lang = Lang();
const dispatch = createEventDispatcher();