mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Turkish translation (#76)
This commit is contained in:
parent
44f5e91766
commit
302a0c220c
4 changed files with 1357 additions and 0 deletions
|
@ -31,6 +31,7 @@ if you need some help getting it setup.
|
||||||
* [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)
|
||||||
|
* [Turkish/Türkçe](http://www.sqlstyle.guide/tr/) by [mrfade](https://github.com/mrfade)
|
||||||
* [Simplified Chinese/简体中文](http://www.sqlstyle.guide/zh/) by [wontoncoder](https://github.com/wontoncoder)
|
* [Simplified Chinese/简体中文](http://www.sqlstyle.guide/zh/) by [wontoncoder](https://github.com/wontoncoder)
|
||||||
* [Traditional Chinese/正體中文](http://www.sqlstyle.guide/zh-tw/) by [Leon0824](https://github.com/Leon0824)
|
* [Traditional Chinese/正體中文](http://www.sqlstyle.guide/zh-tw/) by [Leon0824](https://github.com/Leon0824)
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,9 @@ langs:
|
||||||
ru:
|
ru:
|
||||||
ru: Русский
|
ru: Русский
|
||||||
en: Russian
|
en: Russian
|
||||||
|
tr:
|
||||||
|
tr: Türkçe
|
||||||
|
en: Turkish
|
||||||
zh:
|
zh:
|
||||||
zh: 简体中文
|
zh: 简体中文
|
||||||
en: Simplified Chinese
|
en: Simplified Chinese
|
||||||
|
|
1340
_includes/sqlstyle.guide.tr.md
Normal file
1340
_includes/sqlstyle.guide.tr.md
Normal file
File diff suppressed because it is too large
Load diff
13
tr/index.md
Normal file
13
tr/index.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
lang: tr
|
||||||
|
lang_title: SQL Stil Rehberi
|
||||||
|
contributors:
|
||||||
|
- user: mrfade
|
||||||
|
type: translator
|
||||||
|
---
|
||||||
|
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
|
||||||
|
{% include sqlstyle.guide.tr.md %}
|
Loading…
Reference in a new issue