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

Save / Cancel buttons overlap when in German #369

Open
rockymeza opened this issue Apr 10, 2016 · 0 comments
Open

Save / Cancel buttons overlap when in German #369

rockymeza opened this issue Apr 10, 2016 · 0 comments

Comments

@rockymeza
Copy link
Contributor

image

I tried to fix it, but it was a bit complicated. Perhaps @justinstollsteimer could take a look at it?

(You can force widgy to be in German by doing this:

diff --git a/demo/settings.py b/demo/settings.py
index 12e0282..56218d9 100644
--- a/demo/settings.py
+++ b/demo/settings.py
@@ -125,7 +125,7 @@ DATABASES = {
 # Internationalization
 # https://docs.djangoproject.com/en/1.5/topics/i18n/

-LANGUAGE_CODE = 'en-us'
+LANGUAGE_CODE = 'de'

 TIME_ZONE = 'UTC'

)

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