Page MenuHomePhabricator

[[MediaWiki:Wikibaselexeme-form-description]] translation issue
Closed, ResolvedPublic2 Estimated Story Points

Description

The qqq page is missing documentation of message arguments $1-$4.


URL: https://translatewiki.net/wiki/MediaWiki:Wikibaselexeme-form-description/qqq

Event Timeline

		return wfMessage( 'wikibaselexeme-form-description' )
			->inLanguage( $this->displayLanguage )
			->params(
				$featuresString,
				$lemma,
				$lexemeId->getSerialization(),
				$lemmaDescription
			)->text();
	}
}

$1 featuresString
$2 lemma
$3 lexemeId
$4 lemmaDescription


Hmmm. What featuresString means here?

Hmmm. What featuresString means here?

This probably is a string representation of the grammatical feature.

Change 484420 had a related patch set uploaded (by Michael Große; owner: Michael Große):
[mediawiki/extensions/WikibaseLexeme@master] i18n: Add description for parameters and example to qqq

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

Change 484420 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] i18n: Add description for parameters and example to qqq

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