From c1a6591f1265f5ddd51cc293a18bb73f25312d20 Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Thu, 1 Feb 2018 23:58:39 +0100 Subject: [PATCH] Added Persian to documentation --- README.md | 2 +- docs/getting-started.md | 7 ++++--- docs/index.md | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d851e92..72e5cb7a 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 19 + designed to serve your project documentation in a user-friendly way in 20 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 9bfafcd8..fcac49eb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -334,18 +334,19 @@ translations for all template variables and labels in the following languages: <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 colspan="3" align="right"> + <td colspan="2" 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 0e1cd745..d1812533 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 19 + designed to serve your project documentation in a user-friendly way in 20 languages with optimal readability. * Easily customizable primary and accent color, fonts, favicon and logo; -- GitLab