I need the ability to turn Active Translation on and off in some situations.
That attached patch adds this.

Comments

drewish’s picture

Status: Needs review » Needs work

Seems like a reasonable patch. Not sure why you used a string rather than Boolean though. Switch it to just TRUE/FALSE and I'll commit it.

NaX’s picture

Status: Needs work » Needs review
StatusFileSize
new1.23 KB

My first version did use boolean values, but then I decided change it to be more like i18n's mode switcher.
Attached is a boolean version.

NaX’s picture

StatusFileSize
new1.02 KB

Sorry, here is a version without the views stuff.