File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1414 "cividi.link":
1515 "https://cividi.ch",
1616 "em.link":
17- "https://www.engagement-migros.ch/de",
18- "img.em":
19- "EngagementM_d_rgb.jpg"
17+ "https://www.engagement-migros.ch/de"
2018 },
2119 "fr": {
2220 "h1.1": "Contact",
3129 "cividi.link":
3230 "https://cividi.ch/societe",
3331 "em.link":
34- "https://www.engagement-migros.ch/fr",
35- "img.em":
36- "EngagementM_f_rgb.jpg"
32+ "https://www.engagement-migros.ch/fr"
3733 }
3834}
3935</i18n >
6460 </p >
6561
6662 <a :href =" $t('em.link')" target =" _blank" >
67- <img v-bind:src =" $t('img.em')" width =" 220px" >
63+ <img v-if =" $i18n.locale === 'fr'"
64+ src =" @/assets/images/EngagementM_f_rgb.jpg" width =" 220px" >
65+ <img v-else
66+ src =" @/assets/images/EngagementM_d_rgb.jpg" width =" 220px" >
6867 </a >
6968
7069 </v-flex >
You can’t perform that action at this time.
0 commit comments