fix(widget): correct Hebrew availability card (#15405)

This commit is contained in:
Sojan Jose
2026-08-10 20:34:31 -07:00
committed by GitHub
parent 9a9be2f919
commit c70c87c315
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ const startConversation = () => {
: $t('START_CONVERSATION')
}}
</span>
<i class="i-lucide-chevron-right size-5 mt-px" />
<i class="i-lucide-chevron-right size-5 mt-px rtl:rotate-180" />
</button>
</div>
</template>

View File

@@ -30,7 +30,7 @@
"BACK_IN_MINUTES": "נחזור לאונליין בעוד {time} דקות",
"BACK_AT_TIME": "נחזור לאונליין בשעה {time}",
"BACK_ON_DAY": "נחזור לאונליין ביום {day}",
"BACK_TOMORROW": "נחזור לאונליין מחר",
"BACK_TOMORROW": "נחזור לפעילות מחר",
"BACK_IN_SOME_TIME": "נחזור לאונליין בעוד זמן מה"
},
"DAY_NAMES": {
@@ -42,7 +42,7 @@
"FRIDAY": "שישי",
"SATURDAY": "יום שבת"
},
"START_CONVERSATION": "התחל שיחה",
"START_CONVERSATION": "התחלת שיחה",
"END_CONVERSATION": "סיים שיחה",
"CONTINUE_CONVERSATION": "המשך שיחה",
"YOU": "אתה",