diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-05-07 18:53:58 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-05-07 18:53:58 +0000 |
| commit | 5b6733c303c2ecc67df0ca2db078efa280f941dc (patch) | |
| tree | 2680fb5003ffe7cd68f506f99079e2e29b1ef182 | |
| parent | 9fe8cad54ead41cadfb45cdc4570ab7ae2ecde3f (diff) | |
Added preliminary Frisian formats.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/fy_NL/__init__.py | 0 | ||||
| -rw-r--r-- | django/conf/locale/fy_NL/formats.py | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/django/conf/locale/fy_NL/__init__.py b/django/conf/locale/fy_NL/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/django/conf/locale/fy_NL/__init__.py diff --git a/django/conf/locale/fy_NL/formats.py b/django/conf/locale/fy_NL/formats.py new file mode 100644 index 0000000000..6d71786415 --- /dev/null +++ b/django/conf/locale/fy_NL/formats.py @@ -0,0 +1,18 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# + +# DATE_FORMAT = +# TIME_FORMAT = +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +# MONTH_DAY_FORMAT = +# SHORT_DATE_FORMAT = +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = |
