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