~ubuntu-branches/ubuntu/oneiric/python-django/oneiric

« back to all changes in this revision

Viewing changes to django/conf/locale/ar/formats.py

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.1.10 upstream) (4.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100521075255-i1zpeyc0k8512pd7
Tags: 1.2-1
New upstream stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
# This file is distributed under the same license as the Django package.
 
3
#
 
4
 
 
5
DATE_FORMAT = 'j F، Y'
 
6
TIME_FORMAT = 'g:i:s A'
 
7
# DATETIME_FORMAT = 
 
8
YEAR_MONTH_FORMAT = 'F Y'
 
9
MONTH_DAY_FORMAT = 'j F'
 
10
SHORT_DATE_FORMAT = 'd‏/m‏/Y'
 
11
# SHORT_DATETIME_FORMAT = 
 
12
# FIRST_DAY_OF_WEEK = 
 
13
# DATE_INPUT_FORMATS = 
 
14
# TIME_INPUT_FORMATS = 
 
15
# DATETIME_INPUT_FORMATS = 
 
16
DECIMAL_SEPARATOR = ','
 
17
THOUSAND_SEPARATOR = '.'
 
18
# NUMBER_GROUPING =