mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #11585 -- Added ability to translate and prefix URL patterns with a language code as an alternative method for language discovery. Many thanks to Orne Brocaar for his initial work and Carl Meyer for feedback.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,38 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-06-15 11:33+0200\n"
|
||||
"PO-Revision-Date: 2011-06-14 16:16+0100\n"
|
||||
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#: urls/default.py:11
|
||||
msgid "^translated/$"
|
||||
msgstr "^vertaald/$"
|
||||
|
||||
#: urls/default.py:12
|
||||
msgid "^translated/(?P<slug>[\\w-]+)/$"
|
||||
msgstr "^vertaald/(?P<slug>[\\w-]+)/$"
|
||||
|
||||
#: urls/default.py:17
|
||||
msgid "^users/$"
|
||||
msgstr "^gebruikers/$"
|
||||
|
||||
#: urls/default.py:18 urls/wrong.py:7
|
||||
msgid "^account/"
|
||||
msgstr "^profiel/"
|
||||
|
||||
#: urls/namespace.py:9 urls/wrong_namespace.py:10
|
||||
msgid "^register/$"
|
||||
msgstr "^registeren/$"
|
||||
Reference in New Issue
Block a user