1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Add links to the pt-BR translation

This commit is contained in:
Simon Holywell 2017-04-19 10:18:11 +10:00
parent 94e55434ca
commit 60ceff0778
6 changed files with 14 additions and 4 deletions

View file

@ -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. 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)
* [Simplified Chinese/简体中文](http://www.sqlstyle.guide/zh/) by * [Simplified Chinese/简体中文](http://www.sqlstyle.guide/zh/) by
[wontoncoder](https://github.com/wontoncoder) [wontoncoder](https://github.com/wontoncoder)

View file

@ -10,6 +10,10 @@
<span itemprop="name" alternateName="ja" title="日本語 (Japanese)" lang="ja">日本語</span> <span itemprop="name" alternateName="ja" title="日本語 (Japanese)" lang="ja">日本語</span>
</a> </a>
· ·
<a href="{{ site.url }}/pt-br/" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span>
</a>
·
<a href="{{ site.url }}/zh" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language"> <a href="{{ site.url }}/zh" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name" alternateName="zh" title="简体中文 (Simplified Chinese)" lang="zh">简体中文</span> <span itemprop="name" alternateName="zh" title="简体中文 (Simplified Chinese)" lang="zh">简体中文</span>
</a> </a>

View file

@ -8,11 +8,15 @@
<span itemprop="name" alternateName="en" title="English">English</span> <span itemprop="name" alternateName="en" title="English">English</span>
</a> </a>
· ·
<a href="{{ site.url }}/ja" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language"> <a href="{{ site.url }}/ja/" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name" alternateName="ja" title="日本語 (Japanese)" lang="ja">日本語</span> <span itemprop="name" alternateName="ja" title="日本語 (Japanese)" lang="ja">日本語</span>
</a> </a>
· ·
<a href="{{ site.url }}/zh" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language"> <a href="{{ site.url }}/pt-br/" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span>
</a>
·
<a href="{{ site.url }}/zh/" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name" alternateName="zh" title="简体中文 (Simplified Chinese)" lang="zh">简体中文</span> <span itemprop="name" alternateName="zh" title="简体中文 (Simplified Chinese)" lang="zh">简体中文</span>
</a> </a>
</nav> </nav>

View file

@ -1280,7 +1280,7 @@ ZONE
"SQL style guide pull requests on GitHub" "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 [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)" "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" "Download the guide in Markdown format"
[iso-8601]: https://en.wikipedia.org/wiki/ISO_8601 [iso-8601]: https://en.wikipedia.org/wiki/ISO_8601
"Wikipedia: ISO 8601" "Wikipedia: ISO 8601"
@ -1292,5 +1292,5 @@ ZONE
"Wikipedia: Entityattributevalue model" "Wikipedia: Entityattributevalue model"
[sqlstyleguide]: http://www.sqlstyle.guide [sqlstyleguide]: http://www.sqlstyle.guide
"SQL style guide by Simon Holywell" "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" "Creative Commons Attribution-ShareAlike 4.0 International License"

View file

@ -34,6 +34,7 @@
<link rel="alternate" hreflang="en" href="{{ site.url }}/"> <link rel="alternate" hreflang="en" href="{{ site.url }}/">
<link rel="alternate" hreflang="ja" href="{{ site.url }}/ja/"> <link rel="alternate" hreflang="ja" href="{{ site.url }}/ja/">
<link rel="alternate" hreflang="zh" href="{{ site.url }}/zh/"> <link rel="alternate" hreflang="zh" href="{{ site.url }}/zh/">
<link rel="alternate" hreflang="pt-BR" href="{{ site.url }}/pt-br/">
</head> </head>
<body itemscope itemtype="http://schema.org/TechArticle"> <body itemscope itemtype="http://schema.org/TechArticle">
<meta itemprop="wordCount" content="{{ content | number_of_words }}"> <meta itemprop="wordCount" content="{{ content | number_of_words }}">