[ << Website work ] | [Top][Contents] | [ LSR work >> ] |
[ < Debugging website and docs locally ] | [ Up : Website work ] | [ LSR work > ] |
6.4 Translating the website
As it has much more audience, the website should be translated before the documentation; see Translating the documentation.
In addition to the normal documentation translation practices, there are a few additional things to note:
-
Build the website with:
make website
-
Some of the translation infrastructure is defined in python files;
you must look at the
### translation data
sections in:scripts/build/create-weblinks-itexi.py scripts/build/website_post.py
Do not submit a patch to add your language to this file unless
make website
completes with fewer than 5 warnings. -
Links to manuals are done with macros like
@manualDevelLearningSplit
. To get translated links, you must change that to@manualDevelLearningSplit-es
(for es/Spanish translations, for example).
[ << Website work ] | [Top][Contents] | [ LSR work >> ] |
[ < Debugging website and docs locally ] | [ Up : Website work ] | [ LSR work > ] |