tailchat/client/shared/i18n/__mocks__/index.ts

6 lines
93 B
TypeScript

export const t = (key: string) => {
return key;
};
export function onLanguageChanged() {}