1

I have a Datamodel on my Silverstripe. When I want to add an object or edit on the button on the buttom says "Apply changes". I would like to change that to german. And there are several other english expression in the cms. Where can I chance that to have a complete german cms?

Thank you for your help

Denis
  • 111
  • 1
  • 3

2 Answers2

1

Non-English translations for SilverStripe are managed through Transifex. If there are some German translations missing you can fix them here: http://transifex.com/silverstripe/silverstripe-versioned.

You can also override these in your project code by adding a file like this:

# File: app/lang/de.yml
de:
  SilverStripe\Versioned\VersionedGridFieldItemRequest:
    BUTTONAPPLYCHANGES: 'Correct German translation here...'
scrowler
  • 24,273
  • 9
  • 60
  • 92
0

Access your profile data (by clicking on your name on the top left or by accessing the Security section) and change your interface language:

enter image description here

This is a personal settings, i.e. every registered user can have its own locale.

ntd
  • 7,372
  • 1
  • 27
  • 44