Skip to content

Commit 8e76beb

Browse files
authored
Merge pull request #1941 from OpenConext/feature/fix_missing_translations
Fix wayf_title translation key not resolving for non-openconext themes
2 parents 798f776 + 4b144cf commit 8e76beb

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)