From 65a67b290bed5bc15a5099d64057b408cd44985b Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Wed, 21 Mar 2018 20:14:29 +0100
Subject: [PATCH] Added new language to documentation

---
 README.md               |  2 +-
 docs/getting-started.md | 19 +++++++++++--------
 docs/index.md           |  2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index d150e0f0..babd4ac3 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ theme:
 ## What to expect
 
 * Responsive design and fluid layout for all kinds of screens and devices,
-  designed to serve your project documentation in a user-friendly way in 24
+  designed to serve your project documentation in a user-friendly way in 25
   languages with optimal readability.
 
 * Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 5f809e3a..3742a438 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -320,39 +320,42 @@ translations for all template variables and labels in the following languages:
     <tr>
       <td><code>en</code> / English</td>
       <td><code>fr</code> / French</td>
+      <td><code>fr</code> / Galician</td>
       <td><code>de</code> / German</td>
-      <td><code>he</code> / Hebrew</td>
     </tr>
     <tr>
+      <td><code>he</code> / Hebrew</td>
       <td><code>hu</code> / Hungarian</td>
       <td><code>it</code> / Italian</td>
       <td><code>ja</code> / Japanese</td>
-      <td><code>kr</code> / Korean</td>
     </tr>
     <tr>
+      <td><code>kr</code> / Korean</td>
       <td><code>no</code> / Norwegian</td>
       <td><code>fa</code> / Persian</td>
       <td><code>pl</code> / Polish</td>
-      <td><code>pt</code> / Portugese</td>
     </tr>
     <tr>
+      <td><code>pt</code> / Portugese</td>
       <td><code>ru</code> / Russian</td>
       <td><code>es</code> / Spanish</td>
       <td><code>sv</code> / Swedish</td>
-      <td><code>tr</code> / Turkish</td>
     </tr>
     <tr>
+      <td><code>tr</code> / Turkish</td>
       <td><code>uk</code> / Ukrainian</td>
-      <td><code>vi</code> / Vietnamese</td>
+      <td colspan="2"><code>vi</code> / Vietnamese</td>
+    </tr>
+    <tr>
       <td colspan="2">
         <code>zh</code> / Chinese (Simplified)
       </td>
-    </tr>
-    <tr>
       <td colspan="2">
         <code>zh-Hant</code> / Chinese (Traditional)
       </td>
-      <td colspan="2" align="right">
+    </tr>
+    <tr>
+      <td colspan="4" align="right">
         <a href="http://bit.ly/2EbzFc8">Submit a new language</a>
       </td>
     </tr>
diff --git a/docs/index.md b/docs/index.md
index 5abc0397..eb267892 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -34,7 +34,7 @@ theme:
 ## What to expect
 
 * Responsive design and fluid layout for all kinds of screens and devices,
-  designed to serve your project documentation in a user-friendly way in 24
+  designed to serve your project documentation in a user-friendly way in 25
   languages with optimal readability.
 
 * Easily customizable primary and accent color, fonts, favicon and logo;
-- 
GitLab