Author: jezdez
Date: 2010-05-07 13:52:59 -0500 (Fri, 07 May 2010)
New Revision: 13120

Added:
   django/trunk/django/conf/locale/sq/__init__.py
   django/trunk/django/conf/locale/sq/formats.py
Log:
Added preliminary Albanian formats.

Added: django/trunk/django/conf/locale/sq/__init__.py
===================================================================

Added: django/trunk/django/conf/locale/sq/formats.py
===================================================================
--- django/trunk/django/conf/locale/sq/formats.py                               
(rev 0)
+++ django/trunk/django/conf/locale/sq/formats.py       2010-05-07 18:52:59 UTC 
(rev 13120)
@@ -0,0 +1,18 @@
+# -*- encoding: utf-8 -*-
+# This file is distributed under the same license as the Django package.
+#
+
+DATE_FORMAT = 'd F Y'
+TIME_FORMAT = 'g.i.s.A'
+# DATETIME_FORMAT = 
+YEAR_MONTH_FORMAT = 'F Y'
+MONTH_DAY_FORMAT = 'j F'
+SHORT_DATE_FORMAT = 'Y-m-d'
+# SHORT_DATETIME_FORMAT = 
+# FIRST_DAY_OF_WEEK = 
+# DATE_INPUT_FORMATS = 
+# TIME_INPUT_FORMATS = 
+# DATETIME_INPUT_FORMATS = 
+DECIMAL_SEPARATOR = ','
+THOUSAND_SEPARATOR = '.'
+# NUMBER_GROUPING = 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to