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

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

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="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
View file

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