Commit 59a0ee56 authored by Petr Prikryl's avatar Petr Prikryl

Serbian translator in UTF-8 cleaned.

Serbian translator was already in UTF-8. The decode() method was removed.
parent d2f8ca74
......@@ -351,7 +351,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_SR
else if (L_EQUAL("serbian"))
{
theTranslator=new TranslatorDecoder(new TranslatorSerbian);
theTranslator=new TranslatorSerbian;
}
#endif
#ifdef LANG_SC
......
This diff is collapsed.
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