Since Translatewiki doesn’t appear to provide a way to localize Scribunto’s namespaces into Vietnamese, please add the following code to Scribunto.namespaces.php:
$namespaceNames['vi'] = array(
828 => 'Mô_đun', 829 => 'Thảo_luận_Mô_đun',
);
(I didn’t see a way to do it, but it’d be nice if “Mô-đun” and “Môđun” and their talk counterparts “Thảo_luận_Mô-đun” and “Thảo_luận_Môđun” could also be added as aliases too.)
Version: master
Severity: enhancement