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:
parent
183d873bf3
commit
71ee9a0e3e
5 changed files with 1231 additions and 4 deletions
|
@ -14,6 +14,10 @@
|
|||
<span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span>
|
||||
</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">
|
||||
<span itemprop="name" alternateName="zh" title="简体中文 (Simplified Chinese)" lang="zh">简体中文</span>
|
||||
</a>
|
||||
|
@ -49,11 +53,11 @@
|
|||
property="cc:attributionName"
|
||||
rel="cc:attributionURL">
|
||||
Simon Holywell
|
||||
</a> is licensed under a
|
||||
</a> is licensed under a
|
||||
<a rel="license"
|
||||
href="http://creativecommons.org/licenses/by-sa/4.0/">
|
||||
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/"
|
||||
href="http://www.sqlstyle.guide"
|
||||
rel="dct:source">www.sqlstyle.guide</a>.
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
<span itemprop="name" alternateName="pt-BR" title="Português (BR) (Portuguese - Brazil)" lang="pt-BR">Português (BR)</span>
|
||||
</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">
|
||||
<span itemprop="name" alternateName="zh" title="简体中文 (Simplified Chinese)" lang="zh">简体中文</span>
|
||||
</a>
|
||||
|
@ -25,11 +29,11 @@
|
|||
<header class="top">
|
||||
<div class="wrap">
|
||||
<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 }}&utm_medium=link&utm_campaign=header" itemprop="url"><span itemprop="name">Simon Holywell</span></a> ·
|
||||
<a href="https://twitter.com/treffynnon">@Treffynnon</a>
|
||||
</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>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
|
1208
_includes/sqlstyle.guide.ru.md
Normal file
1208
_includes/sqlstyle.guide.ru.md
Normal file
File diff suppressed because it is too large
Load diff
|
@ -35,6 +35,7 @@
|
|||
<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/">
|
||||
<link rel="alternate" hreflang="ru" href="{{ site.url }}/ru/">
|
||||
</head>
|
||||
<body itemscope itemtype="http://schema.org/TechArticle">
|
||||
<meta itemprop="wordCount" content="{{ content | number_of_words }}">
|
||||
|
|
10
ru/index.md
Normal file
10
ru/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
lang: ru
|
||||
lang_title: Руководство по стилю SQL
|
||||
---
|
||||
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
{% include sqlstyle.guide.ru.md %}
|
Loading…
Reference in a new issue