Skip to content

Commit 4b144cf

Browse files
committed
Fix wayf_title translation key not resolving for non-openconext themes
The wayf_title key was added only to the openconext theme translations, but the base partials (LoginBar.html.twig, header.html.twig) that use it are shared across all themes. Add the key to the base languages/ catalogue so it resolves regardless of the active theme.
1 parent 15a7c98 commit 4b144cf

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

languages/messages.en.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'name_id_support_url' => 'https://example.org',
3636

3737
// General
38+
'wayf_title' => 'Log in with',
3839
'value' => 'Value',
3940
'post_data' => 'POST Data',
4041
'processing' => 'Connecting to the service',

languages/messages.nl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'name_id_support_url' => 'https://example.org',
3636

3737
// General
38+
'wayf_title' => 'Log in met',
3839
'value' => 'Waarde',
3940
'post_data' => 'POST Data',
4041
'processing' => 'Verbinden met de dienst',

languages/messages.pt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'name_id_support_url' => 'https://example.org',
3636

3737
// General
38+
'wayf_title' => 'Entrar com a',
3839
'value' => 'Valor',
3940
'post_data' => 'POST Data',
4041
'processing' => 'A estabelecer ligação ao serviço',

0 commit comments

Comments
 (0)