Skip to content

Commit

Permalink
fix: add missing translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Nov 29, 2024
1 parent a5d6bac commit b56f678
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 144 deletions.
14 changes: 7 additions & 7 deletions header-footer-grid/Core/Components/MenuIcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@ public function add_settings() {
'default' => 'default',
'options' => [
'options' => [
'default' => 'Default',
'arrow' => 'Arrow',
'donner' => 'Donner',
'dots' => 'Dots',
'minus' => 'Minus',
'vortex' => 'Vortex',
'squeeze' => 'Squeeze',
'default' => __( 'Default', 'neve' ),
'arrow' => __( 'Arrow', 'neve' ),
'donner' => __( 'Donner', 'neve' ),
'dots' => __( 'Dots', 'neve' ),
'minus' => __( 'Minus', 'neve' ),
'vortex' => __( 'Vortex', 'neve' ),
'squeeze' => __( 'Squeeze', 'neve' ),
],
'default' => 'default',
],
Expand Down
Loading

0 comments on commit b56f678

Please sign in to comment.