Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: Antechinus on August 12, 2022, 08:10:00 PM

Title: index.arabic.php contains $txt['lang_rtl'] = false;
Post by: Antechinus on August 12, 2022, 08:10:00 PM
Defining an RTL language index file as LTR? Seriously, guys, how did this make it through Final?
Not to mention all the other obvious errors in that file, now that I have had cause to look at it.

Anyway, the obvious...
Code (index.arabic.php - Find) Select
// Character set and right to left?
$txt['lang_rtl'] = false;
Code (index.arabic.php - Replace) Select
// Character set and right to left?
$txt['lang_rtl'] =true;

That will at least make it work as RTL.

I have not checked other RTL languages yet (IIRC the only other one is Hebrew) but someone should, This is bog basic stuff.

ETA: Ok, I checked Hebrew for you. Same damned errors. At least the team is consistent. :P
Title: Re: index.arabic.php contains $txt['lang_rtl'] = false;
Post by: Kindred on August 12, 2022, 09:26:05 PM
It's a problem with crowdin...
Title: Re: index.arabic.php contains $txt['lang_rtl'] = false;
Post by: Dzonny on August 15, 2022, 03:24:09 AM
Thanks for the report! This is indeed a Crowdin "bug", we're looking into it.