vega-frontend-monorepo/libs/trades/__mocks__/react-i18next.ts
Bartłomiej Głownia 5827b87f89
feat(trades): use i18next (#5268)
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2023-11-19 13:51:08 -08:00

4 lines
74 B
TypeScript

export const useTranslation = () => ({
t: (label: string) => label,
});