[tor-commits] [community/translations] add ka,ro,zh-CN

emmapeel at torproject.org emmapeel at torproject.org
Fri Jan 10 11:25:07 UTC 2020


commit 92ceedd60bbf6fce172e34d1dfe46495bf21612a
Author: emma peel <emma.peel at riseup.net>
Date:   Fri Jan 10 12:24:51 2020 +0100

    add ka,ro,zh-CN
---
 community.lektorproject   | 16 ++++++++++++++++
 configs/i18n.ini          |  2 +-
 databags/alternatives.ini | 18 ++++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/community.lektorproject b/community.lektorproject
index d61348f..9baf3e0 100644
--- a/community.lektorproject
+++ b/community.lektorproject
@@ -30,11 +30,21 @@ name = Italia (it)
 url_prefix = /it/
 locale = it
 
+[alternatives.ka]
+name = ქართული ენა (ka)
+url_prefix = /ka/
+locale = ka
+
 [alternatives.pt-BR]
 name = Português Br. (pr-BR)
 url_prefix = /pt-BR/
 locale = pt-BR
 
+[alternatives.ro]
+name = Română (ro)
+url_prefix = /ro/
+locale = ro
+
 [alternatives.ru]
 name = Русский (ru)
 url_prefix = /ru/
@@ -44,3 +54,9 @@ locale = ru
 name = Türkçe (tr)
 url_prefix = /tr/
 locale = tr
+
+[zh-CN]
+direction = text-left
+order = order-last
+url = /zh-CN/
+language = 简体中文 (zh-CN)
diff --git a/configs/i18n.ini b/configs/i18n.ini
index be324c7..96c93e4 100644
--- a/configs/i18n.ini
+++ b/configs/i18n.ini
@@ -1,5 +1,5 @@
 content = en
-translations = es,de,fr,it,pt-BR,ru,tr
+translations = es,de,fr,it,ka,pt-BR,ro,ru,tr,zh-CN
 i18npath = i18n
 translate_paragraphwise = False
 url_prefix = https://community.torproject.org/
diff --git a/databags/alternatives.ini b/databags/alternatives.ini
index 4368d71..24d6397 100644
--- a/databags/alternatives.ini
+++ b/databags/alternatives.ini
@@ -28,12 +28,24 @@ order = order-last
 url = /it/
 language = Italiano (it)
 
+[ka]
+direction = text-left
+order = order-last
+language = ქართული ენა (ka)
+url = /ka/
+
 [pt-BR]
 direction = text-left
 order = order-last
 url = /pt-BR/
 language = Português Br. (pt-BR)
 
+[ro]
+direction = text-left
+order = order-last
+url = /ro/
+language = Română (ro)
+
 [ru]
 direction = text-left
 order = order-last
@@ -45,3 +57,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)



More information about the tor-commits mailing list