commit d3f8a849af22916842cd53363741dab83cde17ee Author: emma peel emma.peel@riseup.net Date: Fri Apr 23 11:27:08 2021 +0000
order alphabetically, otherwise we end up duplicating languages and losing time --- manual.lektorproject | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/manual.lektorproject b/manual.lektorproject index 9710ebb..d349a66 100644 --- a/manual.lektorproject +++ b/manual.lektorproject @@ -4,12 +4,6 @@ url = https://manual.torproject.org/ url_style = relative locale = en
-[alternatives.en] -name = English (en) -primary = yes -url_prefix = / -locale = en - [alternatives.ar] name = عربية (ar) url_prefix = /ar/ @@ -50,6 +44,12 @@ name = Ελληνικά (el) url_prefix = /el/ locale = el
+[alternatives.en] +name = English (en) +primary = yes +url_prefix = / +locale = en + [alternatives.es] name = Español (es) url_prefix = /es/ @@ -120,16 +120,16 @@ name = lietuvių (lt) url_prefix = /lt/ locale = lt
-[alternatives.ml] -name = മലയാളം (ml) -url_prefix = /ml/ -locale = ml - [alternatives.mk] name = македонски (mk) url_prefix = /mk/ locale = mk
+[alternatives.ml] +name = മലയാളം (ml) +url_prefix = /ml/ +locale = ml + [alternatives.ms] name = Melayu (ms) url_prefix = /ms/ @@ -190,16 +190,16 @@ name = Türkçe (tr) url_prefix = /tr/ locale = tr
-[alternatives.vi] -name = Tiếng Việt (vi) -url_prefix = /vi/ -locale = vi - [alternatives.uk] name = українська (uk) url_prefix = /uk/ locale = uk
+[alternatives.vi] +name = Tiếng Việt (vi) +url_prefix = /vi/ +locale = vi + [alternatives.zh-CN] name = 简体中文 (zh-CN) url_prefix = /zh-CN/
tor-commits@lists.torproject.org