feat(localization): add localization for static strings
This commit is contained in:
committed by
Benedikt Rötsch
parent
eaec09a594
commit
68a8052bdf
@@ -13,22 +13,22 @@ block content
|
||||
table
|
||||
tbody
|
||||
tr
|
||||
th Company:
|
||||
th #{translate('companyLabel', currentLocale.code)}:
|
||||
td Contentful GmbH
|
||||
tr
|
||||
th Office Berlin:
|
||||
th #{translate('officeLabel', currentLocale.code)}:
|
||||
td
|
||||
| Ritterstr. 12-14
|
||||
br
|
||||
| 10969 Berlin
|
||||
br
|
||||
| Germany
|
||||
| #{translate('germanyLabel', currentLocale.code)}
|
||||
tr
|
||||
th Registration Court:
|
||||
th #{translate('registrationCourtLabel', currentLocale.code)}:
|
||||
td Berlin-Charlottenburg HRB 155607 B
|
||||
tr
|
||||
th Managing Director:
|
||||
th #{translate('managingDirectorLabel', currentLocale.code)}:
|
||||
td Sascha Konietzke
|
||||
tr
|
||||
th VAT Number:
|
||||
th #{translate('vatNumberLabel', currentLocale.code)}:
|
||||
td DE275148225
|
||||
|
||||
Reference in New Issue
Block a user