[tor-commits] [check/master] Order user manuals

arlo at torproject.org arlo at torproject.org
Tue May 6 02:16:00 UTC 2014


commit a509bb177efd060fe4d049f148807e2c517818fc
Author: Arlo Breault <arlolra at gmail.com>
Date:   Mon May 5 18:54:56 2014 -0700

    Order user manuals
---
 utils.go |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/utils.go b/utils.go
index bac9d68..0a642db 100644
--- a/utils.go
+++ b/utils.go
@@ -66,25 +66,25 @@ func GetHost(r *http.Request) (host string, err error) {
 
 var HaveManual = map[string]bool{
 	"ar":    true,
-	"zh_CN": true,
 	"cs":    true,
-	"nl":    true,
+	"de":    true,
+	"el":    true,
 	"en":    true,
+	"es":    true,
 	"fa":    true,
 	"fr":    true,
-	"de":    true,
-	"el":    true,
 	"hu":    true,
 	"it":    true,
 	"ja":    true,
 	"lv":    true,
 	"nb":    true,
+	"nl":    true,
 	"pl":    true,
 	"pt_BR": true,
 	"ru":    true,
-	"es":    true,
 	"sv":    true,
 	"tr":    true,
+	"zh_CN": true,
 }
 
 func FuncMap(domain *gettext.Domain) template.FuncMap {





More information about the tor-commits mailing list