Page MenuHomePhabricator

Localise Gadget aliases for nqo
Closed, InvalidPublic

Description

The following strings need to be localised:

Aliases
/** English (English) */
$specialPageAliases['en'] = [
	'Gadgets' => [ 'Gadgets' ],
	'GadgetUsage' => [ 'GadgetUsage' ],
];
Namespaces
$namespaceNames['en'] = [
	NS_GADGET => 'Gadget',
	NS_GADGET_TALK => 'Gadget_talk',
	NS_GADGET_DEFINITION => 'Gadget_definition',
	NS_GADGET_DEFINITION_TALK => 'Gadget_definition_talk',
];

Related Objects

StatusSubtypeAssignedTask
ResolvedLadsgroup
InvalidNone

Event Timeline

So what are the translations? Shall this perhaps be marked as stalled until some are provided?

Aklapper changed the task status from Open to Stalled.Jan 24 2021, 12:17 PM

This task is not actionable without any translations to put in place, indeed.

See https://translatewiki.net/wiki/Special:SupportedLanguages/nqo#nqo for potential people to contact (not sure there is some "group" way to contact folks)?

FWIW the strings to translate are in the Task description. In case it's not clear for translators, these are the strings to translate: Gadgets, GadgetUsage, Gadget, Gadget_talk, Gadget_definition and Gadget_definition_talk.

@MarcoAurelio: That's clear, but there are no translations provided. (I hope we don't want to create tasks for every non-translated string out there. :) )

This task is not actionable. Please feel free to reopen once it is (means: when there are known translations available, which someone could add).