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