Page MenuHomePhabricator

Localize Scribunto magic words and namespaces to Neapolitan
Closed, ResolvedPublic

Description

rELUA extension-Scribunto does not have Neapolitan (nap) translations, so namespaces are displayed in Italian (fallback language for nap).

Magic words
/** English (English) */
$magicWords['en'] = [
	'invoke' => [ 0, 'invoke' ],
];
Namespace names
	$namespaceNames['en'] = [
	828 => 'Module',
	829 => 'Module_talk',
];

Feel free to add me as reviewer of the Gerrit patch. I can take a look and merge. Thanks.

Event Timeline

@MarcoAurelio for Namespace names 828 and 829, let's use the ones of nap.wiki: "Modulo" and "Modulo_chiàcchiera"

@MarcoAurelio for Namespace names 828 and 829, let's use the ones of nap.wiki: "Modulo" and "Modulo_chiàcchiera"

Thank you. I'll upload a patch.

Change 478444 had a related patch set uploaded (by MarcoAurelio; owner: MarcoAurelio):
[mediawiki/extensions/Scribunto@master] Translate Scribunto namespaces to Neapolitan (nap)

https://gerrit.wikimedia.org/r/478444

Change 478444 merged by jenkins-bot:
[mediawiki/extensions/Scribunto@master] Translate Scribunto namespaces to Neapolitan (nap)

https://gerrit.wikimedia.org/r/478444

MarcoAurelio assigned this task to Ruthven.
MarcoAurelio removed a project: Patch-For-Review.