diff 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
line wrap: on
line diff
--- a/client/src/components/map/layers/Layers.vue	Wed Nov 28 16:15:14 2018 +0100
+++ b/client/src/components/map/layers/Layers.vue	Wed Nov 28 16:17:17 2018 +0100
@@ -2,7 +2,7 @@
   <div :class="['box ui-element rounded bg-white text-nowrap', { expanded: showLayers }]">
     <div style="width: 20rem">
       <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
-        <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon>Layers
+        <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon><translate>Layers</translate>
         <font-awesome-icon
           icon="times"
           class="ml-auto text-muted"