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
4731e9d8
Kaydet (Commit)
4731e9d8
authored
May 01, 2016
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #26341 (again) -- Addressed multiple occurrences per line use case
üst
4e2ee866
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
makemessages.py
django/core/management/commands/makemessages.py
+1
-1
test.html
tests/i18n/commands/templates/test.html
+2
-0
No files found.
django/core/management/commands/makemessages.py
Dosyayı görüntüle @
4731e9d8
...
...
@@ -136,7 +136,7 @@ class BuildFile(object):
return
re
.
sub
(
r'^(#: .*)('
+
re
.
escape
(
old_path
)
+
r')'
,
r'\1'
+
new_path
,
lambda
match
:
match
.
group
()
.
replace
(
old_path
,
new_path
)
,
msgs
,
flags
=
re
.
MULTILINE
)
...
...
tests/i18n/commands/templates/test.html
Dosyayı görüntüle @
4731e9d8
...
...
@@ -72,6 +72,8 @@ continued here.{% endcomment %}
<!-- Source file inside a msgid, should be left as-is. -->
{% trans "#: templates/test.html.py" %}
<!-- Deliberate duplicated string. -->
{% trans "This literal should be included." %}
{% blocktrans context "Special blocktrans context #1" %}Translatable literal #8a{% endblocktrans %}
{% blocktrans count 2 context "Special blocktrans context #2" %}Translatable literal #8b-singular{% plural %}Translatable literal #8b-plural{% endblocktrans %}
...
...
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