You are here

tour.tour.language.yml in Drupal 8

core/modules/language/config/optional/tour.tour.language.yml

File

core/modules/language/config/optional/tour.tour.language.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - language
  6. id: language
  7. label: Language
  8. module: language
  9. routes:
  10. - route_name: entity.configurable_language.collection
  11. tips:
  12. language-overview:
  13. id: language-overview
  14. plugin: text
  15. label: Languages
  16. body: '<p>The "Languages" page allows you to add, edit, delete, and reorder languages for the site.</p>'
  17. weight: 1
  18. language-add:
  19. id: language-add
  20. plugin: text
  21. label: 'Adding languages'
  22. body: '<p>To add more languages to your site, click the "Add language" button.</p><p>Added languages will be displayed in the language list and can then be edited or deleted.</p>'
  23. weight: 2
  24. attributes:
  25. data-class: button-action
  26. language-reorder:
  27. id: language-reorder
  28. plugin: text
  29. label: 'Reordering languages'
  30. body: '<p>To reorder the languages on your site, use the drag icons next to each language.</p><p>The order shown here is the display order for language lists on the site such as in the language switcher blocks provided by the Interface Translation and Content Translation modules.</p><p>When you are done with reordering the languages, click the "Save configuration" button for the changes to take effect.</p>'
  31. weight: 3
  32. attributes:
  33. data-class: draggable
  34. language-default:
  35. id: language-default
  36. plugin: text
  37. label: 'Set a language as default'
  38. body: '<p>You can change the default language of the site by choosing one of your configured languages as default. The site will use the default language in situations where no choice is made but a language should be set, for example as the language of the displayed interface.</p>'
  39. weight: 4
  40. attributes:
  41. data-class: js-form-item-site-default-language
  42. language-operations:
  43. id: language-operations
  44. plugin: text
  45. label: 'Modifying languages'
  46. body: '<p>Operations are provided for editing and deleting your languages.</p><p>You can edit the name and the direction of the language.</p><p>Deleted languages can be added back at a later time. Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. Note that you cannot delete the default language of the site.</p>'
  47. weight: 5
  48. attributes:
  49. data-class: dropbutton-wrapper
  50. language-continue:
  51. id: language-continue
  52. plugin: text
  53. label: 'Continuing on'
  54. body: '<p>Now that you have an overview of the "Languages" page, you can continue by:<ul><li><a href="[site:url]admin/config/regional/language/add">Adding a language</a></li><li>Reordering languages</li><li>Editing a language</li><li>Deleting a language</li></ul></p>'
  55. weight: 6