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

Textbox contains English version of month-name regardless language configuration #193

Open
Xozin opened this issue Jan 10, 2016 · 1 comment

Comments

@Xozin
Copy link

Xozin commented Jan 10, 2016

my config:
{
autoClose: true,
singleDate : true,
showShortcuts: false,
language:'ru',
format: 'D MMMM'
}

but in textbox i see: "21 January" instead of "21 Января"

@Stromwerk
Copy link

I believe this is because those dates are passed back from moment and it's locale isn't set to Russian. I am having the same issue. Maybe look at #282 for a fix.
Also I think you should use moment with locales for it to work.

vonBarbarosa added a commit to vonBarbarosa/jquery-date-range-picker that referenced this issue Apr 30, 2018
This fix intents to correct issue longbill#193 by following suggestion on issue longbill#282
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

2 participants