diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doco.bb | 8 | ||||
-rw-r--r-- | doc/hidden_configs.bb | 5 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/doco.bb b/doc/doco.bb index 3fd0ee94f..7ca64cfea 100644 --- a/doc/doco.bb +++ b/doc/doco.bb @@ -22,4 +22,12 @@ Therefore, if using BBCode, try to make the most of it: [li]Use baseurl or observer.baseurl tags where appropriate instead of example.com for authenticated viewers.[/li] [li]Support non-authenticated users with observer=0 tags. We presently do not do this due to historical oversights. This needs adding everywhere[/li] +[b]Translations[/b] + +To translate documentation, or provided documentation in languages other than English: +[li]Create a directory in doc/ with your two letter country code if it doesn't already exist (eg, doc/de/ for German or doc/fr/ for French)[/li] +[li]Create a document with the same filename as the English version, but with content in your own language. This allows us to fallback to the English if the translation for a particular page is not provided[/li] + +To create documentation that has no equivalent file in English, you can create a new file with a name of your choosing - but you'll also need to provide a localised version of the index page (main.bb in English) to make it accessible from the menu. + #include doc/macros/main_footer.bb; diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index da5134123..41259d303 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -101,7 +101,10 @@ This document assumes you're an administrator. [b]system > hide_in_statistics[/b] Tell the red statistics servers to completely hide this hub in hub lists. [b]system > reserved_channels[/b] - Don't allow members to register channels with this comma separated list of names (no spaces) + Don't allow members to register channels with this comma separated + list of names (no spaces) + [b]system > auto_follow[/b] + Make the first channel of an account auto-follow channels listed here. #include doc/macros/main_footer.bb; |