Skip to content

Commit

Permalink
Change menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison authored and jordisala1991 committed Oct 20, 2022
1 parent 86ae625 commit f5813a7
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public function configureSettings(OptionsResolver $resolver): void
*/
public function getMetadata(): MetadataInterface
{
return new Metadata('sonata.block.service.menu', null, null, 'SonataBlockBundle', [
'class' => 'fa fa-bars',
return new Metadata('sonata.seo.block.menu.breadcrumb', null, null, 'SonataSeoBundle', [
'class' => 'fa fa-angle-double-right',
]);
}

Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/SonataSeoBundle.de.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>sonata.seo.block.email.share_button</source>
<target>E-Mail teilen</target>
</trans-unit>
<trans-unit id="sonata_seo_block_menu_breadcrumb">
<source>sonata.seo.block.menu.breadcrumb</source>
<target>Breadcrumb Menü</target>
</trans-unit>
<trans-unit id="sonata_seo_block_facebook_like_box">
<source>sonata.seo.block.facebook.like_box</source>
<target>Facebook - Likebox</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/SonataSeoBundle.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>sonata.seo.block.email.share_button</source>
<target>Share via E-Mail</target>
</trans-unit>
<trans-unit id="sonata_seo_block_menu_breadcrumb">
<source>sonata.seo.block.menu.breadcrumb</source>
<target>Breadcrumb Menu</target>
</trans-unit>
<trans-unit id="sonata_seo_block_facebook_like_box">
<source>sonata.seo.block.facebook.like_box</source>
<target>Facebook - Likebox</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/SonataSeoBundle.fr.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<source>sonata_seo_share_by_email</source>
<target>Partager par e-mail</target>
</trans-unit>
<trans-unit id="sonata_seo_block_menu_breadcrumb">
<source>sonata.seo.block.menu.breadcrumb</source>
<target>Menu fil d'Ariane</target>
</trans-unit>
<trans-unit id="form.label_include_homepage_link">
<source>form.label_include_homepage_link</source>
<target>Inclure le lien vers la page d'accueil ?</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/SonataSeoBundle.it.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>sonata.seo.block.email.share_button</source>
<target>Condividi via E-Mail</target>
</trans-unit>
<trans-unit id="sonata_seo_block_menu_breadcrumb">
<source>sonata.seo.block.menu.breadcrumb</source>
<target>Breadcrumb Menù</target>
</trans-unit>
<trans-unit id="sonata_seo_block_facebook_like_box">
<source>sonata.seo.block.facebook.like_box</source>
<target>Facebook - Box like</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/SonataSeoBundle.nl.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>sonata.seo.block.email.share_button</source>
<target>Delen via e-mail</target>
</trans-unit>
<trans-unit id="sonata_seo_block_menu_breadcrumb">
<source>sonata.seo.block.menu.breadcrumb</source>
<target>Breadcrumb Menu</target>
</trans-unit>
<trans-unit id="sonata_seo_block_facebook_like_box">
<source>sonata.seo.block.facebook.like_box</source>
<target>sonata.seo.block.facebook.like_box</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/SonataSeoBundle.ru.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>sonata.seo.block.email.share_button</source>
<target>Поделиться с помощью E-Mail</target>
</trans-unit>
<trans-unit id="sonata_seo_block_menu_breadcrumb">
<source>sonata.seo.block.menu.breadcrumb</source>
<target>Breadcrumb меню</target>
</trans-unit>
<trans-unit id="sonata_seo_block_facebook_like_box">
<source>sonata.seo.block.facebook.like_box</source>
<target>Facebook - поле «Нравится»</target>
Expand Down

0 comments on commit f5813a7

Please sign in to comment.