mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Correct translation alphabetical order (#78)
* Correct translation alphabetical order in readme * Correct alphabetical order of config
This commit is contained in:
parent
bbf8e2fb06
commit
9e68f0a6aa
2 changed files with 4 additions and 4 deletions
|
@ -32,9 +32,9 @@ if you need some help getting it setup.
|
|||
* [Polish/Polski](http://www.sqlstyle.guide/pl/) by [andre-wojtowicz](https://github.com/andre-wojtowicz)
|
||||
* [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)
|
||||
* [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)
|
||||
* [Traditional Chinese/正體中文](http://www.sqlstyle.guide/zh-tw/) by [Leon0824](https://github.com/Leon0824)
|
||||
* [Turkish/Türkçe](http://www.sqlstyle.guide/tr/) by [mrfade](https://github.com/mrfade)
|
||||
|
||||
## Projects known to be implementing the guide
|
||||
|
||||
|
|
|
@ -44,12 +44,12 @@ langs:
|
|||
ru:
|
||||
ru: Русский
|
||||
en: Russian
|
||||
tr:
|
||||
tr: Türkçe
|
||||
en: Turkish
|
||||
zh:
|
||||
zh: 简体中文
|
||||
en: Simplified Chinese
|
||||
zh-TW:
|
||||
zh-TW: 正體中文
|
||||
en: Traditional Chinese
|
||||
tr:
|
||||
tr: Türkçe
|
||||
en: Turkish
|
||||
|
|
Loading…
Reference in a new issue