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

Add Russian translation

This commit is contained in:
Den Patin 2017-04-29 23:37:46 +03:00
parent 183d873bf3
commit 71ee9a0e3e
5 changed files with 1231 additions and 4 deletions

View file

@ -14,6 +14,10 @@
<span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span> <span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span>
</a> </a>
· ·
<a href="{{ site.url }}/ru" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name" alternateName="ru" title="Русский (Russian)" lang="ru">Русский</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>
@ -49,11 +53,11 @@
property="cc:attributionName" property="cc:attributionName"
rel="cc:attributionURL"> rel="cc:attributionURL">
Simon Holywell Simon Holywell
</a> is licensed under a </a> is licensed under a
<a rel="license" <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/"> href="http://creativecommons.org/licenses/by-sa/4.0/">
Creative CommonsAttribution-ShareAlike 4.0 International License</a>. Creative CommonsAttribution-ShareAlike 4.0 International License</a>.
<br />Based on a work at <br />Based on a work at
<a xmlns:dct="http://purl.org/dc/terms/" <a xmlns:dct="http://purl.org/dc/terms/"
href="http://www.sqlstyle.guide" href="http://www.sqlstyle.guide"
rel="dct:source">www.sqlstyle.guide</a>. rel="dct:source">www.sqlstyle.guide</a>.

View file

@ -16,6 +16,10 @@
<span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span> <span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span>
</a> </a>
· ·
<a href="{{ site.url }}/ru" itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name" alternateName="ru" title="Русский (Russian)" lang="ru">Русский</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>
@ -25,11 +29,11 @@
<header class="top"> <header class="top">
<div class="wrap"> <div class="wrap">
<h1 itemprop="name">{% if page.lang_title %}{{ page.lang_title }} · {% endif %}SQL Style Guide</h1> <h1 itemprop="name">{% if page.lang_title %}{{ page.lang_title }} · {% endif %}SQL Style Guide</h1>
<p class="author" itemprop="author" itemscope itemtype="http://schema.org/Person">by <p class="author" itemprop="author" itemscope itemtype="http://schema.org/Person">by
<a href="https://www.simonholywell.com/?utm_source=sqlstyle.guide-{{ site.domain }}&amp;utm_medium=link&amp;utm_campaign=header" itemprop="url"><span itemprop="name">Simon Holywell</span></a> &middot; <a href="https://www.simonholywell.com/?utm_source=sqlstyle.guide-{{ site.domain }}&amp;utm_medium=link&amp;utm_campaign=header" itemprop="url"><span itemprop="name">Simon Holywell</span></a> &middot;
<a href="https://twitter.com/treffynnon">@Treffynnon</a> <a href="https://twitter.com/treffynnon">@Treffynnon</a>
</p> </p>
<p class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}" data-text="SQL style guide by @treffynnon: {{ site.description }}" data-size="large" data-dnt="true">Tweet</a> <p class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}" data-text="SQL style guide by @treffynnon: {{ site.description }}" data-size="large" data-dnt="true">Tweet</a>
</p> </p>
</div> </div>
</header> </header>

File diff suppressed because it is too large Load diff

View file

@ -35,6 +35,7 @@
<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/"> <link rel="alternate" hreflang="pt-BR" href="{{ site.url }}/pt-br/">
<link rel="alternate" hreflang="ru" href="{{ site.url }}/ru/">
</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 }}">

10
ru/index.md Normal file
View file

@ -0,0 +1,10 @@
---
layout: default
lang: ru
lang_title: Руководство по стилю SQL
---
* TOC
{:toc}
{% include sqlstyle.guide.ru.md %}