mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix weapon search links for non-english
This commit is contained in:
parent
d74270fcdf
commit
096c0fe5ea
|
|
@ -70,7 +70,7 @@ export function filterWeaponResults(
|
|||
matches.push({
|
||||
id,
|
||||
name: weaponName,
|
||||
slug: mySlugify(weaponName),
|
||||
slug: mySlugify(t(`weapons:MAIN_${id}`, { lng: "en" })),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user