If "Show header instead of the active item" is selected, tinynav.js adds "Navigation" to the top of the selection list.

As far as I can see, the original plugin allows for translation of this element. However, the Drupal interface does not allow for this.

It would be nice to be able to change this.

TIA.

Comments

btopro’s picture

Version: 7.x-1.1 » 7.x-1.x-dev

hmm... is it not wrapped in a Drupal.t() function? while I don't do anything with i9 I do take it seriously so would be happy to get this added in, just not sure if there's anything to do outside of wrapping in Drupal.t()

btopro’s picture

noticed that in the "forked" version I didn't wrap it in the t function above. Please try using Drupal.t() around Navigation to see if that helps with translation.

btopro’s picture

Status: Active » Fixed

http://drupalcode.org/project/tinynav.git/blobdiff/5e8016dafd6720b36bc90... You'll need to use the included tinynav.js fork as opposed to the external library in order to pull this off.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.