Remove localization from stickers
This commit is contained in:
parent
78fde47577
commit
fc58dc5ef4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
const buildCDNUrl = (path: string) => `https://static.odycdn.com/stickers/${path}`;
|
||||
|
||||
const buildSticker = (name: string, path: string, price?: number) => ({
|
||||
name: __(`:${name}:`),
|
||||
name: `:${name}:`,
|
||||
url: buildCDNUrl(path),
|
||||
price: price,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue