diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-04-29 14:36:09 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-04-29 14:36:09 +0000 |
| commit | 77c13844ae9f30ecc10b54cf0b1a338039aa7cea (patch) | |
| tree | cf74acede5390a0017ec9d43aa9cbce330a98555 /docs/releases | |
| parent | df44485c40b144baac626d351c2a462988c2e577 (diff) | |
Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a replacement of the current "no".
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.2.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index d320b88201..0d61d1893f 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -764,3 +764,10 @@ Relaxed requirements for usernames The built-in :class:`~django.contrib.auth.models.User` model's :attr:`~django.contrib.auth.models.User.username` field now allows a wider range of characters, including ``@``, ``+``, ``.`` and ``-`` characters. + +Deprecation of old language code ``no`` +--------------------------------------- + +The currently used language code for Norwegian Bokmål ``no`` is being +replaced by the more common language code ``nb``, which should be updated +by translators from now on. |
