Skip to content

Commit

Permalink
🌐🇮🇹 Added Italian language
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoMars authored Aug 10, 2023
1 parent 388f83f commit 3347868
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ An integer is returned if the given parameter is wrong:
- English (en)
- French (fr)
- Italian (it)
- Russian (ru)
- Turkish (tr)
Expand All @@ -91,6 +92,7 @@ Obviously, you are free to participate to the translation in any other language.
- [Micah Akpan](https://github.com/micah-akpan) for the original package: [sign-teller](https://github.com/micah-akpan/sign-teller);
- [Martynov Denis](https://github.com/devmartynov) for the Russian translation;
- [ALİ SİNCAR](https://github.com/alisincar) for the Turkish translation.
- [Marseglia Vito](https://github.com/VitoMars) for the Italian translation.
## License
Expand Down
6 changes: 6 additions & 0 deletions locales/it/elements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
"fuoco",
"terra",
"aria",
"acqua"
]
62 changes: 62 additions & 0 deletions locales/it/zodiac.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"aries": {
"name": "Ariete",
"element": 0,
"stone": "eliotropio"
},
"taurus": {
"name": "Toro",
"element": 1,
"stone": "zaffiro"
},
"gemini": {
"name": "Gemelli",
"element": 2,
"stone": "agata"
},
"cancer": {
"name": "Cancro",
"element": 3,
"stone": "smeraldo"
},
"leo": {
"name": "Leone",
"element": 0,
"stone": "onice"
},
"virgo": {
"name": "Vergine",
"element": 1,
"stone": "corniola"
},
"libra": {
"name": "Bilancia",
"element": 2,
"stone": "crisolito"
},
"scorpio": {
"name": "Scorpione",
"element": 3,
"stone": "berillo"
},
"sagittarius": {
"name": "Sagittario",
"element": 0,
"stone": "topazio"
},
"capricorn": {
"name": "Capricorno",
"element": 1,
"stone": "rubino"
},
"aquarius": {
"name": "Acquario",
"element": 2,
"stone": "granato"
},
"pisces": {
"name": "Pesci",
"element": 3,
"stone": "ametista"
}
}

0 comments on commit 3347868

Please sign in to comment.