Follow up for #1940590: Write a multipage multilingual tour.
Problem/Motivation
Multilingual configuration is spread throughout the site. It would be useful to have a tour to help users know how to configure the site for multilingual. There should be individual tours for certain multilingual features and these can be linked together to make a multipage tour later via #1940590: Write a multipage multilingual tour.
Proposed resolution
Write individual tours for the language section only.
Remaining tasks
Create tour yml files for the language tour:
- Module page (admin/modules)
- Enable Language module (can we have a multilingual tour with language module first disabled?)
- Languages page (admin/config/regional/language)
- Add new language (subpage = admin/config/regional/language/add)
- Edit a language (subpage = admin/config/regional/language/edit/[langcode])
- Reorder languages
User interface changes
New tours
API changes
None
Technical pointers when creating tour tips
See: https://drupal.org/node/1921152#tour-tips-tech-note for tech notes on making tour tips.
Related issues
#1921152: META: Start providing tips for other core modules.
#1942576: Demonstrate a multipage tour
#1940590: Write a multipage multilingual tour