With change https://gerrit.wikimedia.org/r/#/c/257197/, mediawiki will start a prefixsearch for subpage queries of specific special pages, including Special:MovePage. Unfortunately, Translate overwrites the Special:MovePage special page with it's own, without inheriting from MovePageForm class, so the search suggestions for subpages of Special:MovePage in the search bar will not appear.
The easiest fix would be to simply inherit from MovePageForm, instead from SpecialPage.