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

Modification of the option "language" to "locale" #48

Open
FranBisquerra opened this issue Jan 5, 2016 · 5 comments
Open

Modification of the option "language" to "locale" #48

FranBisquerra opened this issue Jan 5, 2016 · 5 comments

Comments

@FranBisquerra
Copy link

In the newer versions the option language has been renamed to locale, causing problems when rendering the script. I think that the only thing you have to do to solve this issue is change the key 'language' in your widgets.py for 'locale'. At line 103.
Going from this: self.options['language'] = translation.get_language()
to this: self.options['locale'] = translation.get_language()

@ktel1218
Copy link

ktel1218 commented Mar 4, 2016

Any thoughts on how to fix this issue in a way that's source control friendly until your lovely fix is merged in?

@FranBisquerra
Copy link
Author

The only way that I found is to do what I did that is in my repository, get
that code :)!
El mar 4, 2016 8:14 PM, "ktel1218" [email protected] escribió:

Any thoughts on how to fix this issue in a way that's source control
friendly until your lovely fix is merged in?


Reply to this email directly or view it on GitHub
#48 (comment)
.

@rhetr
Copy link

rhetr commented Mar 19, 2016

could you submit a PR for this?

@FranBisquerra
Copy link
Author

I already did if I'm not wrong, but I dont think that this plugin is still
being mainatined..
El 19 mar. 2016 22:02, "rhetr" [email protected] escribió:

could you submit a PR for this?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#48 (comment)

@ri0t
Copy link

ri0t commented Mar 24, 2016

Hello? Is this still on? Why do all django-datetimewidget-whatevers decide to add unnecessary or weird unacceptable stuff to js-library-options all over the place? That is some weird trend, sorry...

simonline pushed a commit to sinnwerkstatt/landmatrix that referenced this issue May 6, 2016
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

4 participants