commit a509bb177efd060fe4d049f148807e2c517818fc
Author: Arlo Breault <[email protected]>
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 {



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to