Skip to content

Commit

Permalink
Merge pull request #836 from City-of-Helsinki/UHF-11363
Browse files Browse the repository at this point in the history
UHF-11363 Configuration translations
  • Loading branch information
khalima authored Jan 28, 2025
2 parents 78c862b + da56c92 commit 0a2fd8f
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
config_rewrite:
replace: ['hidden', 'dependencies']
replace: [
'hidden',
'dependencies',
'third_party_settings.field_group.group_updating_news.children',
'third_party_settings.field_group.group_automatically_recommended.children',
]
dependencies:
config:
- field.field.node.news_item.field_content
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Image (supported in other languages)'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Kuva (tuettu muilla kielillä)'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Kuva (tuettu muilla kielillä)'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Bild (stöds på andra språk)'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Bild (stöds på andra språk)'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Image (supported in other languages)'
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
display:
default:
display_options:
filters:
langcode:
value:
fi: fi
sv: sv
en: en
de: de
fr: fr
ru: ru
uk: uk
ar: ar
et: et
fa: fa
es: es
so: so
se: se
zh-hans: zh-hans
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use Drupal\config_rewrite\ConfigRewriterInterface;
*/
function helfi_etusivu_config_rewrite_config_update(string $module, ConfigRewriterInterface $configRewriter): void {
$modules = [
'helfi_base_content',
'helfi_media',
'helfi_node_announcement',
'helfi_node_survey',
'helfi_node_news_item',
Expand Down

0 comments on commit 0a2fd8f

Please sign in to comment.