1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Merge branch 'robertopauletto-gh-pages' into gh-pages

This commit is contained in:
Simon Holywell 2020-08-23 22:51:54 +10:00
commit 6fa669bd4d
No known key found for this signature in database
GPG key ID: 3346447094AB9095
4 changed files with 1245 additions and 0 deletions

View file

@ -27,6 +27,7 @@ If you would like to translate the guide then please open a pull request or open
if you need some help getting it setup. if you need some help getting it setup.
* [German/Deutsch](http://www.sqlstyle.guide/de/) by [AStasyK](https://github.com/AStasyK) * [German/Deutsch](http://www.sqlstyle.guide/de/) by [AStasyK](https://github.com/AStasyK)
* [Italian/Italiano](http://www.sqlstyle.guide/it/) by [robertopauletto](https://github.com/robertopauletto)
* [Japanese/日本語](http://www.sqlstyle.guide/ja/) by [nkurigit](https://github.com/nkurigit) * [Japanese/日本語](http://www.sqlstyle.guide/ja/) by [nkurigit](https://github.com/nkurigit)
* [Portuguese (Brazil)/Português (BR)](http://www.sqlstyle.guide/pt-br/) by [pmarcus93](https://github.com/pmarcus93) * [Portuguese (Brazil)/Português (BR)](http://www.sqlstyle.guide/pt-br/) by [pmarcus93](https://github.com/pmarcus93)
* [Russian/Русский](http://www.sqlstyle.guide/ru/) by [denpatin](https://github.com/denpatin) * [Russian/Русский](http://www.sqlstyle.guide/ru/) by [denpatin](https://github.com/denpatin)

View file

@ -29,6 +29,9 @@ langs:
en: German en: German
en: en:
en: English en: English
it:
it: Italiano
en: Italian
ja: ja:
ja: 日本語 ja: 日本語
en: Japanese en: Japanese

File diff suppressed because it is too large Load diff

13
it/index.md Normal file
View file

@ -0,0 +1,13 @@
---
layout: default
lang: it
lang_title: Guía de estilo SQL
contributors:
- user: robertopauletto
type: translator
---
* TOC
{:toc}
{% include sqlstyle.guide.it.md %}