From a4be275f882ce8abac196dd435ba50a402d28291 Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Mon, 12 Feb 2018 21:36:01 +0100 Subject: [PATCH] Added Arabic translations --- README.md | 2 +- docs/getting-started.md | 33 +++++++++++++++++++-------------- docs/index.md | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 72e5cb7a..e6bb9737 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 20 + designed to serve your project documentation in a user-friendly way in 21 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 8374c718..eba168a8 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -312,44 +312,49 @@ translations for all template variables and labels in the following languages: </thead> <tbody> <tr> - <td colspan="2"> - <code>zh</code> / Chinese (Simplified) - </td> - <td colspan="2"> - <code>zh-Hant</code> / Chinese (Traditional) - </td> - </tr> - <tr> + <td><code>ar</code> / Arabic</td> <td><code>da</code> / Danish</td> <td><code>nl</code> / Dutch</td> <td><code>en</code> / English</td> - <td><code>fr</code> / French</td> </tr> <tr> + <td><code>fr</code> / French</td> <td><code>de</code> / German</td> <td><code>hu</code> / Hungarian</td> <td><code>it</code> / Italian</td> - <td><code>ja</code> / Japanese</td> </tr> <tr> + <td><code>ja</code> / Japanese</td> <td><code>kr</code> / Korean</td> <td><code>no</code> / Norwegian</td> <td><code>fa</code> / Persian</td> - <td><code>pl</code> / Polish</td> </tr> <tr> + <td><code>pl</code> / Polish</td> <td><code>pt</code> / Portugese</td> <td><code>ru</code> / Russian</td> <td><code>es</code> / Spanish</td> - <td><code>sv</code> / Swedish</td> </tr> <tr> + <td><code>sv</code> / Swedish</td> <td><code>tr</code> / Turkish</td> - <td><code>uk</code> / Ukrainian</td> - <td colspan="2" align="right"> + <td colspan="2"><code>uk</code> / Ukrainian</td> + </tr> + <tr> + <td colspan="2"> + <code>zh</code> / Chinese (Simplified) + </td> + <td colspan="2"> + <code>zh-Hant</code> / Chinese (Traditional) + </td> + </tr> + <tr> + <tr> + <td colspan="4" align="right"> <a href="http://bit.ly/2EbzFc8">Submit a new language</a> </td> </tr> + </tr> </tbody> </table> diff --git a/docs/index.md b/docs/index.md index d1812533..5ff2b428 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 20 + designed to serve your project documentation in a user-friendly way in 21 languages with optimal readability. * Easily customizable primary and accent color, fonts, favicon and logo; -- GitLab