mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Use underscore in locales
This commit is contained in:
		@@ -154,7 +154,7 @@ from django.utils.translation import gettext_lazy as _
 | 
				
			|||||||
LANGUAGES = [
 | 
					LANGUAGES = [
 | 
				
			||||||
    ('de', _('German')),
 | 
					    ('de', _('German')),
 | 
				
			||||||
    ('en', _('English')),
 | 
					    ('en', _('English')),
 | 
				
			||||||
    ('en-pirate', _('Pirate Slang')),
 | 
					    ('en_pirate', _('Pirate Slang')),
 | 
				
			||||||
    ('es', _('Spanish')),
 | 
					    ('es', _('Spanish')),
 | 
				
			||||||
    ('fr', _('French')),
 | 
					    ('fr', _('French')),
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user