Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
4ac2ab30
Kaydet (Commit)
4ac2ab30
authored
Eyl 08, 2017
tarafından
Samir Shah
Kaydeden (comit)
Tim Graham
Eyl 08, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed obsolete doc references to javascript_catalog.
üst
6e4c6281
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
1.3.txt
docs/releases/1.3.txt
+2
-2
1.7.txt
docs/releases/1.7.txt
+1
-1
translation.txt
docs/topics/i18n/translation.txt
+2
-5
No files found.
docs/releases/1.3.txt
Dosyayı görüntüle @
4ac2ab30
...
...
@@ -583,8 +583,8 @@ domain):
translations shipped with applications by using the :setting:`LOCALE_PATHS`
setting is now possible for this domain too. These translations have higher
precedence than the translations of Python packages passed to the
:ref:`javascript_catalog view <javascript_catalog-view>`. Paths listed first
have higher precedence than
the ones listed later.
``javascript_catalog()`` view. Paths listed first have higher precedence than
the ones listed later.
* Translations under the ``locale`` subdirectory of the *project directory*
have never been taken in account for JavaScript translations and remain in
...
...
docs/releases/1.7.txt
Dosyayı görüntüle @
4ac2ab30
...
...
@@ -1742,7 +1742,7 @@ will be removed in Django 1.9. You can simply remove the
--------------------------------------
``javascript_quote()`` was an undocumented function present in ``django.utils.text``.
It was used internally in the
:ref:`javascript_catalog view <javascript_catalog-view>`
It was used internally in the
``javascript_catalog()`` view
whose implementation was changed to make use of ``json.dumps()`` instead.
If you were relying on this function to provide safe output from untrusted
strings, you should use ``django.utils.html.escapejs`` or the
...
...
docs/topics/i18n/translation.txt
Dosyayı görüntüle @
4ac2ab30
...
...
@@ -960,8 +960,6 @@ The main solution to these problems is the following ``JavaScriptCatalog`` view,
which generates a JavaScript code library with functions that mimic the
``gettext`` interface, plus an array of translation strings.
.. _javascript_catalog-view:
The ``JavaScriptCatalog`` view
------------------------------
...
...
@@ -2071,9 +2069,8 @@ translations for the same literal:
.. seealso::
The translations for literals included in JavaScript assets are looked up
following a similar but not identical algorithm. See the
:ref:`javascript_catalog view documentation <javascript_catalog-view>` for
more details.
following a similar but not identical algorithm. See
:class:`.JavaScriptCatalog` for more details.
In all cases the name of the directory containing the translation is expected to
be named using :term:`locale name` notation. E.g. ``de``, ``pt_BR``, ``es_AR``,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment