feat(i18n): Ajoute la traduction chinoise et Google API

Ajoute la traduction chinoise, intègre l'API Google Marchand et
corrige des problèmes de gestion des paramètres de langue.
```
This commit is contained in:
Serreau Jovann
2025-11-21 09:58:27 +01:00
parent 7e231d60cd
commit 708cc87270
11 changed files with 1076 additions and 4 deletions

View File

@@ -35,6 +35,18 @@
"migrations/.gitignore"
]
},
"google/apiclient": {
"version": "2.18",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "2.10",
"ref": "07a97ec434d43b7903c78069a04c92adb6442e52"
},
"files": [
"config/packages/google_apiclient.yaml"
]
},
"knplabs/knp-paginator-bundle": {
"version": "v6.8.1"
},