From f573a4ac2e18b1f0adea11c37910676281c5f6bc Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 27 Aug 2024 15:41:59 +0200 Subject: [PATCH] chore: :speech_balloon: add it and fr translation files --- src/i18n/fr.ts | 1 + src/i18n/it.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/i18n/fr.ts create mode 100644 src/i18n/it.ts diff --git a/src/i18n/fr.ts b/src/i18n/fr.ts new file mode 100644 index 0000000..927e1a9 --- /dev/null +++ b/src/i18n/fr.ts @@ -0,0 +1 @@ +export default {} as const; diff --git a/src/i18n/it.ts b/src/i18n/it.ts new file mode 100644 index 0000000..927e1a9 --- /dev/null +++ b/src/i18n/it.ts @@ -0,0 +1 @@ +export default {} as const;