Skip to content
Snippets Groups Projects
Commit c879889a authored by Kim Höfer's avatar Kim Höfer
Browse files

add icon alt text localization

parent c62ba20c
No related branches found
No related tags found
3 merge requests!1895Development,!1882Development,!1844Resolve "Remove Font-Awesome-Icons"
<?php
return [
'angle-double-right.alt' => 'Doppelter Pfeil nach rechts',
'icon-lupe.alt' => 'Suchen',
'chevron-down.alt' => '',
'menu.alt' => 'drei horizontalen Striche',
'cogs.alt' => 'Zahnräder',
'ellipsis.alt' => 'Fortsetzungspunkte vertikal',
'ellipsis-horizontal.alt' => 'Fortsetzungspunkte horizontal',
'home.alt' => 'Haus',
'trashcan.alt' => 'Mülltonne',
'x.alt' => 'X',
'floppy.alt' => 'floppy',
'Icon-settings' => 'Zahnrad'
];
<?php
return [
'angle-double-right.alt' => 'Angle double right',
'icon-lupe.alt' => 'Search',
'chevron-down.alt' => '',
'menu.alt' => 'three horizontal Strokes',
'cogs.alt' => 'Cogs',
'ellipsis.alt' => 'vertical ellipsis',
'ellipsis-horizontal.alt' => 'horizontal ellipsis',
'home.alt' => 'home',
'trashcan.alt' => 'trashcan',
'x.alt' => 'x',
'floppy.alt' => 'floppy',
'Icon-settings' => 'Cog'
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment