mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #153] django 1.7 feature: blocktrans trimmed #142
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Jul 14, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/153
if one uses blocktrans and has (due to usage of multiple lines and indentation) lots of whitespace in the string, this ends up in the po file.
django >= 1.7 offers blocktrans option "trimmed" to avoid this.
we should make use of this AFTER raising minimum django requirement to 1.7.
@ralhei commented on GitHub (Jul 26, 2014):
I've tried to get nsupdate running with django 1.7.0c1, but first of all it was difficult to install (since django 1.7 is not yet on pypi, and dependencies look for the latest django version there), and finally I get the following exception which I didn't manage to resolve:
So together with Thomas W. we decided to wait until django 1.7 has finally been released.
@ThomasWaldmann commented on GitHub (Sep 3, 2014):
1.7.1 is released now and we'll require it for nsupdate.info 0.10 (next release).
See #160 for the general "support django 1.7" ticket.
@ThomasWaldmann commented on GitHub (Nov 1, 2014):
implemented by
84b04ee1abtranslators please read the announcement on transifex - it is less work than it first looks.