Page MenuHomePhabricator

Create Gadget to Simplify Workflow for Adding Translation Tag
Open, Needs TriagePublic

Description

During the hackathon, @Krinkle and I discussed improving the workflow for adding translation tags to Wikimedia pages. and decided to create a simple gadget to make it easier and faster for users to apply translation tags, enhancing the user experience.

Event Timeline

Here is the gadget preview:

image.png (1×2 px, 391 KB)

Script location: https://www.mediawiki.org/wiki/User:Gopavasanth/UserScripts/TranslateTagger.js

@Krinkle Could you please review the script and help us with adding it to MediaWiki:Gadgets-definition?

Hi @Gopavasanth ! I need to tag some page for translation and I'd love to use your script. There is nothing currently in https://www.mediawiki.org/wiki/User:Gopavasanth/UserScripts/TranslateTagger.js, do you know where I can find the current version of it?

Thanks!

Update: The TranslateTagger gadget is now available on mediawiki.org and can be enabled via Special:Preferences. We’re currently waiting for it to be enabled on Meta-Wiki as well.

If any Meta-Wiki admins could assist with this, it would be greatly appreciated!

Well done! Nice tool. @Gopavasanth, I forked your project and tried to add support for "tvar"s:
https://github.com/super-nabla/translatable-wikitext-converter.
I'm quite a newbie here, so please let me know what you think and if there's anything I should fix.