Skip to content

Commit

Permalink
Disable RTL text until we have translations for it
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Jun 28, 2019
1 parent 1ed9503 commit c8f201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Language.cpp
Expand Up @@ -83,7 +83,7 @@ Language::Language() : _handler(0), _direction(DIRECTION_LTR), _wrap(WRAP_WORDS)
}
if (_rtl.empty())
{
_rtl.push_back("he");
//_rtl.push_back("he"); needs translation
}
if (_cjk.empty())
{
Expand Down

0 comments on commit c8f201d

Please sign in to comment.