Hello Martin,
the german translation in de_DE.csv is missing two entries:
- Maybe it's just wrong ordering of the words but
"Withdrawal Successfully Submitted","Widerruf erfolgreich eingereicht"
never gets translated at the withdrawal success page.
Only after adding
"Withdrawal Submitted Successfully","Widerruf erfolgreich eingereicht"
it correctly gets translated.
- In %withdrawal_type_label a full withdrawal results in "withdrawal", which never gets translated in the costumer email, cause there ist only the Uppercase Version
"Withdrawal","Widerruf"
After adding
"withdrawal","Widerruf"
the result of %withdrawal_type_label correctly gets translated.
Kind regards.
Julia.
Hello Martin,
the german translation in de_DE.csv is missing two entries:
"Withdrawal Successfully Submitted","Widerruf erfolgreich eingereicht"
never gets translated at the withdrawal success page.
Only after adding
"Withdrawal Submitted Successfully","Widerruf erfolgreich eingereicht"
it correctly gets translated.
"Withdrawal","Widerruf"
After adding
"withdrawal","Widerruf"
the result of %withdrawal_type_label correctly gets translated.
Kind regards.
Julia.