Add date localisation using config.json

This commit is contained in:
2019-08-26 10:15:21 +02:00
parent 3ad545ac81
commit 261724411c
2 changed files with 10 additions and 3 deletions

View File

@ -3,5 +3,6 @@
"freemobile_apikey":"",
"openweathermap_city":"Paris,FR",
"openweathermap_apikey":"",
"openweathermap_language":"fr"
}
"openweathermap_language":"fr",
"locale":"fr_FR.utf8"
}