Add translation for edit in the web app (#64)
This commit is contained in:
@@ -79,5 +79,6 @@
|
|||||||
"previewKeyInvalidLabel": "Ihr Preview API Zugangsschlüssel ist ungültig.",
|
"previewKeyInvalidLabel": "Ihr Preview API Zugangsschlüssel ist ungültig.",
|
||||||
"beginnerLabel": "Anfänger",
|
"beginnerLabel": "Anfänger",
|
||||||
"intermediateLabel": "Fortgeschrittener",
|
"intermediateLabel": "Fortgeschrittener",
|
||||||
"advancedLabel": "Experte"
|
"advancedLabel": "Experte",
|
||||||
|
"editInTheWebAppLabel": "In der web app bearbeiten"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,5 +79,6 @@
|
|||||||
"previewKeyInvalidLabel": "Your Preview API key is invalid.",
|
"previewKeyInvalidLabel": "Your Preview API key is invalid.",
|
||||||
"beginnerLabel": "Beginner",
|
"beginnerLabel": "Beginner",
|
||||||
"intermediateLabel": "Intermediate",
|
"intermediateLabel": "Intermediate",
|
||||||
"advancedLabel": "Advanced"
|
"advancedLabel": "Advanced",
|
||||||
|
"editInTheWebAppLabel": "Edit in the web app"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ mixin editorialFeatures(entry)
|
|||||||
href=`https://app.contentful.com/spaces/${settings.spaceId}/entries/${entry.sys.id}`
|
href=`https://app.contentful.com/spaces/${settings.spaceId}/entries/${entry.sys.id}`
|
||||||
target='_blank'
|
target='_blank'
|
||||||
rel='noopener'
|
rel='noopener'
|
||||||
) Edit in the web app
|
) #{translate('editInTheWebAppLabel', currentLocale.code)}
|
||||||
.editorial-features__hint-wrapper
|
.editorial-features__hint-wrapper
|
||||||
svg.editorial-features__hint-icon
|
svg.editorial-features__hint-icon
|
||||||
use(xlink:href='/icons/icons.svg#info')
|
use(xlink:href='/icons/icons.svg#info')
|
||||||
|
|||||||
Reference in New Issue
Block a user