slashmili / python-jalali

Jalali calendar binding for Python based on Python's datetime module
http://pypi.python.org/pypi/jdatetime/
Other
343 stars 49 forks source link

docs(README.rst): use jdatetime.FA_LOCALE instead if fa_IR #146

Closed 5j9 closed 1 year ago

5j9 commented 1 year ago

This way, it'll be easier to maintain compatibility with different platforms. Also, if the default locale string is changed in the future (see my comment at #144#issuecomment-1772742870), we won't need to change the docs again.

closes #144