mirror of
https://github.com/django/django.git
synced 2025-10-29 08:36:09 +00:00
Fixed #25717 -- Corrected Slovak local name
This commit is contained in:
@@ -429,7 +429,7 @@ LANG_INFO = {
|
||||
'bidi': False,
|
||||
'code': 'sk',
|
||||
'name': 'Slovak',
|
||||
'name_local': 'slovenský',
|
||||
'name_local': 'Slovensky',
|
||||
},
|
||||
'sl': {
|
||||
'bidi': False,
|
||||
|
||||
Reference in New Issue
Block a user