Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/68836
Change subject: Update langlist to how things are for this year ...................................................................... Update langlist to how things are for this year Change-Id: I87b203d03e53eec13b564b4319980926c9ac673e --- M cli/wm-scripts/bv2013/sendMails.php 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SecurePoll refs/changes/36/68836/1 diff --git a/cli/wm-scripts/bv2013/sendMails.php b/cli/wm-scripts/bv2013/sendMails.php index 4bf10b1..1a9689e 100644 --- a/cli/wm-scripts/bv2013/sendMails.php +++ b/cli/wm-scripts/bv2013/sendMails.php @@ -13,9 +13,8 @@ $sender = new MailAddress( '[email protected]', 'Wikimedia Foundation Election Committee' ); // Pull templates -$langs = explode( ' ', 'bar be-tarask bg bn bs ca cy da de diq el en eo es fa fi fr gl he hi hy id ' . - 'is it ja lb mr ms nb nl pl pt ro ru si sk sq sv tr uk vi yi yue zh-hans zh-hant' -); +// TODO: Get a list of all language codes from MediaWiki +$langs = explode( ' ', 'ast bn ca da de eml en es fa fi fr gl he hr hu id it ja ka ms mt nb nl pl ps pt-br ru sa sv ta th tr uk yi zh' ); $transTemplates = array(); -- To view, visit https://gerrit.wikimedia.org/r/68836 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I87b203d03e53eec13b564b4319980926c9ac673e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SecurePoll Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
