Skip to content

Commit

Permalink
Fix "Calendar" Dropdown translation
Browse files Browse the repository at this point in the history
The translation wasn't being rendered ("Calendar" was being shown instead of "Calendário" in PT-BR).
  • Loading branch information
eduardomozart authored and cedric-anne committed Sep 30, 2024
1 parent 838a4ca commit 38eb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ public static function getStandardDropdownItemTypes()
'KnowbaseItemCategory' => null
],

_n('Calendar', 'Calendars', 1) => [
_n('Calendar', 'Calendars', Session::getPluralNumber()) => [
'Calendar' => null,
'Holiday' => null
],
Expand Down

0 comments on commit 38eb248

Please sign in to comment.