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 buildCDNUrl = (path: string) => `https://static.odycdn.com/stickers/${path}`;
|
||||||
|
|
||||||
const buildSticker = (name: string, path: string, price?: number) => ({
|
const buildSticker = (name: string, path: string, price?: number) => ({
|
||||||
name: __(`:${name}:`),
|
name: `:${name}:`,
|
||||||
url: buildCDNUrl(path),
|
url: buildCDNUrl(path),
|
||||||
price: price,
|
price: price,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue