add spanish localization and enable in config
This commit is contained in:
parent
7151a161bc
commit
80d896f4b3
3 changed files with 576 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class Config:
|
|||
SETTINGS_CHANGED = False
|
||||
BUTTERBOX_SSID= "butterbox"
|
||||
BUTTERBOX_WIFI_PASSWORD= ""
|
||||
LANGUAGES = ['en', 'ru']
|
||||
LANGUAGES = ['en', 'es', 'ru']
|
||||
BUTTERBOX_DEFAULT_IP = "10.3.141.1"
|
||||
BUTTERBOX_USB_PATH = "/media/usb-butter/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue