Kaydet (Commit) 5dc4437d authored tarafından Claude Paroz's avatar Claude Paroz

Fixed #15714 -- Added note about capitalization of LANG_INFO name_local

üst 6de6988f
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,
......@@ -137,7 +140,7 @@ LANG_INFO = {
'bidi': False,
'code': 'fr',
'name': 'French',
'name_local': 'Fran\xe7ais',
'name_local': 'fran\xe7ais',
},
'fy-nl': {
'bidi': False,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment