alupo / transifex_reviews
fork of transifex
No description has been added.
Clone this repository (size: 5.2 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/alupo/transifex_reviews/
| commit 1045: | cbd51dcbfab7 |
| parent 1044: | 7c3faeaab324 |
| branch: | default |
trivial: Replaced ugettext_lazy with ugettext
Changed (Δ5 bytes):
raw changeset »
transifex/txcommon/templatetags/txcommontags.py (1 lines added, 1 lines removed)
| … | … | @@ -4,7 +4,7 @@ from django import template |
4 |
4 |
from django.template.defaultfilters import stringfilter |
5 |
5 |
from django.utils.safestring import mark_safe |
6 |
6 |
from django.utils.html import conditional_escape |
7 |
from django.utils.translation import ugettext |
|
7 |
from django.utils.translation import ugettext as _ |
|
8 |
8 |
|
9 |
9 |
from projects.models import Project |
10 |
10 |
import txcommon |
