Closed
Description
I use beta4 and switched the store language to de_DE. While many strings are just not yet translated to DE, there is a translation in app/code/Magento/Checkout/i18n/de_DE.csv
for example for
"Shipping Address",Lieferungsadresse
If I am getting it correctly, this is referenced in app/code/Magento/Checkout/view/frontend/web/template/shipping.html:8
<div class="step-title" data-bind="text: $t('Shipping Address')" data-role="title"></div>
But still the English text is shown.
Is the Javascript translation currently broken?