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 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 = { LANG_INFO = {
'ar': { 'ar': {
'bidi': True, 'bidi': True,
...@@ -137,7 +140,7 @@ LANG_INFO = { ...@@ -137,7 +140,7 @@ LANG_INFO = {
'bidi': False, 'bidi': False,
'code': 'fr', 'code': 'fr',
'name': 'French', 'name': 'French',
'name_local': 'Fran\xe7ais', 'name_local': 'fran\xe7ais',
}, },
'fy-nl': { 'fy-nl': {
'bidi': False, '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