diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-08-01 18:08:50 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-08-01 18:08:50 (GMT) |
commit | 071e39254b00ad7ffed5de8cdeb44072278d4d57 (patch) | |
tree | dd7f0f7dd0875046b1426a541b00547a8af08af1 /doc/language.tpl | |
parent | ea8a1bc7ccbd7b64a31c293caa31240bde7397cf (diff) | |
download | Doxygen-071e39254b00ad7ffed5de8cdeb44072278d4d57.zip Doxygen-071e39254b00ad7ffed5de8cdeb44072278d4d57.tar.gz Doxygen-071e39254b00ad7ffed5de8cdeb44072278d4d57.tar.bz2 |
Release-1.2.9
Diffstat (limited to 'doc/language.tpl')
-rw-r--r-- | doc/language.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/language.tpl b/doc/language.tpl index 7390f02..7497bea 100644 --- a/doc/language.tpl +++ b/doc/language.tpl @@ -68,13 +68,13 @@ Just follow these steps: \endverbatim after the <code>if { ... }</code> <li>Edit libdoxygen.pro.in and add \c translator_xx.h to - the \c HEADERS line in the file doxygen.pro. + the \c HEADERS line. <li>Edit <code>translator_xx.h</code>: <ul> <li>Rename <code>TRANSLATOR_EN_H</code> to <code>TRANSLATOR_XX_H</code> twice. <li>Rename TranslatorEnglish to TranslatorYourLanguage <li>In the member <code>idLanguage()</code> change "english" into the - name of the your language (use lower case characters only). Depending + name of your language (use lower case characters only). Depending on the language you may also wish to change the member functions latexLanguageSupportCommand(), idLanguageCharset() and others (you will recognize them when you start the work). |