All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.common.i18n.app.HomeTranslations.ts Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
import type { Translations } from '@/Translations';
import { en } from './locales/en';
import { fr } from './locales/fr';

export const homeTranslations: Translations = { fr, en };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy