[community/translations] add Turkish to website

commit bc69bda3b79bc0df007825b0019ef836ccce65ba Author: emma peel <emma.peel@riseup.net> Date: Thu Dec 12 14:27:32 2019 +0100 add Turkish to website --- community.lektorproject | 5 +++++ configs/i18n.ini | 2 +- databags/alternatives.ini | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/community.lektorproject b/community.lektorproject index 7195f39..d61348f 100644 --- a/community.lektorproject +++ b/community.lektorproject @@ -39,3 +39,8 @@ locale = pt-BR name = Русский (ru) url_prefix = /ru/ locale = ru + +[alternatives.tr] +name = Türkçe (tr) +url_prefix = /tr/ +locale = tr diff --git a/configs/i18n.ini b/configs/i18n.ini index 4145dc0..be324c7 100644 --- a/configs/i18n.ini +++ b/configs/i18n.ini @@ -1,5 +1,5 @@ content = en -translations = es,de,fr,it,pt-BR,ru +translations = es,de,fr,it,pt-BR,ru,tr i18npath = i18n translate_paragraphwise = False url_prefix = https://community.torproject.org/ diff --git a/databags/alternatives.ini b/databags/alternatives.ini index 1dafc16..4368d71 100644 --- a/databags/alternatives.ini +++ b/databags/alternatives.ini @@ -39,3 +39,9 @@ direction = text-left order = order-last url = /ru/ language = Русский (ru) + +[tr] +direction = text-left +order = order-last +url = /tr/ +language = Türkçe (tr)
participants (1)
-
emmapeel@torproject.org