All checks were successful
Deploy to production / deploy (push) Successful in 1m56s
- Added new localized strings for minigames in Cebuano, including loading hints, objectives, and play focus descriptions to improve user experience. - Updated existing translations for clarity and consistency across various game elements. - Enhanced the Match3Game component to utilize localized strings, ensuring dynamic text rendering based on user language preferences. - Included a new entry in .gitignore for the locale audit report to maintain a clean repository.
31 lines
598 B
Plaintext
31 lines
598 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
|
|
frontend/ceb-locale-audit-report.json
|
|
frontedtree.txt
|
|
backend/dist/
|
|
backend/data/model-cache
|
|
build
|
|
build/*
|
|
.vscode
|
|
.vscode/*
|
|
.clang-format
|