Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: en
|
||||
label: English
|
||||
direction: ltr
|
||||
weight: 0
|
||||
locked: false
|
|
@ -0,0 +1,8 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: und
|
||||
label: 'Not specified'
|
||||
direction: ltr
|
||||
weight: 2
|
||||
locked: true
|
|
@ -0,0 +1,8 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: zxx
|
||||
label: 'Not applicable'
|
||||
direction: ltr
|
||||
weight: 3
|
||||
locked: true
|
|
@ -0,0 +1,13 @@
|
|||
# Browsers use different language codes to refer to the same languages,
|
||||
# these defaults handles the most common cases.
|
||||
map:
|
||||
no: 'nb' # Norwegian
|
||||
pt: 'pt-pt' # Portuguese
|
||||
zh: 'zh-hans' # Default Chinese to simplified script
|
||||
zh-tw: 'zh-hant' # Taiwan Chinese in traditional script
|
||||
zh-hk: 'zh-hant' # Hong Kong Chinese in traditional script
|
||||
zh-mo: 'zh-hant' # Macao Chinese in traditional script
|
||||
zh-cht: 'zh-hant' # traditional Chinese
|
||||
zh-cn: 'zh-hans' # PRC Mainland Chinese in simplified script
|
||||
zh-sg: 'zh-hans' # Singapore Chinese in simplified script
|
||||
zh-chs: 'zh-hans' # simplified Chinese
|
|
@ -0,0 +1,9 @@
|
|||
session:
|
||||
parameter: language
|
||||
url:
|
||||
source: path_prefix
|
||||
prefixes:
|
||||
en: ''
|
||||
domains:
|
||||
en: ''
|
||||
selected_langcode: site_default
|
17
web/core/modules/language/config/install/language.types.yml
Normal file
17
web/core/modules/language/config/install/language.types.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
all:
|
||||
- language_interface
|
||||
- language_content
|
||||
- language_url
|
||||
configurable:
|
||||
- language_interface
|
||||
negotiation:
|
||||
language_content:
|
||||
enabled:
|
||||
language-interface: 0
|
||||
language_url:
|
||||
enabled:
|
||||
language-url: 0
|
||||
language-url-fallback: 1
|
||||
language_interface:
|
||||
enabled:
|
||||
language-url: 0
|
Reference in a new issue