slashmili / python-jalali

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

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

Closed 5j9 closed 11 months ago

5j9 commented 11 months 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