Adding translations
/* eslint-disable no-irregular-whitespace */
/* eslint-disable max-len */
import type { BaseTranslation } from '../i18n-types';
const en = { // <-- change it to fr or other language code of your choice
[...]
} satisfies BaseTranslation;
export default en; // <-- change it to fr or other language code of your choiceGenerating types
pnpm typesafe-i18npnpm tauri dev