mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add locales (el, es, it, nl, pt, sv)
This commit is contained in:
parent
7e5b67b2f9
commit
7d77aeae12
1 changed files with 7 additions and 1 deletions
|
@ -260,8 +260,14 @@ SCHEDULER_LIST = OrderedDict(SCHEDULER_LIST)
|
|||
|
||||
LOCALES = {
|
||||
'de': 'Deutsche',
|
||||
'el': 'Ελληνικά',
|
||||
'en': 'English',
|
||||
'fr': 'Français'
|
||||
'es': 'Español',
|
||||
'fr': 'Français',
|
||||
'it': 'Italiano',
|
||||
'nl': 'Nederlands',
|
||||
'pt': 'Português',
|
||||
'sv': 'Svenska',
|
||||
}
|
||||
|
||||
DATE_TIME_FORMATS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue