You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the Jalali calendar is used in Afghanistan as well, this library fits our needs perfectly here, except for the the names of the months, which needs to be translated to Dari and Pashto
Just as the support of Farsi is added, if you could add support for Dari (fa-AF) and Pashto (ps) as well.
I have checked the library code and I think the only modification we will need is to make the locale to be chosen from three languages rather then just 'fa' and add moment.updateLocale('fa-AF', {}) and moment.updateLocale('ps', {}) for the two languages.
I can provide the locale objects for both the languages if you agree to add them and will provide any further technical assistance if required.
The text was updated successfully, but these errors were encountered:
Yes I think so, there shouldn't be any problem
Try the idea and let us know in this issue
then we will merge it or add a link to the fork that you have created.
@fingerpich how can I make a PR is there any .ts file. as it seems files inside library are build files. I mean should I directly change these files are you provide the actual .ts or any high level files
As the Jalali calendar is used in Afghanistan as well, this library fits our needs perfectly here, except for the the names of the months, which needs to be translated to Dari and Pashto
Just as the support of Farsi is added, if you could add support for Dari (fa-AF) and Pashto (ps) as well.
I have checked the library code and I think the only modification we will need is to make the locale to be chosen from three languages rather then just 'fa' and add
moment.updateLocale('fa-AF', {})
andmoment.updateLocale('ps', {})
for the two languages.I can provide the locale objects for both the languages if you agree to add them and will provide any further technical assistance if required.
The text was updated successfully, but these errors were encountered: