Compare commits

...

6 Commits

Author SHA1 Message Date
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
71340c03a1 Fix translation config
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-18 14:09:54 +01:00
fd98e6d0ef update yarn.lock
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-10 12:41:27 +01:00
0017993d18 Add a cache clear to the drone build, necessary to have translations
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-04 18:32:39 +01:00
eb8c837a8d dump translations in var chill bundles
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-04 17:34:57 +01:00
0648740c73 Delete translator.ts file at root
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-04 15:25:35 +01:00
7 changed files with 1315 additions and 1294 deletions

3
.changes/2.9.0.md Normal file
View File

@@ -0,0 +1,3 @@
## 2.9.0 - 2025-03-18
### Release
* Update chill bundles to v3.10.3

View File

@@ -32,6 +32,7 @@ steps:
pull: always pull: always
commands: commands:
- composer install --no-scripts --no-interaction - composer install --no-scripts --no-interaction
- bin/console cache:clear
depends_on: depends_on:
- build-base-image - build-base-image

View File

@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.9.0 - 2025-03-18
### Release
* Update chill bundles to v3.10.3
## 2.8.0 - 2025-03-04 ## 2.8.0 - 2025-03-04
### Release ### Release
* Update chill bundles to v3.9.2 * Update chill bundles to v3.9.2

View File

@@ -1,8 +0,0 @@
import { trans, getLocale, setLocale, setLocaleFallbacks } from '@symfony/ux-translator';
setLocaleFallbacks({"en": "fr", "nl": "fr", "fr": "en"});
setLocale('fr');
export { trans };
export * from "../var/translations";

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.9.2", "chill-project/chill-bundles": "3.10.3",
"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": "7bd1e65df25b9843377927a158f86329", "content-hash": "efab2d65933831833e7511a48468721a",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -185,16 +185,16 @@
}, },
{ {
"name": "chill-project/chill-bundles", "name": "chill-project/chill-bundles",
"version": "v3.9.2", "version": "v3.10.3",
"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": "38b21a21595f416af2292bc7010f43cdcbf6ad52" "reference": "fe6949ea266fb02c1b33111182b07cd384e002ac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=38b21a21595f416af2292bc7010f43cdcbf6ad52", "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=fe6949ea266fb02c1b33111182b07cd384e002ac",
"reference": "38b21a21595f416af2292bc7010f43cdcbf6ad52", "reference": "fe6949ea266fb02c1b33111182b07cd384e002ac",
"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.9.2" "source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.10.3"
}, },
"time": "2025-02-27T16:20:03+00:00" "time": "2025-03-18T13:47:31+00:00"
}, },
{ {
"name": "chill-project/chill-deploy", "name": "chill-project/chill-deploy",

2577
yarn.lock

File diff suppressed because it is too large Load Diff