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
231e31c6
Kaydet (Commit)
231e31c6
authored
Tem 04, 2013
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.
Thanks rene@ for the suggestion.
üst
87597781
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
translation.txt
docs/topics/i18n/translation.txt
+5
-3
No files found.
docs/topics/i18n/translation.txt
Dosyayı görüntüle @
231e31c6
...
@@ -1242,9 +1242,11 @@ The script should be run from one of two places:
...
@@ -1242,9 +1242,11 @@ The script should be run from one of two places:
* The root directory of your Django app.
* The root directory of your Django app.
The script runs over your project source tree or your application source tree
The script runs over your project source tree or your application source tree
and pulls out all strings marked for translation. It creates (or updates) a
and pulls out all strings marked for translation (see
message file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de``
:ref:`how-django-discovers-translations` and be sure :setting:`LOCALE_PATHS`
example, the file will be ``locale/de/LC_MESSAGES/django.po``.
is configured correctly). It creates (or updates) a message file in the
directory ``locale/LANG/LC_MESSAGES``. In the ``de`` example, the file will be
``locale/de/LC_MESSAGES/django.po``.
By default :djadmin:`django-admin.py makemessages <makemessages>` examines every
By default :djadmin:`django-admin.py makemessages <makemessages>` examines every
file that has the ``.html`` or ``.txt`` file extension. In case you want to
file that has the ``.html`` or ``.txt`` file extension. In case you want to
...
...
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