Page MenuHomePhabricator

Add RTL support to InternetArchiveBot
Closed, ResolvedPublicBUG REPORT

Description

InternetArchiveBot is completely translated into Arabic and Hebrew, but the HTML has no proper RTL support at all, so many messages are displayed incorrectly. As a first step, it can probably be fixed relatively easily by adding some dir="rtl" attributes.

I, @Amire80, have started working on it at the Wikimania 2024 Hackathon with @Harej and @Cyberpower678.

Event Timeline

Restricted Application added a subscriber: Cyberpower678. · View Herald Transcript

Basic support is done! Thank you, @Cyberpower678 and @Harej for the assistance with navigating the PHP code, reviewing, and deploying!

Screenshots before:

צילום מסך מ־2024-08-09 15-35-23.png (437×1 px, 62 KB)

צילום מסך מ־2024-08-09 15-36-53.png (437×1 px, 86 KB)

צילום מסך מ־2024-08-09 15-37-15.png (437×1 px, 74 KB)

Screenshots after:

צילום מסך מ־2024-08-09 17-12-04.png (437×1 px, 61 KB)

צילום מסך מ־2024-08-09 17-12-28.png (437×1 px, 85 KB)

צילום מסך מ־2024-08-09 17-12-45.png (437×1 px, 73 KB)

There are a few other minor things to fix, but they can be reported as separate task.