mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
household: add onthefly translations
This commit is contained in:
parent
872090e02a
commit
af87b3f6da
@ -1,6 +1,7 @@
|
||||
|
||||
import { personMessages } from 'ChillPersonAssets/vuejs/_js/i18n'
|
||||
import { addressMessages } from 'ChillMainAssets/vuejs/Address/i18n'
|
||||
import { ontheflyMessages } from 'ChillMainAssets/vuejs/OnTheFly/i18n'
|
||||
|
||||
const appMessages = {
|
||||
fr: {
|
||||
@ -85,7 +86,7 @@ const appMessages = {
|
||||
}
|
||||
};
|
||||
|
||||
Object.assign(appMessages.fr, personMessages.fr, addressMessages.fr);
|
||||
Object.assign(appMessages.fr, personMessages.fr, addressMessages.fr, ontheflyMessages.fr);
|
||||
|
||||
export {
|
||||
appMessages
|
||||
|
Loading…
x
Reference in New Issue
Block a user