mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 06:13:25 -07:00
Add German locale
This commit is contained in:
parent
344a752832
commit
e5f0edcf8f
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue