[tor-commits] [tpo/staging] add the other langs

emmapeel at torproject.org emmapeel at torproject.org
Sat Apr 6 18:25:13 UTC 2019


commit 69d7b6132b329e3c0f3dabb89df5958388d222e4
Author: emma peel <emma.peel at riseup.net>
Date:   Sat Apr 6 19:13:49 2019 +0200

    add the other langs
---
 configs/i18n.ini          |  2 +-
 databags/alternatives.ini |  6 ++++++
 tpo.lektorproject         | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/configs/i18n.ini b/configs/i18n.ini
index 482b129..c62ca58 100644
--- a/configs/i18n.ini
+++ b/configs/i18n.ini
@@ -1,5 +1,5 @@
 content = en
-translations = de,es,fr,it,pt-BR,ru,tr
+translations = bn,da,de,es,fr,id,is,it,ka,ko,pt-BR,ru,tr,zh-CN
 i18npath = i18n
 translate_paragraphwise = False
 url_prefix = https://www.torproject.org/
diff --git a/databags/alternatives.ini b/databags/alternatives.ini
index dc49ed2..08ed5a5 100644
--- a/databags/alternatives.ini
+++ b/databags/alternatives.ini
@@ -81,3 +81,9 @@ direction = text-left
 order = order-last
 url = /tr/
 language = Türkçe (tr)
+
+[zh-CN]
+direction = text-left
+order = order-last
+url = /zh-CN/
+language = 简体字 (zh-CN)
diff --git a/tpo.lektorproject b/tpo.lektorproject
index e266309..a7fbe12 100644
--- a/tpo.lektorproject
+++ b/tpo.lektorproject
@@ -10,6 +10,16 @@ primary = yes
 url_prefix = /
 locale = en
 
+[alternatives.bn]
+name = বাংলা ভাষা  (bn)
+url_prefix = /bn/
+locale = bn
+
+[alternatives.da]
+name = Dansk (da)
+url_prefix = /da/
+locale = da
+
 [alternatives.de]
 name = Deutsch (de)
 url_prefix = /de/
@@ -25,11 +35,31 @@ name = Français (fr)
 url_prefix = /fr/
 locale = fr
 
+[alternatives.id]
+name = Indonesia (id)
+url_prefix = /id/
+locale = id
+
+[alternatives.is]
+name = Íslenska (is)
+url_prefix = /is/
+locale = is
+
 [alternatives.it]
 name = Italiano (it)
 url_prefix = /it/
 locale = it
 
+[alternatives.ka]
+name = Georgian (ka)
+url_prefix = /ka/
+locale = ka
+
+[alternatives.ko]
+name = 한국어 (ko)
+url_prefix = /ko/
+locale = ko
+
 [alternatives.pt-BR]
 name = Português Brasil (pt-BR)
 url_prefix = /pt-BR/
@@ -44,3 +74,8 @@ locale = ru
 name = Türkçe (tr)
 url_prefix = /tr/
 locale = tr
+
+[alternatives.zh-CN]
+name = 简体字 (zh-CN)
+url_prefix = /zh-CN/
+locale = zh-CN



More information about the tor-commits mailing list