Siddharth VP

Results 62 comments of Siddharth VP

I see that the gerrit patches by @Ammarpad have been abandoned ... Not sure what's going on there.

I think it's better to integrate this template into AFCH. If available in twinkle, it should probably be restricted to AFC reviewers, but then it isn't easy for twinkle to...

If the user is not an admin, AFCH could offer an option to {{db-afc-move}}-tag the target page since actually accepting is not possible.

Only the status messages in Morebits.wiki.page and Morebits.wiki.api in morebits are language-specific I believe. Those can be handled by letting wikis override the English defaults. The question mark in tooltips...

@Amorymeltzer Pretty much yeah. #911 will be definitely superseded by the "new morebits". I will try to extend #1036 to cover all major modules, most importantly XFD which needs it...

Excited to announce that the grant was approved! Beginning work in a day or two, beginning with the Tag and XFD modules.

Notes on adding a string i18n library is at https://github.com/wikimedia-gadgets/twinkle-core/issues/1. Also belatedly noting here that the work has shifted to https://github.com/wikimedia-gadgets/twinkle-core and https://github.com/wikimedia-gadgets/twinkle-enwiki, the former being the shared core and...

I filed a request for setting up twinkle on translatewiki.net a few days back - https://phabricator.wikimedia.org/T278627. If anyone wishes to help with writing message documentations in the [qqq.json](https://github.com/wikimedia-gadgets/twinkle-core/blob/master/i18n/qqq.json) file, I...

HTML is actually only supported for messages that go into Morebits.status or labels of Morebits.quickForm elements. They both use [$.parseHTML](https://api.jquery.com/jquery.parsehtml/) – which scrubs out any tags. But it still allows...

$.i18n is definitely defined after `mw.loader.using('jquery.i18n')`, so adding it to dependencies should be enough. However, jquery.i18n is an unmaintained library. It's superseded by https://github.com/wikimedia/banana-i18n – I recommend using that instead...