comparison client/src/components/map/layers/Layers.vue @ 1402:acb71a982837

client: improve translation process docs * Add comment that vue-gettext and easygettext node packages are needed to run the process. * Update easygettext version to latest.
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 28 Nov 2018 16:17:17 +0100
parents ca33ad696594
children 9b81ac91a43e
comparison
equal deleted inserted replaced
1401:178f5beeab03 1402:acb71a982837
1 <template> 1 <template>
2 <div :class="['box ui-element rounded bg-white text-nowrap', { expanded: showLayers }]"> 2 <div :class="['box ui-element rounded bg-white text-nowrap', { expanded: showLayers }]">
3 <div style="width: 20rem"> 3 <div style="width: 20rem">
4 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center"> 4 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
5 <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon>Layers 5 <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon><translate>Layers</translate>
6 <font-awesome-icon 6 <font-awesome-icon
7 icon="times" 7 icon="times"
8 class="ml-auto text-muted" 8 class="ml-auto text-muted"
9 @click="$store.commit('application/showLayers', false)" 9 @click="$store.commit('application/showLayers', false)"
10 ></font-awesome-icon> 10 ></font-awesome-icon>