mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01134
[Bug 623224] [NEW] Keyboard Navigation - translatability
Public bug reported:
Bug #623105 just reminded me about the keyboard navigation javascript
(htdocs/js/keyboardNavigation.js)
Originally, I was going to just add a link for /C/ollection and P/l/ans, but I'm not so sure having had another look I think it needs more thought:
* p is already taken for the Profile page, so the shortcut for Plans becomes a bit sucky (l?);
* Do we perhaps need to make this more translatable? The letter x may not even appear in the $language equivelant for $word.
We could generate the js file with some php, perhaps hooking into the
various language strings, but this does seem a little bloaty.
Any opinions or should I stop thinking so hard and just make the
changes?
** Affects: mahara
Importance: Undecided
Status: New
** Tags: i8n keyboard navigation
** Summary changed:
- Add keyboard navigation for collections, plans, etc
+ Keyboard Navigation - translatability
--
Keyboard Navigation - translatability
https://bugs.launchpad.net/bugs/623224
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: New
Bug description:
Bug #623105 just reminded me about the keyboard navigation javascript (htdocs/js/keyboardNavigation.js)
Originally, I was going to just add a link for /C/ollection and P/l/ans, but I'm not so sure having had another look I think it needs more thought:
* p is already taken for the Profile page, so the shortcut for Plans becomes a bit sucky (l?);
* Do we perhaps need to make this more translatable? The letter x may not even appear in the $language equivelant for $word.
We could generate the js file with some php, perhaps hooking into the various language strings, but this does seem a little bloaty.
Any opinions or should I stop thinking so hard and just make the changes?
Follow ups
References