mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Add Vietnamese translation
This commit is contained in:
parent
0811bb5872
commit
a03fe568ac
4 changed files with 1262 additions and 0 deletions
|
@ -38,6 +38,7 @@ if you need some help getting it setup.
|
||||||
* [Traditional Chinese/正體中文](https://www.sqlstyle.guide/zh-tw/) by [Leon0824](https://github.com/Leon0824)
|
* [Traditional Chinese/正體中文](https://www.sqlstyle.guide/zh-tw/) by [Leon0824](https://github.com/Leon0824)
|
||||||
* [Turkish/Türkçe](https://www.sqlstyle.guide/tr/) by [mrfade](https://github.com/mrfade)
|
* [Turkish/Türkçe](https://www.sqlstyle.guide/tr/) by [mrfade](https://github.com/mrfade)
|
||||||
* [Ukrainian/Українська](https://www.sqlstyle.guide/ua/) by [yar-lukomsky](https://github.com/yar-lukomsky)
|
* [Ukrainian/Українська](https://www.sqlstyle.guide/ua/) by [yar-lukomsky](https://github.com/yar-lukomsky)
|
||||||
|
* [Vietnamese/Tiếng Việt](https://www.sqlstyle.guide/vn/) by [Vũ Phượng Hoàng](https://github.com/DancingPhoenix88)
|
||||||
|
|
||||||
## Projects known to be implementing the guide
|
## Projects known to be implementing the guide
|
||||||
|
|
||||||
|
|
|
@ -62,3 +62,6 @@ langs:
|
||||||
ua:
|
ua:
|
||||||
ua: Українська
|
ua: Українська
|
||||||
en: Ukrainian
|
en: Ukrainian
|
||||||
|
vn:
|
||||||
|
vn: Tiếng Việt
|
||||||
|
en: Vietnamese
|
1245
_includes/sqlstyle.guide.vn.md
Normal file
1245
_includes/sqlstyle.guide.vn.md
Normal file
File diff suppressed because it is too large
Load diff
13
vn/index.md
Normal file
13
vn/index.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
lang: vn
|
||||||
|
lang_title: Bộ quy tắc viết SQL
|
||||||
|
contributors:
|
||||||
|
- user: Vũ Phượng Hoàng
|
||||||
|
type: translator
|
||||||
|
---
|
||||||
|
|
||||||
|
* MỤC LỤC
|
||||||
|
{:toc}
|
||||||
|
|
||||||
|
{% include sqlstyle.guide.vn.md %}
|
Loading…
Reference in a new issue