Page MenuHomePhabricator

Missing namespace localization for DPLforum
Closed, ResolvedPublic

Description

DPLforum extension is missing localized namespace aliases for many languages. Namespace names that need to be defined are listed below.

$namespaces['no'] = array(
	NS_FORUM => 'Forum',
	NS_FORUM_TALK => 'Forumdiskusjon',
);

$namespaces['pl'] = array(
	NS_FORUM => 'Forum',
	NS_FORUM_TALK => 'Dyskusja_forum',
);

$namespaces['ru'] = array(
	NS_FORUM => 'Форум',
	NS_FORUM_TALK => 'Обсуждение_форума',
);

$namespaces['vi'] = array(
	NS_FORUM => 'Diễn_đàn',
	NS_FORUM_TALK => 'Thảo_luận_Diễn_đàn',
);

$namespaces['fa'] = array(
	NS_FORUM => 'فوروم',
	NS_FORUM_TALK => 'بحث_فوروم',
);

$namespaces['es'] = array(
	NS_FORUM => 'Foro',
	NS_FORUM_TALK => 'Foro_Discusión',
);

$namespaces['ja'] = array(
	NS_FORUM => 'フォーラム',
	NS_FORUM_TALK => 'フォーラム・トーク',
);

$namespaces['ko'] = array(
	NS_FORUM => '포럼',
	NS_FORUM_TALK => '포럼토론',
);

Translated namespaces taken from https://github.com/Wikia/app/blob/2a5fb31decc6aa5278cc04d93236b0aa8e424dd3/includes/wikia/Extensions.php#L22 as it has been reported that previously used namespaces don't work with modern DPLforum version on new Fandom platform.

Event Timeline

This comment was removed by Rail.
Rail renamed this task from Missing namespace licalization for DPLforum to Missing namespace localization for DPLforum.Oct 23 2020, 11:08 AM
Rail updated the task description. (Show Details)

Change 675808 had a related patch set uploaded (by Rail; author: Rail):
[mediawiki/extensions/DPLforum@master] Add missing namespace aliases

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

Change 675808 merged by jenkins-bot:

[mediawiki/extensions/DPLforum@master] Add missing namespace aliases

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

Change 705124 had a related patch set uploaded (by Winston Sung; author: Jack Phoenix):

[mediawiki/extensions/DPLforum@REL1_30] Add missing namespace aliases

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

Change 705125 had a related patch set uploaded (by Winston Sung; author: Jack Phoenix):

[mediawiki/extensions/DPLforum@REL1_31] Add missing namespace aliases

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

Change 705126 had a related patch set uploaded (by Winston Sung; author: Jack Phoenix):

[mediawiki/extensions/DPLforum@REL1_32] Add missing namespace aliases

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

Change 705127 had a related patch set uploaded (by Winston Sung; author: Jack Phoenix):

[mediawiki/extensions/DPLforum@REL1_33] Add missing namespace aliases

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

Change 705128 had a related patch set uploaded (by Winston Sung; author: Jack Phoenix):

[mediawiki/extensions/DPLforum@REL1_34] Add missing namespace aliases

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

Change 705129 had a related patch set uploaded (by Winston Sung; author: Jack Phoenix):

[mediawiki/extensions/DPLforum@REL1_35] Add missing namespace aliases

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

Change 705124 abandoned by Winston Sung:

[mediawiki/extensions/DPLforum@REL1_30] Add missing namespace aliases

Reason:

End of version lifecycle

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

Change 705125 abandoned by Winston Sung:

[mediawiki/extensions/DPLforum@REL1_31] Add missing namespace aliases

Reason:

End of version lifecycle

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

Change 705126 abandoned by Winston Sung:

[mediawiki/extensions/DPLforum@REL1_32] Add missing namespace aliases

Reason:

End of version lifecycle

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

Change 705127 abandoned by Winston Sung:

[mediawiki/extensions/DPLforum@REL1_33] Add missing namespace aliases

Reason:

End of version lifecycle

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

Change 705128 abandoned by Winston Sung:

[mediawiki/extensions/DPLforum@REL1_34] Add missing namespace aliases

Reason:

End of version lifecycle

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

Change 705129 merged by jenkins-bot:

[mediawiki/extensions/DPLforum@REL1_35] Add missing namespace aliases

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

Change 705141 had a related patch set uploaded (by Winston Sung; author: Winston Sung):

[mediawiki/extensions/DPLforum@REL1_35] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 704622 had a related patch set uploaded (by Winston Sung; author: Winston Sung):

[mediawiki/extensions/DPLforum@master] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 742249 had a related patch set uploaded (by Winston Sung; author: Winston Sung):

[mediawiki/extensions/DPLforum@REL1_36] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 742250 had a related patch set uploaded (by Winston Sung; author: Winston Sung):

[mediawiki/extensions/DPLforum@REL1_37] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 742249 abandoned by Umherirrender:

[mediawiki/extensions/DPLforum@REL1_36] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

Reason:

Version is EOL

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

Change 705141 merged by jenkins-bot:

[mediawiki/extensions/DPLforum@REL1_35] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 742250 merged by jenkins-bot:

[mediawiki/extensions/DPLforum@REL1_37] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 704622 merged by jenkins-bot:

[mediawiki/extensions/DPLforum@master] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 838815 had a related patch set uploaded (by Winston Sung; author: Winston Sung):

[mediawiki/extensions/DPLforum@REL1_38] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 838816 had a related patch set uploaded (by Winston Sung; author: Winston Sung):

[mediawiki/extensions/DPLforum@REL1_39] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 838816 merged by jenkins-bot:

[mediawiki/extensions/DPLforum@REL1_39] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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

Change 838815 merged by jenkins-bot:

[mediawiki/extensions/DPLforum@REL1_38] Adding zh, zh-hans, zh-hant namespace names and aliases in DPLforum

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