remove redundant parameter from Lang()
This commit is contained in:
parent
1b25e56d0a
commit
7db5ec7fae
24 changed files with 29 additions and 36 deletions
|
@ -3,7 +3,7 @@ import { parseEmoji, renderEmoji } from '$lib/emoji.js';
|
|||
import { get, writable } from 'svelte/store';
|
||||
import Lang from '$lib/lang';
|
||||
|
||||
const lang = Lang('en_GB');
|
||||
const lang = Lang();
|
||||
|
||||
const cache = writable({});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue