-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
When translations in any other language than the source (English) have been imported, there is a need to add a method (button, link, menu) for switching the UI language.
Definition of done
- Language bar appears along top of page (styled in black in front-page US redesign mockup)
- Language bar contains options for existing translations
- Options are retrieved via
TAPi18n.getLanguages()in a template helper
- Options are retrieved via
- Clicking an option in the language bar sets the language via
TAPi18n.setLanguage(language_tag)
Resources
- tap:i18n API Docs
Reactions are currently unavailable