In vault/core/controller/ui/assign/area/vw.php, find:
Code:
!$input['filter'] OR
After it, add:
Code:
!$input['filter']['isContent'] OR
This will add the "+" to areas when organizing by areas for translations.
As I mentioned, you will have to manually save empty translations for some areas in order to get them to appear on the None filter, because the form can't figure out what language an area is until after you make this edit.
This bug should be fully resolved in the next version (4.0.11) when it is released. This report has resulted in the following changes:
Code:
Changed: added MediaWiki import of page language (MW >= 1.24)
Fixed Bug: possible language mismatch of imported pages
Fixed Bug: default wiki language doesn't match default forum language at install
Fixed Bug: filter nodes not considered valid translations
Fixed Bug: can't translate new areas, imports, or auto-gen pages
Bookmarks