mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-05-16 16:05:42 -05:00
Merge f9c9e87f51
into b7339f170b
This commit is contained in:
commit
1eff703f72
4 changed files with 1355 additions and 0 deletions
|
@ -28,6 +28,7 @@ if you need some help getting it setup.
|
|||
|
||||
* [German/Deutsch](https://www.sqlstyle.guide/de/) by [AStasyK](https://github.com/AStasyK)
|
||||
* [French/Français](https://www.sqlstyle.guide/fr/) by [IdrissaD](https://github.com/IdrissaD)
|
||||
* [Spanish/Español](https://www.sqlstyle.guide/es/) by [OsvaldoGonzalezPy](https://github.com/OsvaldoGonzalezPy)
|
||||
* [Italian/Italiano](https://www.sqlstyle.guide/it/) by [robertopauletto](https://github.com/robertopauletto)
|
||||
* [Japanese/日本語](https://www.sqlstyle.guide/ja/) by [nkurigit](https://github.com/nkurigit)
|
||||
* [Korean/한국어](https://www.sqlstyle.guide/ko/) by [Dokyeongyun](https://github.com/Dokyeongyun)
|
||||
|
|
|
@ -30,6 +30,9 @@ langs:
|
|||
en: German
|
||||
en:
|
||||
en: English
|
||||
es:
|
||||
es: Español
|
||||
en: Spanish
|
||||
fr:
|
||||
fr: Français
|
||||
en: French
|
||||
|
|
1338
_includes/sqlstyle.guide.es.md
Normal file
1338
_includes/sqlstyle.guide.es.md
Normal file
File diff suppressed because it is too large
Load diff
13
es/index.md
Normal file
13
es/index.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: default
|
||||
lang: es
|
||||
lang_title: Guía de estilo SQL
|
||||
contributors:
|
||||
- user: OsvaldoGonzalezPy
|
||||
type: translator
|
||||
---
|
||||
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
{% include sqlstyle.guide.es.md %}
|
Loading…
Reference in a new issue