diff options
| author | Jeremy Dunck <jdunck@votizen.com> | 2012-11-23 19:30:52 -0800 |
|---|---|---|
| committer | Jeremy Dunck <jdunck@votizen.com> | 2012-11-23 19:30:52 -0800 |
| commit | 158a0332bfef38277ba0a6f7a89815624a7d0ea2 (patch) | |
| tree | e41ff35c4f86cbf18aceb995ff354525ec1e70e4 | |
| parent | 421e599ad34b93e9537bf4deeca343f5b2e69f06 (diff) | |
Changed Luxembourgish name_local to unicode escapes.
Fixes 6a00c196.
| -rw-r--r-- | django/conf/locale/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/__init__.py b/django/conf/locale/__init__.py index ff39d72ee0..a736ae9331 100644 --- a/django/conf/locale/__init__.py +++ b/django/conf/locale/__init__.py @@ -272,7 +272,7 @@ LANG_INFO = { 'bidi': False, 'code': 'lb', 'name': 'Luxembourgish', - 'name_local': 'Lëtzebuergesch', + 'name_local': 'L\u00ebtzebuergesch', }, 'lt': { 'bidi': False, |
