django-rosetta/rosetta
Neal Todd 9fca19ebfe Fix IndexError in fix_nls when translation is just a carriage return
"string index out of range" occurs with a non-empty source string
where the user has (probably erroneously) entered a carriage return
in the translated string, e.g. fix_nls('x', '\r\n')
2016-05-18 16:53:00 +01:00
..
conf Merge branch 'develop' into pr/60 2016-03-22 09:09:55 +01:00
locale adds an explicit test to detect zh_Hans (for #161) 2016-03-08 09:50:22 +01:00
static/admin/img renamed the search icon to avoid clashing with django's own 2016-03-08 09:57:07 +01:00
templates/rosetta updates style for language selector 2016-03-22 09:26:05 +01:00
templatetags Update regular expressions to support PEP 3101 2015-08-13 11:37:23 +01:00
tests fixes tests 2016-03-22 09:15:08 +01:00
__init__.py getting ready for 0.7.11 2016-03-30 21:25:55 +02:00
access.py Better handling for Custom User Models. Fixes Issue #131 2015-06-04 11:44:42 +02:00
models.py initial commit 2011-06-16 11:25:15 +02:00
poutil.py removed an import test that was used to support Django 1.4 2016-05-14 23:09:40 +02:00
signals.py initial commit 2011-06-16 11:25:15 +02:00
storage.py removed quite a few warnings on Django 1.8 2015-02-26 14:12:57 +01:00
urls.py Merge branch 'develop' into pr/60 2016-03-22 09:09:55 +01:00
views.py Fix IndexError in fix_nls when translation is just a carriage return 2016-05-18 16:53:00 +01:00