Skip to content

Commit

Permalink
add rtl direction to ar.js strings file
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Mar 1, 2024
1 parent 776efdf commit ab3aad7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client-participation/js/strings/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

var s = {};


// for right to left languages
s.direction = "rtl";

// Text on the card

s.participantHelpWelcomeText = " أهلاً بكم في نوع جديد من المحادثات، </em> صوت <em> على إفادات الأشخاص الآخرين";
Expand Down

0 comments on commit ab3aad7

Please sign in to comment.