Skip to content

Commit 38eb248

Browse files
eduardomozartcedric-anne
authored andcommitted
Fix "Calendar" Dropdown translation
The translation wasn't being rendered ("Calendar" was being shown instead of "Calendário" in PT-BR).
1 parent 838a4ca commit 38eb248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dropdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ public static function getStandardDropdownItemTypes()
11991199
'KnowbaseItemCategory' => null
12001200
],
12011201

1202-
_n('Calendar', 'Calendars', 1) => [
1202+
_n('Calendar', 'Calendars', Session::getPluralNumber()) => [
12031203
'Calendar' => null,
12041204
'Holiday' => null
12051205
],

0 commit comments

Comments
 (0)