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>
|
||||
|
|
|
@ -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>
|
||||
|
|
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