-
Notifications
You must be signed in to change notification settings - Fork 120
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
locale not working #129
Comments
Hi, I do not know if this is somehow language specific but in my case it does work fine with "de".
Versions:
Maybe it has already been fixed in the meantime. |
Can confirm that localization works on these versions. Anyhow, I doesn't work with Unit labels like this With underscore or double underscores it works perfectly: |
The Problem seems to be caused by
|
this does not work for me |
Exactly the same problem with latest versions (moment.js 2.25.3 + moment.duration-format 2.2.2) |
Any updates ???? |
Would be nice to have locale switching working - any solutions? |
Project is dead |
It's working for me momentDurationFormatSetup(moment);
moment.locale("id"); |
console.log(moment.localeData('es'));
=> durationLabels* keys are presentconsole.log(moment(1316116057189).fromNow());
=> spanish outputconsole.log(moment.duration(60, 's').format('s __'));
=> 60 secondsversions :
The text was updated successfully, but these errors were encountered: