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:
commit
6fa669bd4d
4 changed files with 1245 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
1228
_includes/sqlstyle.guide.it.md
Normal file
1228
_includes/sqlstyle.guide.it.md
Normal file
File diff suppressed because it is too large
Load diff
13
it/index.md
Normal file
13
it/index.md
Normal 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 %}
|
Loading…
Reference in a new issue