feat: Add German, Spanish, and French translations and update i18n configuration.

This commit is contained in:
2025-12-26 15:29:02 +01:00
parent e44771902c
commit 23b3c5000f
8 changed files with 220 additions and 8 deletions

View File

@@ -3,7 +3,10 @@ import { defineConfig } from 'i18next-cli';
export default defineConfig({
locales: [
"en",
"pl"
"pl",
"es",
"de",
"fr"
],
extract: {
input: "src/**/*.{js,jsx,ts,tsx}",