mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
vue pick entity: fix i18n translations in create thirdparty modal
This commit is contained in:
parent
ef2ab5faf6
commit
28c4d6b92f
@ -13,6 +13,7 @@ and this project adheres to
|
|||||||
<!-- write down unreleased development here -->
|
<!-- write down unreleased development here -->
|
||||||
* change order for accompanying course work list
|
* change order for accompanying course work list
|
||||||
* [person]: style fix in parcours listing per person. (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/432)
|
* [person]: style fix in parcours listing per person. (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/432)
|
||||||
|
* [pick entity]: fix translations in modal (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/419)
|
||||||
|
|
||||||
|
|
||||||
## Test releases
|
## Test releases
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
import { personMessages } from 'ChillPersonAssets/vuejs/_js/i18n';
|
import { personMessages } from 'ChillPersonAssets/vuejs/_js/i18n';
|
||||||
|
import { thirdpartyMessages } from 'ChillThirdPartyAssets/vuejs/_js/i18n';
|
||||||
|
import { addressMessages } from 'ChillMainAssets/vuejs/Address/i18n';
|
||||||
|
import { ontheflyMessages } from 'ChillMainAssets/vuejs/OnTheFly/i18n';
|
||||||
|
|
||||||
const appMessages = {
|
const appMessages = {
|
||||||
fr: {
|
fr: {
|
||||||
@ -12,6 +15,6 @@ const appMessages = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.assign(appMessages.fr, personMessages.fr);
|
Object.assign(appMessages.fr, personMessages.fr, thirdpartyMessages.fr, addressMessages.fr, ontheflyMessages.fr );
|
||||||
|
|
||||||
export { appMessages };
|
export { appMessages };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user