mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
rdv: hook i18n translations into the App.vue
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { personMessages } from 'ChillPersonAssets/vuejs/_js/i18n'
|
||||
import { calendarRangeMessages } from '../_components/CalendarRange/js/i18n'
|
||||
|
||||
const appMessages = {
|
||||
fr: {
|
||||
@@ -14,6 +15,7 @@ const appMessages = {
|
||||
}
|
||||
|
||||
Object.assign(appMessages.fr, personMessages.fr);
|
||||
Object.assign(appMessages.fr, calendarRangeMessages.fr);
|
||||
|
||||
export {
|
||||
appMessages
|
||||
|
Reference in New Issue
Block a user