WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2709287

Browse files
authored
Create texts_it.h (#9)
1 parent 8ea90d4 commit 2709287

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/translations/texts_it.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)