From 60ceff0778e05dc6aa3b899bf79c3fbd6c98bb43 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Wed, 19 Apr 2017 10:18:11 +1000 Subject: [PATCH] Add links to the pt-BR translation --- README.md | 1 + _includes/foot.html | 4 ++++ _includes/head.html | 8 ++++++-- _includes/sqlstyle.guide.pt-BR.md | 4 ++-- _layouts/default.html | 1 + {pt-BR => pt-br}/index.md | 0 6 files changed, 14 insertions(+), 4 deletions(-) rename {pt-BR => pt-br}/index.md (100%) diff --git a/README.md b/README.md index 287fc62..2e85947 100644 --- a/README.md +++ b/README.md @@ -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. * [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) * [Simplified Chinese/简体中文](http://www.sqlstyle.guide/zh/) by [wontoncoder](https://github.com/wontoncoder) diff --git a/_includes/foot.html b/_includes/foot.html index 09d1602..ac41272 100644 --- a/_includes/foot.html +++ b/_includes/foot.html @@ -10,6 +10,10 @@ 日本語 · + + Português (BR) + + · 简体中文 diff --git a/_includes/head.html b/_includes/head.html index 834111f..007713c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,11 +8,15 @@ English · - + 日本語 · - + + Português (BR) + + · + 简体中文 diff --git a/_includes/sqlstyle.guide.pt-BR.md b/_includes/sqlstyle.guide.pt-BR.md index ea25ad5..cd95a90 100644 --- a/_includes/sqlstyle.guide.pt-BR.md +++ b/_includes/sqlstyle.guide.pt-BR.md @@ -1280,7 +1280,7 @@ ZONE "SQL style guide pull requests on GitHub" [celko]: https://www.amazon.com/gp/product/0120887975/ref=as_li_ss_tl?ie=UTF8&linkCode=ll1&tag=treffynnon-20&linkId=9c88eac8cd420e979675c815771313d5 "Joe Celko's SQL Programming Style (The Morgan Kaufmann Series in Data Management Systems)" -[dl-md]: https://raw.githubusercontent.com/treffynnon/sqlstyle.guide/gh-pages/_includes/sqlstyle.guide.md +[dl-md]: https://raw.githubusercontent.com/treffynnon/sqlstyle.guide/gh-pages/_includes/sqlstyle.guide.pt-BR.md "Download the guide in Markdown format" [iso-8601]: https://en.wikipedia.org/wiki/ISO_8601 "Wikipedia: ISO 8601" @@ -1292,5 +1292,5 @@ ZONE "Wikipedia: Entity–attribute–value model" [sqlstyleguide]: http://www.sqlstyle.guide "SQL style guide by Simon Holywell" -[licence]: http://creativecommons.org/licenses/by-sa/4.0/ +[licence]: https://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR "Creative Commons Attribution-ShareAlike 4.0 International License" diff --git a/_layouts/default.html b/_layouts/default.html index 24981c8..fbe03dd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -34,6 +34,7 @@ + diff --git a/pt-BR/index.md b/pt-br/index.md similarity index 100% rename from pt-BR/index.md rename to pt-br/index.md