|
3 | 3 |
|
4 | 4 | #pragma once
|
5 | 5 |
|
| 6 | + |
| 7 | + |
| 8 | + |
6 | 9 | // ****************************************************************************
|
7 | 10 | // User settings
|
8 | 11 | // ****************************************************************************
|
| 12 | +// language settings are in translations/texts_*.h |
| 13 | +#include "translations/texts_en.h" |
| 14 | +//#include "translations/texts_de.h" |
| 15 | + |
9 | 16 | // WiFi
|
10 | 17 | const char *SSID = "yourssid";
|
11 | 18 | const char *WIFI_PWD = "yourpassw0rd";
|
@@ -40,18 +47,6 @@ const String DISPLAYED_LOCATION_NAME = "Zurich";
|
40 | 47 | //String OPEN_WEATHER_MAP_LOCATION_ID = "5879400";
|
41 | 48 | //String DISPLAYED_LOCATION_NAME = "Anchorage";
|
42 | 49 |
|
43 |
| -// Supported languages: https://openweathermap.org/current#multi |
44 |
| -const String OPEN_WEATHER_MAP_LANGUAGE = "en"; |
45 |
| - |
46 |
| -const String WEEKDAYS[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}; |
47 |
| -const String WEEKDAYS_ABBR[] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; |
48 |
| - |
49 |
| -const String SUN_MOON_LABEL[] = {"Sun", "Moon"}; |
50 |
| -const String MOON_PHASES[] = {"New Moon", "Waxing Crescent", "First Quarter", "Waxing Gibbous", |
51 |
| - "Full Moon", "Waning Gibbous", "Third quarter", "Waning Crescent"}; |
52 |
| - |
53 |
| - |
54 |
| - |
55 | 50 | // ****************************************************************************
|
56 | 51 | // System settings - do not modify unless you understand what you are doing!
|
57 | 52 | // ****************************************************************************
|
|
0 commit comments