Multiligual modules configuration
This commit is contained in:
parent
1beab9114e
commit
b8829e08bc
775 changed files with 8578 additions and 79 deletions
51
config/sync/tour.tour.language-edit.yml
Normal file
51
config/sync/tour.tour.language-edit.yml
Normal file
|
@ -0,0 +1,51 @@
|
|||
uuid: 07f69212-f864-45a7-b1b4-045ee38ef9f0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- language
|
||||
_core:
|
||||
default_config_hash: uwUxQwqEzjNphw2r1_eXr3GJkw1uI0gWkmWQ6J5OvPI
|
||||
id: language-edit
|
||||
label: 'Editing languages'
|
||||
module: language
|
||||
routes:
|
||||
-
|
||||
route_name: entity.configurable_language.edit_form
|
||||
tips:
|
||||
language-edit-overview:
|
||||
id: language-edit-overview
|
||||
plugin: text
|
||||
label: 'Editing languages'
|
||||
body: '<p>This page provides the ability to edit a language on your site, including custom languages.</p>'
|
||||
weight: 1
|
||||
language-edit-langcode:
|
||||
id: language-edit-langcode
|
||||
plugin: text
|
||||
label: 'Language code'
|
||||
body: '<p>You cannot change the code of a language on the site, since it is used by the system to keep track of the language.</p>'
|
||||
weight: 2
|
||||
attributes:
|
||||
data-id: edit-langcode-view
|
||||
language-edit-label:
|
||||
id: language-edit-label
|
||||
plugin: text
|
||||
label: 'Language name'
|
||||
body: '<p>The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.</p>'
|
||||
weight: 3
|
||||
attributes:
|
||||
data-id: edit-label
|
||||
language-edit-direction:
|
||||
id: language-edit-direction
|
||||
plugin: text
|
||||
label: 'Language direction'
|
||||
body: '<p>Choose if the language is a "Left to right" or "Right to left" language.</p><p>Note that not all themes support "Right to left" layouts, so test your theme if you are using "Right to left".</p>'
|
||||
weight: 4
|
||||
attributes:
|
||||
data-id: edit-direction--wrapper--description
|
||||
language-edit-continue:
|
||||
id: language-edit-continue
|
||||
plugin: text
|
||||
label: 'Continuing on'
|
||||
body: '<p>Now that you have an overview of the "Edit language" feature, you can continue by:<ul><li>Editing a language</li><li><a href="[site:url]admin/config/regional/language">Viewing configured languages</a></li></ul></p>'
|
||||
weight: 5
|
Loading…
Add table
Add a link
Reference in a new issue