]> Cypherpunks repositories - gostls13.git/commitdiff
faq: add question about translation
authorRuss Cox <rsc@golang.org>
Fri, 4 Dec 2009 01:23:33 +0000 (17:23 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 4 Dec 2009 01:23:33 +0000 (17:23 -0800)
R=jini, r
https://golang.org/cl/163092

doc/go_faq.html

index 43caaadd48a2f2b03be49640643a141f65a2a8c7..9205c4507e1d6e24248504e85bc66ed3edbda312 100644 (file)
@@ -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.
 
+<h3 id="Can_I_translate_the_Go_home_page">
+Can I translate the Go home page into another language?</h3>
+
+<p>
+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 <a href="http://golang.org/">golang.org</a>),
+you will need to abide by the guidelines at
+<a href="http://www.google.com/permissions/guidelines.html">http://www.google.com/permissions/guidelines.html</a>
+</p>
+
 <h2 id="Design">Design</h2>
 
 <h3 id="Why_doesnt_Go_have_feature_X">Why doesn't Go have feature X?</h3>