diff options
Diffstat (limited to 'parts/django/django/conf/locale/fa/formats.py')
-rw-r--r-- | parts/django/django/conf/locale/fa/formats.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/parts/django/django/conf/locale/fa/formats.py b/parts/django/django/conf/locale/fa/formats.py new file mode 100644 index 0000000..dc11281 --- /dev/null +++ b/parts/django/django/conf/locale/fa/formats.py @@ -0,0 +1,18 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# + +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'G:i:s' +DATETIME_FORMAT = 'j F Y، ساعت G:i:s' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'Y/n/j' +SHORT_DATETIME_FORMAT = 'Y/n/j، G:i:s' +# FIRST_DAY_OF_WEEK = +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = |