Compare commits

...

3 Commits
v2.9.0 ... main

Author SHA1 Message Date
cae1dd4abb Place translations in var of bundles
All checks were successful
continuous-integration/drone/tag Build is passing
2025-03-19 09:34:58 +01:00
3359cd1c1a Update composer files
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-18 14:44:50 +01:00
27934cba56 Put ux-translator line back in package.json at root
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-18 14:33:11 +01:00
4 changed files with 10 additions and 9 deletions

View File

@ -9,7 +9,7 @@
"ext-iconv": "*", "ext-iconv": "*",
"champs-libres/wopi-bundle": "dev-master@dev", "champs-libres/wopi-bundle": "dev-master@dev",
"champs-libres/wopi-lib": "dev-master@dev", "champs-libres/wopi-lib": "dev-master@dev",
"chill-project/chill-bundles": "3.10.3", "chill-project/chill-bundles": "3.10.2",
"chill-project/chill-deploy": "^1.0", "chill-project/chill-deploy": "^1.0",
"graylog2/gelf-php": "^2.0", "graylog2/gelf-php": "^2.0",
"symfony/console": "5.4.*", "symfony/console": "5.4.*",

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "efab2d65933831833e7511a48468721a", "content-hash": "61dfcd4f7303461e8286a66034e2339f",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -185,16 +185,16 @@
}, },
{ {
"name": "chill-project/chill-bundles", "name": "chill-project/chill-bundles",
"version": "v3.10.3", "version": "v3.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.com/Chill-Projet/chill-bundles.git", "url": "https://gitlab.com/Chill-Projet/chill-bundles.git",
"reference": "fe6949ea266fb02c1b33111182b07cd384e002ac" "reference": "8b7b5ceed7d5bb81ccb837cb471da0f0555a2f53"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=fe6949ea266fb02c1b33111182b07cd384e002ac", "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=8b7b5ceed7d5bb81ccb837cb471da0f0555a2f53",
"reference": "fe6949ea266fb02c1b33111182b07cd384e002ac", "reference": "8b7b5ceed7d5bb81ccb837cb471da0f0555a2f53",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -343,9 +343,9 @@
], ],
"support": { "support": {
"issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues", "issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues",
"source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.10.3" "source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.10.2"
}, },
"time": "2025-03-18T13:47:31+00:00" "time": "2025-03-17T22:30:17+00:00"
}, },
{ {
"name": "chill-project/chill-deploy", "name": "chill-project/chill-deploy",

View File

@ -1,3 +1,3 @@
ux_translator: ux_translator:
# The directory where the JavaScript translations are dumped # The directory where the JavaScript translations are dumped
dump_directory: '%kernel.project_dir%/var/translations' dump_directory: '%kernel.project_dir%/vendor/chill-project/chill-bundles/var/translations'

View File

@ -4,6 +4,7 @@
], ],
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@symfony/ux-translator": "file:vendor/symfony/ux-translator/assets",
"bootstrap": "5.2.3", "bootstrap": "5.2.3",
"intl-messageformat": "^10.5.11" "intl-messageformat": "^10.5.11"
}, },