jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/366010 )
Change subject: Rename i18n magic file ...................................................................... Rename i18n magic file It is more common to have i18n.magic instead of magic.i18n Change-Id: I422ef598642616919b9c0c73516fe73c3b6aa357 --- M SocialProfile.php R UserProfile/Avatar.i18n.magic.php 2 files changed, 1 insertion(+), 1 deletion(-) Approvals: Raimond Spekking: Looks good to me, approved jenkins-bot: Verified diff --git a/SocialProfile.php b/SocialProfile.php index 3ba2c98..e47e4d5 100644 --- a/SocialProfile.php +++ b/SocialProfile.php @@ -33,7 +33,7 @@ $wgMessagesDirs['SocialProfileUserStats'] = __DIR__ . '/UserStats/i18n'; $wgExtensionMessagesFiles['SocialProfileNamespaces'] = __DIR__ . '/SocialProfile.namespaces.php'; -$wgExtensionMessagesFiles['AvatarMagic'] = __DIR__ . '/UserProfile/Avatar.magic.i18n.php'; +$wgExtensionMessagesFiles['AvatarMagic'] = __DIR__ . '/UserProfile/Avatar.i18n.magic.php'; // Classes to be autoloaded $wgAutoloadClasses['GenerateTopUsersReport'] = __DIR__ . '/UserStats/GenerateTopUsersReport.php'; diff --git a/UserProfile/Avatar.magic.i18n.php b/UserProfile/Avatar.i18n.magic.php similarity index 100% rename from UserProfile/Avatar.magic.i18n.php rename to UserProfile/Avatar.i18n.magic.php -- To view, visit https://gerrit.wikimedia.org/r/366010 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I422ef598642616919b9c0c73516fe73c3b6aa357 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SocialProfile Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> Gerrit-Reviewer: Lewis Cawte <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
