jenkins-bot has submitted this change and it was merged. Change subject: Localisation updates from https://translatewiki.net. ......................................................................
Localisation updates from https://translatewiki.net. Change-Id: I89dd80472462e719c8a0b2885869805ff7c664aa --- M WatchSubpages.alias.php 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: L10n-bot: Looks good to me, approved jenkins-bot: Verified diff --git a/WatchSubpages.alias.php b/WatchSubpages.alias.php index e015791..d0d1751 100644 --- a/WatchSubpages.alias.php +++ b/WatchSubpages.alias.php @@ -89,6 +89,11 @@ 'WatchSubpages' => array( 'ઉપપાનાઓ_જુઓ' ), ); +/** Hebrew (עברית) */ +$specialPageAliases['he'] = array( + 'WatchSubpages' => array( 'מעקב_אחרי_דפי־משנה' ), +); + /** Croatian (hrvatski) */ $specialPageAliases['hr'] = array( 'WatchSubpages' => array( 'Prati_podstranice' ), -- To view, visit https://gerrit.wikimedia.org/r/198636 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I89dd80472462e719c8a0b2885869805ff7c664aa Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WatchSubpages Gerrit-Branch: master Gerrit-Owner: L10n-bot <[email protected]> Gerrit-Reviewer: L10n-bot <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
