Skip to content

Commit

Permalink
Merge pull request #27 from RafaelKa/seo-translations
Browse files Browse the repository at this point in the history
TASK: Add translations for placeholders
  • Loading branch information
kdambekalns authored Nov 17, 2016
2 parents 7be9352 + d22b902 commit d78d1e6
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<trans-unit id="properties.canonicalLink" xml:space="preserve">
<source>Canonical Link</source>
</trans-unit>
<trans-unit id="properties.canonicalLink.textFieldEditor.placeholder" xml:space="preserve">
<source>Paste a url, or use the default.</source>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@
<trans-unit id="properties.openGraphTitle" xml:space="preserve">
<source>Open Graph title</source>
</trans-unit>
<trans-unit id="properties.openGraphTitle.textAreaEditor.placeholder" xml:space="preserve">
<source>Used as og:title, max. 60 chars</source>
</trans-unit>
<trans-unit id="properties.openGraphDescription" xml:space="preserve">
<source>Open Graph Description</source>
</trans-unit>
<trans-unit id="properties.openGraphDescription.textAreaEditor.placeholder" xml:space="preserve">
<source>max. 200 characters</source>
</trans-unit>
<trans-unit id="properties.openGraphImage" xml:space="preserve">
<source>Open Graph Image</source>
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@
<trans-unit id="properties.metaDescription" xml:space="preserve">
<source>Description</source>
</trans-unit>
<trans-unit id="properties.metaDescription.textAreaEditor.placeholder" xml:space="preserve">
<source>max. 156 characters</source>
</trans-unit>
<trans-unit id="properties.metaKeywords" xml:space="preserve">
<source>Keywords</source>
</trans-unit>
<trans-unit id="properties.metaKeywords.textAreaEditor.placeholder" xml:space="preserve">
<source>comma separated, max. 255 chars</source>
</trans-unit>
<trans-unit id="properties.metaRobotsNoindex" xml:space="preserve">
<source>Hide from search engines (noindex)</source>
</trans-unit>
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/Translations/en/NodeTypes/TitleTagMixin.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<trans-unit id="properties.titleOverride" xml:space="preserve">
<source>Title Override</source>
</trans-unit>
<trans-unit id="properties.titleOverride.textFieldEditor.placeholder" xml:space="preserve">
<source>Used in &lt;title&gt; tag, max. 60 chars</source>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,21 @@
<trans-unit id="properties.twitterCardCreator" xml:space="preserve">
<source>Creator Handle</source>
</trans-unit>
<trans-unit id="properties.twitterCardCreator.textFieldEditor.placeholder" xml:space="preserve">
<source>@johnexample</source>
</trans-unit>
<trans-unit id="properties.twitterCardTitle" xml:space="preserve">
<source>Title</source>
</trans-unit>
<trans-unit id="properties.twitterCardTitle.textAreaEditor.placeholder" xml:space="preserve">
<source>max. 70 characters</source>
</trans-unit>
<trans-unit id="properties.twitterCardDescription" xml:space="preserve">
<source>Description</source>
</trans-unit>
<trans-unit id="properties.twitterCardDescription.textAreaEditor.placeholder" xml:space="preserve">
<source>max. 200 characters</source>
</trans-unit>
<trans-unit id="properties.twitterCardImage" xml:space="preserve">
<source>Card Image</source>
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<trans-unit id="properties.xmlSitemapPriority" xml:space="preserve">
<source>Priority</source>
</trans-unit>
<trans-unit id="properties.xmlSitemapPriority.textFieldEditor.placeholder" xml:space="preserve">
<source>between 0 and 1</source>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit d78d1e6

Please sign in to comment.