File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public function list_queues()
123123 {
124124 $ this ->template ->assign_block_vars ('categories ' , array (
125125 'U_VIEW_CATEGORY ' => $ this ->get_queue_url ($ queue_type ),
126- 'CATEGORY_NAME ' => $ this ->types ->get ($ queue_type )->lang ,
126+ 'CATEGORY_NAME ' => $ this ->types ->get ($ queue_type )->lang [ ' langs ' ] ,
127127 'CATEGORY_CONTRIBS ' => $ counts [$ queue_type ],
128128 ));
129129 }
Original file line number Diff line number Diff line change 5151 'TRANSLATION_VALIDATION_TESTS ' => 'Please review the results of the automatic translation validation before proceeding. ' ,
5252
5353 'TRANSLATION ' => 'Language Pack ' ,
54+ 'TRANSLATIONS ' => 'Language Packs ' ,
5455 'TRANSLATION_CONTRIB_CLEANED ' => 'Cleaned ' ,
5556 'TRANSLATION_CONTRIB_DISABLED ' => 'Hidden + Disabled ' ,
5657 'TRANSLATION_CONTRIB_HIDDEN ' => 'Hidden ' ,
You can’t perform that action at this time.
0 commit comments