Thiemo Mättig (WMDE) has uploaded a new change for review.
https://gerrit.wikimedia.org/r/136861
Change subject: Make "mini" the default alias for "thumb" in German
......................................................................
Make "mini" the default alias for "thumb" in German
It's already "mini" in other languages.
The German Wikipedia community (which is obviously not the only German
one but the biggest) always complained a bit about the previously
used "miniatur". It's German, yes, but error-prone. The solution
was to add "mini". Which made most users happy as far as I can
tell after all these years.
My patch doesn't change anything except for one little detail:
The JavaScript call
mw.config.get( 'wgWikiEditorMagicWords' ).img_thumbnail
which is created in WikiEditorHooks::getMagicWords and used by
the WikiEditor extension will return "mini" instead of "miniatur".
Change-Id: I4e9ad3f2e56e08eaf3006a1af4b1c9746cd55715
---
M languages/messages/MessagesDe.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/61/136861/1
diff --git a/languages/messages/MessagesDe.php
b/languages/messages/MessagesDe.php
index 88803e6..98f9a37 100644
--- a/languages/messages/MessagesDe.php
+++ b/languages/messages/MessagesDe.php
@@ -202,7 +202,7 @@
'subjectpagenamee' => array( '1', 'HAUPTSEITENNAME_URL',
'VORDERSEITE_URL', 'HAUPTSEITE_URL', 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ),
'subst' => array( '0', 'ERS:', 'SUBST:' ),
'safesubst' => array( '0', 'SICHER_ERS:', 'SICHERERS:',
'SAFESUBST:' ),
- 'img_thumbnail' => array( '1', 'miniatur', 'mini',
'thumbnail', 'thumb' ),
+ 'img_thumbnail' => array( '1', 'mini', 'miniatur',
'thumbnail', 'thumb' ),
'img_manualthumb' => array( '1', 'miniatur=$1', 'mini=$1',
'thumbnail=$1', 'thumb=$1' ),
'img_right' => array( '1', 'rechts', 'right' ),
'img_left' => array( '1', 'links', 'left' ),
--
To view, visit https://gerrit.wikimedia.org/r/136861
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e9ad3f2e56e08eaf3006a1af4b1c9746cd55715
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits