Add German locale

This commit is contained in:
JonnyWong16 2021-06-04 22:11:21 -07:00
commit e5f0edcf8f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -259,8 +259,9 @@ SCHEDULER_LIST = [
SCHEDULER_LIST = OrderedDict(SCHEDULER_LIST) SCHEDULER_LIST = OrderedDict(SCHEDULER_LIST)
LOCALES = { LOCALES = {
'de': 'Deutsche',
'en': 'English', 'en': 'English',
'fr': 'French' 'fr': 'Français'
} }
DATE_TIME_FORMATS = [ DATE_TIME_FORMATS = [