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

Moment-jalali.js having month names with wrong spelling names #190

Closed
kalvagopinath opened this issue Oct 21, 2019 · 1 comment
Closed

Comments

@kalvagopinath
Copy link

Hi, Moment-jalali.js having month names with wrong spelling names. fixed it with replacing after reading the value in my controller. any other options ...?

currently -->
_jMonths: [ 'Farvardin'
, 'Ordibehesht'
, 'Khordaad'
, 'Tir'
, 'Amordaad'
, 'Shahrivar'
, 'Mehr'
, 'Aabaan'
, 'Aazar'
, 'Dey'
, 'Bahman'
, 'Esfand'
]

expected-->

_jMonths: [ 'Farvardin'
, 'Ordibehesht'
, 'Khordad'
, 'Tir'
, 'Mordad'
, 'Shahrivar'
, 'Mehr'
, 'Aban'
, 'Azar'
, 'Dey'
, 'Bahman'
, 'Esfand'
]

@behrang
Copy link
Member

behrang commented Oct 23, 2019

Read #101.

@behrang behrang closed this as completed Oct 23, 2019
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