Skip to content

Commit

Permalink
TASK: Introduce translation key for site module
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jan 24, 2025
1 parent 2ade422 commit 0df849a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>{neos:backend.translate(id: 'sites.new', value: 'New site', source: 'Modules
<f:form action="createSiteNode">
<fieldset class="neos-span3">
<legend>{neos:backend.translate(id: 'sites.createBlank', value: 'Create a blank site', source: 'Modules')}</legend>
In the content repository: "{defaultContentRepositoryForNewSites}"
{neos:backend.translate(id: 'sites.creationContentRepository', value: 'In the content repository: "{defaultContentRepositoryForNewSites}"', source: 'Modules', arguments: {0: defaultContentRepositoryForNewSites})}

<f:if condition="{sitePackages -> f:count()} > 0">
<f:then>
Expand Down
3 changes: 3 additions & 0 deletions Neos.Neos/Resources/Private/Translations/en/Modules.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@
<trans-unit id="sites.createBlank" xml:space="preserve">
<source>Create a blank site</source>
</trans-unit>
<trans-unit id="sites.creationContentRepository" xml:space="preserve">
<source>In the content repository: "{0}"</source>
</trans-unit>
<trans-unit id="sites.documentType" xml:space="preserve">
<source>Select a document nodeType</source>
</trans-unit>
Expand Down

0 comments on commit 0df849a

Please sign in to comment.