Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2015-09-18 23:00:26 +0300
committerBen Langfeld <ben@langfeld.me>2015-09-18 23:00:26 +0300
commita7f81190409235924aabf1f5f9253b46a470aad1 (patch)
tree911051a9ba6568fa0b1423bf8110d826e61e8a46
parent5af10e37e17ba52372124057e3188b627688961c (diff)
parentb5df3f1ffee6c28cdbca7db72503231775910423 (diff)
Merge pull request #430 from GreenLunar/patch-2
Add missing languages to language list
-rw-r--r--index.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/index.html b/index.html
index 77c4cf8..dd4d2cf 100644
--- a/index.html
+++ b/index.html
@@ -165,16 +165,20 @@ RewriteRule http-bind/ http://yourhost.com:5280/http-bind/ [P]</code>
Tell Candy which language pack to use. Following languages are currently delivered with the package:
<ul class="translations">
<li>English (<strong>en</strong>)</li>
- <li>German (<strong>de</strong>)</li>
+ <li>Catalan (<strong>ca</strong>)</li>
+ <li>Chinese (<strong>cn</strong>)</li>
+ <li>Czech (<strong>cs</strong>)</li>
+ <li>Dutch (<strong>nl</strong>)</li>
<li>French (<strong>fr</strong>)</li>
+ <li>German (<strong>de</strong>)</li>
+ <li>Hebrew (<strong>he</strong>)</li>
<li>Italian (<strong>it</strong>)</li>
- <li>Spanish (<strong>es</strong>)</li>
+ <li>Japanese (<strong>ja</strong>)</li>
+ <li>Polish (<strong>pl</strong>)</li>
<li>Portuguese (<strong>pt</strong>)</li>
<li>Brazilian portuguese (<strong>pt_br</strong>)</li>
- <li>Dutch (<strong>nl</strong>)</li>
- <li>Chinese (<strong>cn</strong>)</li>
- <li>Japanese (<strong>ja</strong>)</li>
<li>Russian (<strong>ru</strong>)</li>
+ <li>Spanish (<strong>es</strong>)</li>
<li>Swedish (<strong>sv</strong>)</li>
</ul>
<p><mark>Please contribute your translations to the project.</mark></p>