Show More
@@ -67,6 +67,21 b' You are now ready to use Kallithea. To r' | |||
|
67 | 67 | repositories. |
|
68 | 68 | |
|
69 | 69 | |
|
70 | Internationalization (i18n support) | |
|
71 | ----------------------------------- | |
|
72 | The Kallithea web interface is automatically displayed in the user's preferred | |
|
73 | language, as indicated by the browser. Thus, different users may see the | |
|
74 | application in different languages. If the requested language is not available | |
|
75 | (because the translation file for that language does not yet exist or is | |
|
76 | incomplete), the language specified in setting ``i18n.lang`` in the Kallithea | |
|
77 | configuration file is used as fallback. If no fallback language is explicitly | |
|
78 | specified, English is used. | |
|
79 | ||
|
80 | If you want to disable automatic language detection and instead configure a | |
|
81 | fixed language regardless of user preference, set ``i18n.enabled = false`` and | |
|
82 | set ``i18n.lang`` to the desired language (or leave empty for English). | |
|
83 | ||
|
84 | ||
|
70 | 85 | Using Kallithea with SSH |
|
71 | 86 | ------------------------ |
|
72 | 87 |
General Comments 0
You need to be logged in to leave comments.
Login now