diff options
Diffstat (limited to 'parts/django/django/conf/locale/km/formats.py')
-rw-r--r-- | parts/django/django/conf/locale/km/formats.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/parts/django/django/conf/locale/km/formats.py b/parts/django/django/conf/locale/km/formats.py new file mode 100644 index 0000000..3736d57 --- /dev/null +++ b/parts/django/django/conf/locale/km/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 = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +SHORT_DATETIME_FORMAT = 'j M Y, G:i:s' +# FIRST_DAY_OF_WEEK = +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = |