Commit 74815268 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #50 from albert-github/feature_chm_esperanto

Esperanto not supported by htmlhelp compiler
parents 33ce9c33 53751067
......@@ -435,7 +435,10 @@ void HtmlHelp::initialize()
s_languageDict.insert("latvian", new QCString("0x426 Latvian"));
s_languageDict.insert("macedonian", new QCString("0x042f Macedonian (Former Yugoslav Republic of Macedonia)"));
s_languageDict.insert("armenian", new QCString("0x42b Armenian"));
s_languageDict.insert("esperanto", new QCString("0x48f Esperanto"));
//Code for Esperanto should be as shown below but the htmlhelp compiler 1.3 does not support this
// (and no newer version is available).
//So do a fallback to the default language (see getLanguageString())
//s_languageDict.insert("esperanto", new QCString("0x48f Esperanto"));
s_languageDict.insert("serbian-cyrillic", new QCString("0xC1A Serbian (Serbia, Cyrillic)"));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment