All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
- Introduced French as a supported language across the application, updating locale files and adding translations for various components. - Enhanced language handling logic to accommodate French, ensuring proper detection and fallback mechanisms. - Updated UI elements to include French language options, improving accessibility for French-speaking users. - Refactored SEO handling to include French in hreflang links, enhancing search engine indexing for multilingual content. - Added new scripts for managing French translations and ensuring consistency across language files.
30 lines
560 B
Plaintext
30 lines
560 B
Plaintext
.gitignore
|
|
.env
|
|
.depall.sh
|
|
.depfe.sh
|
|
.depbe.sh
|
|
node_modules
|
|
node_modules/*
|
|
# package-lock.json wird versioniert (npm ci im Deploy braucht konsistente Locks zu package.json)
|
|
backend/.env
|
|
backend/.env.local
|
|
backend/images
|
|
backend/images/*
|
|
backend/node_modules
|
|
backend/node_modules/*
|
|
frontend/.env
|
|
frontend/node_modules
|
|
frontend/node_modules/*
|
|
frontend/dist
|
|
frontend/dist/*
|
|
frontend/scripts/.i18n-de-fr-cache.json
|
|
frontend/scripts/.falukant-fr-smooth-cache.json
|
|
frontedtree.txt
|
|
backend/dist/
|
|
backend/data/model-cache
|
|
build
|
|
build/*
|
|
.vscode
|
|
.vscode/*
|
|
.clang-format
|