Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php |
— | — | @@ -468,7 +468,9 @@ |
469 | 469 | protected $classes = null; |
470 | 470 | |
471 | 471 | protected $socialprofileextensions = array( |
| 472 | + 'ext-socialprofile-systemgifts', |
472 | 473 | 'ext-socialprofile-userboard', |
| 474 | + 'ext-socialprofile-usergifts', |
473 | 475 | 'ext-socialprofile-userprofile', |
474 | 476 | 'ext-socialprofile-userrelationship', |
475 | 477 | 'ext-socialprofile-userstats', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -670,10 +670,18 @@ |
671 | 671 | Smooth Gallery |
672 | 672 | ignored = smoothgallery-pagetext |
673 | 673 | |
| 674 | +Social Profile - System Gifts |
| 675 | +id = ext-socialprofile-systemgifts |
| 676 | +file = SocialProfile/SystemGifts/SystemGift.i18n.php |
| 677 | + |
674 | 678 | Social Profile - User Board |
675 | 679 | id = ext-socialprofile-userboard |
676 | 680 | file = SocialProfile/UserBoard/UserBoard.i18n.php |
677 | 681 | |
| 682 | +Social Profile - User Gifts |
| 683 | +id = ext-socialprofile-usergifts |
| 684 | +file = SocialProfile/UserGifts/UserGifts.i18n.php |
| 685 | + |
678 | 686 | Social Profile - User Profile |
679 | 687 | id = ext-socialprofile-userprofile |
680 | 688 | file = SocialProfile/UserProfile/UserProfile.i18n.php |