From: Russ Cox Date: Fri, 4 Dec 2009 01:23:33 +0000 (-0800) Subject: faq: add question about translation X-Git-Tag: weekly.2009-12-07~39 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6301fb41347a5f159242efad2a4af8f1ac213d34;p=gostls13.git faq: add question about translation R=jini, r https://golang.org/cl/163092 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 43caaadd48..9205c4507e 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -157,6 +157,17 @@ protocol buffer source code include Go code generators and a Go library for them. The implementation uses data reflection at run time so it is slow, but a new implementation is planned. +

+Can I translate the Go home page into another language?

+ +

+Absolutely. We encourage developers to make Go Language sites in their own languages. +However, if choose to add the Google logo or branding to your site +(it does not appear on golang.org), +you will need to abide by the guidelines at +http://www.google.com/permissions/guidelines.html +

+

Design

Why doesn't Go have feature X?