Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "Rückgängig" instead of "Zurücksetzen" for Undo #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Brunni
Copy link

@Brunni Brunni commented Dec 15, 2021

No description provided.

@strarsis
Copy link

strarsis commented Mar 18, 2022

@langhard: Yes, Zurücksetzen is quite confusing, Rückgängig is much better for undo.
Currently I have to override the ra.action.undo translation, please merge!

import germanMessages from 'ra-language-german';
import merge from 'lodash.merge';

// Fix german message
// (@see https://github.com/greenbananaCH/ra-language-german/pull/20)
const germanMessagesFixes = {
    ra: {
        action: {
            undo: 'Rückgängig',
        },
    },
};
const germanMessagesFixed = merge(germanMessages, germanMessagesFixes);

export const messages = {

    ...germanMessagesFixed ,

    // ...

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants