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
a28e2e7c
Kaydet (Commit)
a28e2e7c
authored
Şub 27, 2013
tarafından
Ramiro Morales
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed a .mo file incorrectly put under Git control.
üst
f0bd5539
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
compilation.py
tests/i18n/commands/compilation.py
+4
-0
django.mo
tests/i18n/commands/locale/it/LC_MESSAGES/django.mo
+0
-0
No files found.
tests/i18n/commands/compilation.py
Dosyayı görüntüle @
a28e2e7c
...
...
@@ -56,6 +56,10 @@ class PercentRenderingTests(MessageCompilationTests):
LOCALE
=
'it'
MO_FILE
=
'locale/
%
s/LC_MESSAGES/django.mo'
%
LOCALE
def
setUp
(
self
):
super
(
PercentRenderingTests
,
self
)
.
setUp
()
self
.
addCleanup
(
os
.
unlink
,
os
.
path
.
join
(
test_dir
,
self
.
MO_FILE
))
@override_settings
(
LOCALE_PATHS
=
(
os
.
path
.
join
(
test_dir
,
'locale'
),))
def
test_percent_symbol_escaping
(
self
):
from
django.template
import
Template
,
Context
...
...
tests/i18n/commands/locale/it/LC_MESSAGES/django.mo
deleted
100644 → 0
Dosyayı görüntüle @
f0bd5539
File deleted
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