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

CMS Layout translation issues #3

Open
dd1079 opened this issue Apr 8, 2013 · 0 comments
Open

CMS Layout translation issues #3

dd1079 opened this issue Apr 8, 2013 · 0 comments

Comments

@dd1079
Copy link
Contributor

dd1079 commented Apr 8, 2013

Hi everyone, here is something that should be relevant for most languages that have longer words than English:

Bildschirmfoto 2013-04-08 um 10 33 02

You can try to solve the issue with abbreviations, but that is less-than-optimal (similar to writing Sett. instead of Settings):

Bildschirmfoto 2013-04-08 um 10 36 20

My proposal would be to either change the navigation to a vertical one or at least provide title tags to compensate for abbreviations (using abbr would probably too complicated in the translation context).

The same goes for the "Save as Draft" string:

Bildschirmfoto 2013-04-08 um 10 40 53

In this case you could just use the word Entwurf (Draft) in German, but this can be confusing too.

My suggestion would be to change the CSS in this case to:

label.save-as-draft {
    margin-top: 5px;
    margin-right: 4px;
    float: left;
    white-space: nowrap;
}

removing the width and adding the nowrap. Or just moving the checkbox in its own row.

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

No branches or pull requests

1 participant