diff --git a/common/translation.cpp b/common/translation.cpp index fe5d1e9397c..336e26f940d 100644 --- a/common/translation.cpp +++ b/common/translation.cpp @@ -412,9 +412,6 @@ bool TranslationManager::checkHeader(File &in) { } U32String TranslationManager::convertBiDiString(const U32String &input) { - if (getCurrentLanguage() != "he") //TODO: modify when we'll support other RTL languages, such as Arabic and Farsi - return input; - return Common::convertBiDiU32String(input).visual; }