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
2ff3f158
Commit
2ff3f158
authored
Jun 18, 2013
by
Petr Prikryl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hungarian translator converted to UTF-8.
parent
8f5f0250
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
384 additions
and
384 deletions
+384
-384
language.cpp
src/language.cpp
+1
-1
translator_hu.h
src/translator_hu.h
+383
-383
No files found.
src/language.cpp
View file @
2ff3f158
...
...
@@ -273,7 +273,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_HU
else
if
(
L_EQUAL
(
"hungarian"
))
{
theTranslator
=
new
Translator
Decoder
(
new
TranslatorHungarian
)
;
theTranslator
=
new
Translator
Hungarian
;
}
#endif
#ifdef LANG_KR
...
...
src/translator_hu.h
View file @
2ff3f158
This diff is collapsed.
Click to expand it.
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