1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Fixed #25717 -- Corrected Slovak local name

This commit is contained in:
Claude Paroz 2015-12-12 09:18:06 +01:00
parent 030ee15850
commit b0ad5081d5

View File

@ -429,7 +429,7 @@ LANG_INFO = {
'bidi': False,
'code': 'sk',
'name': 'Slovak',
'name_local': 'slovenský',
'name_local': 'Slovensky',
},
'sl': {
'bidi': False,