Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
53751067
Commit
53751067
authored
Oct 21, 2013
by
Albert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Esperanto not supported by htmlhelp compiler
reverting for esperanto to default language (US English)
parent
8c9e8297
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
htmlhelp.cpp
src/htmlhelp.cpp
+4
-1
No files found.
src/htmlhelp.cpp
View file @
53751067
...
@@ -435,7 +435,10 @@ void HtmlHelp::initialize()
...
@@ -435,7 +435,10 @@ void HtmlHelp::initialize()
s_languageDict
.
insert
(
"latvian"
,
new
QCString
(
"0x426 Latvian"
));
s_languageDict
.
insert
(
"latvian"
,
new
QCString
(
"0x426 Latvian"
));
s_languageDict
.
insert
(
"macedonian"
,
new
QCString
(
"0x042f Macedonian (Former Yugoslav Republic of Macedonia)"
));
s_languageDict
.
insert
(
"macedonian"
,
new
QCString
(
"0x042f Macedonian (Former Yugoslav Republic of Macedonia)"
));
s_languageDict
.
insert
(
"armenian"
,
new
QCString
(
"0x42b Armenian"
));
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)"
));
s_languageDict
.
insert
(
"serbian-cyrillic"
,
new
QCString
(
"0xC1A Serbian (Serbia, Cyrillic)"
));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment