Page MenuHomePhabricator

Localize Scribunto namespaces into Vietnamese
Closed, ResolvedPublic

Description

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

Details

Reference
bz45189

Related Objects

StatusSubtypeAssignedTask
Resolvedmatmarex
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:40 AM
bzimport set Reference to bz45189.
bzimport added a subscriber: Unknown Object (MLST).

Minh: In case you are interested, you are welcome to use Developer access

https://www.mediawiki.org/wiki/Developer_access

and submit this change as a Git branch directly into Gerrit:

https://www.mediawiki.org/wiki/Git/Tutorial

Putting your branch in Git makes it easier to review it quickly and merge.