* Added German Translation

* Updated language index menu in all pages
* Fixed HTML (Removed closing paragraph in index.html, line 264)
This commit is contained in:
Axel Wehner
2014-11-02 02:15:40 +01:00
parent fc7742a488
commit 919ae2addb
12 changed files with 456 additions and 14 deletions

View File

@@ -57,7 +57,8 @@
<a href="index.fr_FR.html" title="Français">Français</a> -
<a href="index.it_IT.html" title="Italiano">Italiano</a> -
<a href="index.nl_NL.html" title="Nederlands">Nederlands</a> -
<a href="index.ru_RU.html" title="Russian">Русский (Russian)</a>
<a href="index.ru_RU.html" title="Russian">Русский (Russian)</a> -
<a href="index.de_DE.html" title="German">Deutsch (German)</a>
</p>
</header>
@@ -261,9 +262,7 @@
<div class="col-1">
<h3>Start a release</h3>
<p>To start a release, use the git flow release command. It</p>
creates a release branch created from the 'develop' branch.
</p>
<p>To start a release, use the git flow release command. It creates a release branch created from the 'develop' branch.</p>
<blockquote>
git flow release start RELEASE [BASE]
</blockquote>