We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea90d4 commit 2709287Copy full SHA for 2709287
src/translations/texts_it.h
@@ -0,0 +1,11 @@
1
+#pragma once
2
+
3
+// Supported languages: https://openweathermap.org/current#multi
4
+const String OPEN_WEATHER_MAP_LANGUAGE = "it";
5
6
+const String WEEKDAYS[] = {"Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"};
7
+const String WEEKDAYS_ABBR[] = {"DOM", "LUN", "MAR", "MER", "GIO", "VEN", "SAB"};
8
9
+const String SUN_MOON_LABEL[] = {"Sole", "Luna"};
10
+const String MOON_PHASES[] = {"Luna nuova", "Luna crescente", "Primo quarto", "Gibbosa crescente",
11
+ "Luna piena", "Gibbosa calante", "Terzo quarto", "Luna calante"};
0 commit comments