summaryrefslogtreecommitdiff
path: root/doc/go_faq.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-12-03 17:23:33 -0800
committerRuss Cox <rsc@golang.org>2009-12-03 17:23:33 -0800
commit3f6a7773c4650e54d6b6b0ab48d949e8d804d38f (patch)
tree0516d73e9fcef47ab54e74d752a3f2d609a64404 /doc/go_faq.html
parentcf5fc7ed8e5fa61f625d2e6f6af07002ae0a522e (diff)
downloadgo-3f6a7773c4650e54d6b6b0ab48d949e8d804d38f.tar.gz
faq: add question about translation
R=jini, r http://codereview.appspot.com/163092
Diffstat (limited to 'doc/go_faq.html')
-rw-r--r--doc/go_faq.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 43caaadd4..9205c4507 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.
+<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>