From 9625dbc8e54f8165125a3f1b7b9ac6f9e89c4063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig=20=28WMDE=29?= Date: Tue, 12 Jan 2016 15:23:29 +0000 Subject: [PATCH] Revert "Fixup: Datatype has prefix PT" This reverts commit 0add158294c7176d516d406d0098c7ae169483b2. See \Wikibase\Lib\DataTypeDefinitions::getValueTypes. The prefix is not part of the message key. If it is, this is a bug and should be fixed. Change-Id: I214d71a8f1c8de751e464924f75d0458e29f2514 --- i18n/en.json | 2 +- i18n/qqq.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 7d0ca17..1596935 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -17,7 +17,7 @@ "Yuki Shira" ] }, - "datatypes-type-PT:math": "Math (TeX)", + "datatypes-type-math": "Math (TeX)", "math-desc": "Render mathematical formulas between <math> ... </math> tags", "math-visualeditor-mwmathcontextitem-quickedit": "Quick edit", "math-visualeditor-mwmathdialog-title": "Formula", diff --git a/i18n/qqq.json b/i18n/qqq.json index 48dc65e..3fba62e 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -16,7 +16,7 @@ "Robby" ] }, - "datatypes-type-PT:math":"The name of a data type.\n{{Identical|Math}}", + "datatypes-type-math":"The name of a data type.\n{{Identical|Math}}", "math-desc": "{{desc|name=Math|url=https://www.mediawiki.org/wiki/Extension:Math}}", "math-visualeditor-mwmathcontextitem-quickedit": "Label for the quick edit button in the math context item", "math-visualeditor-mwmathdialog-title": "Title for the dialog to edit formula blocks.\n{{Identical|Formula}}",