Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Turkish is not RTL (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Smith committed Mar 7, 2014
1 parent 80ac2f9 commit ac7fd7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ firetext.language.getCurrent = function () {
firetext.language.getDirection = function () {
var language = firetext.language.getCurrent();
if (language == 'he' |
language == 'ar' |
language == 'tr') {
language == 'ar') {
return 'rtl';
} else {
return 'ltr';
Expand Down

0 comments on commit ac7fd7c

Please sign in to comment.