Loading django/conf/locale/__init__.py +4 −1 Original line number Diff line number Diff line from __future__ import unicode_literals # About name_local: capitalize it as if your language name was appearing # inside a sentence in your language. LANG_INFO = { 'ar': { 'bidi': True, Loading Loading @@ -137,7 +140,7 @@ LANG_INFO = { 'bidi': False, 'code': 'fr', 'name': 'French', 'name_local': 'Fran\xe7ais', 'name_local': 'fran\xe7ais', }, 'fy-nl': { 'bidi': False, Loading Loading
django/conf/locale/__init__.py +4 −1 Original line number Diff line number Diff line from __future__ import unicode_literals # About name_local: capitalize it as if your language name was appearing # inside a sentence in your language. LANG_INFO = { 'ar': { 'bidi': True, Loading Loading @@ -137,7 +140,7 @@ LANG_INFO = { 'bidi': False, 'code': 'fr', 'name': 'French', 'name_local': 'Fran\xe7ais', 'name_local': 'fran\xe7ais', }, 'fy-nl': { 'bidi': False, Loading