Skip to content

Commit

Permalink
Add links to the pt-BR translation
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Apr 19, 2017
1 parent 94e5543 commit 60ceff0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 4 additions & 0 deletions _includes/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<span itemprop="name" alternateName="ja" title="日本語 (Japanese)" lang="ja">日本語</span>
</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">
<span itemprop="name" alternateName="zh" title="简体中文 (Simplified Chinese)" lang="zh">简体中文</span>
</a>
Expand Down
8 changes: 6 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
<span itemprop="name" alternateName="en" title="English">English</span>
</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>
</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>
</a>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions _includes/sqlstyle.guide.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<link rel="alternate" hreflang="en" href="{{ site.url }}/">
<link rel="alternate" hreflang="ja" href="{{ site.url }}/ja/">
<link rel="alternate" hreflang="zh" href="{{ site.url }}/zh/">
<link rel="alternate" hreflang="pt-BR" href="{{ site.url }}/pt-br/">
</head>
<body itemscope itemtype="http://schema.org/TechArticle">
<meta itemprop="wordCount" content="{{ content | number_of_words }}">
Expand Down
File renamed without changes.

0 comments on commit 60ceff0

Please sign in to comment.