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
daaeb841
Kaydet (Commit)
daaeb841
authored
Haz 06, 2014
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #22773 -- Forced templatize() to return unicode
üst
1fe941ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
trans_real.py
django/utils/translation/trans_real.py
+1
-1
empty.html
tests/i18n/commands/templates/empty.html
+0
-0
No files found.
django/utils/translation/trans_real.py
Dosyayı görüntüle @
daaeb841
...
@@ -530,7 +530,7 @@ def templatize(src, origin=None):
...
@@ -530,7 +530,7 @@ def templatize(src, origin=None):
from
django.template
import
(
Lexer
,
TOKEN_TEXT
,
TOKEN_VAR
,
TOKEN_BLOCK
,
from
django.template
import
(
Lexer
,
TOKEN_TEXT
,
TOKEN_VAR
,
TOKEN_BLOCK
,
TOKEN_COMMENT
,
TRANSLATOR_COMMENT_MARK
)
TOKEN_COMMENT
,
TRANSLATOR_COMMENT_MARK
)
src
=
force_text
(
src
,
settings
.
FILE_CHARSET
)
src
=
force_text
(
src
,
settings
.
FILE_CHARSET
)
out
=
StringIO
()
out
=
StringIO
(
''
)
message_context
=
None
message_context
=
None
intrans
=
False
intrans
=
False
inplural
=
False
inplural
=
False
...
...
tests/i18n/commands/templates/empty.html
0 → 100644
Dosyayı görüntüle @
daaeb841
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