Skip to content

Commit

Permalink
Merge pull request #884 from chapter-three/deployment/20230125
Browse files Browse the repository at this point in the history
Deployment/20230125
  • Loading branch information
baptisten authored Jan 25, 2023
2 parents a4395f3 + c501365 commit 759223e
Show file tree
Hide file tree
Showing 16 changed files with 988 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@
"patch -p1 < patches/robots-8.patch",
"patch -p1 < patches/robots-9.patch",
"patch -p1 < patches/robots-10.patch",
"patch -p1 < patches/robots-11.patch"
"patch -p1 < patches/robots-11.patch",
"patch -p1 < patches/robots-12.patch"
],
"build-assets": [
"@prepare-for-pantheon",
Expand Down
9 changes: 9 additions & 0 deletions config/config-default/language.entity.ar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: ade76191-b183-4f5a-ba30-55324d22c306
langcode: en
status: true
dependencies: { }
id: ar
label: Arabic
direction: rtl
weight: -9
locked: false
2 changes: 1 addition & 1 deletion config/config-default/language.entity.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ _core:
id: en
label: English
direction: ltr
weight: 0
weight: -10
locked: false
2 changes: 1 addition & 1 deletion config/config-default/language.entity.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies: { }
id: es
label: Español
direction: ltr
weight: 1
weight: -7
locked: false
9 changes: 9 additions & 0 deletions config/config-default/language.entity.fa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: d8076757-7f92-40d8-95ff-91cb16986c97
langcode: en
status: true
dependencies: { }
id: fa
label: 'Persian, Farsi'
direction: rtl
weight: -4
locked: false
9 changes: 9 additions & 0 deletions config/config-default/language.entity.fil.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 3724127a-9122-4985-a162-869ec6341c36
langcode: en
status: true
dependencies: { }
id: fil
label: Filipino
direction: ltr
weight: -6
locked: false
9 changes: 9 additions & 0 deletions config/config-default/language.entity.ko.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 0d1b4e0e-2a72-4da6-aeef-342a3449cb6b
langcode: en
status: true
dependencies: { }
id: ko
label: Korean
direction: ltr
weight: -5
locked: false
9 changes: 9 additions & 0 deletions config/config-default/language.entity.pa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 4049b1fa-fa4b-4ac9-a06a-dae7428ead6f
langcode: en
status: true
dependencies: { }
id: pa
label: Punjabi
direction: ltr
weight: -3
locked: false
9 changes: 9 additions & 0 deletions config/config-default/language.entity.ru.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: feaae314-60c8-4922-82fa-4f6a1806c425
langcode: en
status: true
dependencies: { }
id: ru
label: Russian
direction: ltr
weight: -2
locked: false
2 changes: 1 addition & 1 deletion config/config-default/language.entity.und.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ _core:
id: und
label: 'Not specified'
direction: ltr
weight: 2
weight: 9
locked: true
9 changes: 9 additions & 0 deletions config/config-default/language.entity.vi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 07d9df3f-d3ce-4866-bd47-388cebf53d4b
langcode: en
status: true
dependencies: { }
id: vi
label: Vietnamese
direction: ltr
weight: -1
locked: false
9 changes: 9 additions & 0 deletions config/config-default/language.entity.zh-hans.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: 4f657e17-3faa-4305-9fbd-f3548111d71c
langcode: en
status: true
dependencies: { }
id: zh-hans
label: 'Chinese, Simplified'
direction: ltr
weight: -8
locked: false
2 changes: 1 addition & 1 deletion config/config-default/language.entity.zxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ _core:
id: zxx
label: 'Not applicable'
direction: ltr
weight: 3
weight: 10
locked: true
16 changes: 16 additions & 0 deletions config/config-default/language.negotiation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ url:
prefixes:
en: ''
es: es
ru: ru
ko: ko
pa: pa
fil: fil
ar: ar
fa: fa
zh-hans: zh-hans
vi: vi
domains:
en: ''
es: ''
ru: ''
ko: ''
pa: ''
fil: ''
ar: ''
fa: ''
zh-hans: ''
vi: ''
selected_langcode: site_default
Loading

0 comments on commit 759223e

Please sign in to comment.