Skip to content

Commit

Permalink
BUGFIX: Placeholder for focus keyword not shown
Browse files Browse the repository at this point in the history
Resolves: #93
  • Loading branch information
Sebobo committed Jan 23, 2023
1 parent cc1bb1a commit 92deb9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
1 change: 1 addition & 0 deletions Configuration/NodeTypes.Mixin.SEO.yaml
Expand Up @@ -10,6 +10,7 @@
inlineEditable: true
reloadIfChanged: true
inspector:
editor: Neos.Neos/Inspector/Editors/TextFieldEditor
editorOptions:
placeholder: i18n
group: yoast
Expand Down
20 changes: 4 additions & 16 deletions Resources/Private/Translations/de/NodeTypes/Mixin/SEO.xlf
Expand Up @@ -6,26 +6,14 @@
<source>Focus keyphrase</source>
<target>Fokus-Schlüsselphrase</target>
</trans-unit>
<trans-unit id="properties.focusKeyword.textFieldEditor.placeholder">
<source>Focus keyphrase for this page</source>
<target>Fokus-Schlüsselphrase für diese Seite</target>
</trans-unit>
<trans-unit id="properties.isCornerstone">
<source>is Cornerstone</source>
<target>ist Hauptdokument</target>
</trans-unit>
<trans-unit id="properties.title.aloha.placeholder">
<source>Enter the title for this page</source>
<target>Geben Sie den Titel für diese Seite ein</target>
</trans-unit>
<trans-unit id="properties.titleOverride.aloha.placeholder">
<source>Enter the optional title override for this page</source>
<target>Überscheiben Sie optional den Titel für diese Seite</target>
</trans-unit>
<trans-unit id="properties.metaDescription.aloha.placeholder">
<source>Enter the meta description for this page</source>
<target>Geben Sie die Metabeschreibung für diese Seite ein</target>
</trans-unit>
<trans-unit id="properties.focusKeyword.aloha.placeholder">
<source>Enter the main keyword for this page</source>
<target>Geben Sie das wichtigste Schlüsselwort für diese Seite ein</target>
</trans-unit>
</body>
</file>
</xliff>
15 changes: 3 additions & 12 deletions Resources/Private/Translations/en/NodeTypes/Mixin/SEO.xlf
Expand Up @@ -5,21 +5,12 @@
<trans-unit id="properties.focusKeyword">
<source>Focus keyphrase</source>
</trans-unit>
<trans-unit id="properties.focusKeyword.textFieldEditor.placeholder">
<source>Focus keyphrase for this page</source>
</trans-unit>
<trans-unit id="properties.isCornerstone">
<source>is Cornerstone</source>
</trans-unit>
<trans-unit id="properties.title.aloha.placeholder">
<source>Enter the title for this page</source>
</trans-unit>
<trans-unit id="properties.titleOverride.aloha.placeholder">
<source>Enter the optional title override for this page</source>
</trans-unit>
<trans-unit id="properties.metaDescription.aloha.placeholder">
<source>Enter the meta description for this page</source>
</trans-unit>
<trans-unit id="properties.focusKeyword.aloha.placeholder">
<source>Enter the main keyword for this page</source>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 92deb9f

Please sign in to comment.