Hello,
I'd like to work on the Turkish translation of A Tour of Go. The previous Turkish translation (
github.com/golang-tr/tour) has been archived, and its
appspot.com deployment is no longer reachable.
The TRANSLATE document in golang/website still describes deploying to App Engine as
go-tour-LL.appspot.com. Given that the older App Engine runtimes have been deprecated, I'm not sure that's still the recommended path.
Could you tell me the current recommended approach for hosting and linking a tour translation? Specifically:
- Is self-hosting (for example, on Cloud Run or another platform) acceptable, or is App Engine still expected?
- How are translations linked from the official tour today?
Thanks for any guidance.
Bekir Kasan