Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right to left display of ko in admin interface and some labels are in English instead of Arabic - EXO-73560 - Meeds-io/meeds#2308. #3972

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

akhanfir
Copy link
Contributor

Before this change, when you set the language to Arabic as a plf admin and access the admin site, the platform settings menu is positioned on the left and is not fully displayed due to an overlap with the main settings block. After this change, the right to left display in the platform settings menu without overlap is displayed correctly.

@akhanfir akhanfir requested a review from mkrout August 12, 2024 11:23
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Aug 12, 2024
@@ -29,6 +29,9 @@ export default {
fullDisplayAllowed() {
return this.$vuetify.breakpoint.width >= this.$vuetify.breakpoint.thresholds.lg;
},
isLanguageArabic() {
Copy link
Member

@mkrout mkrout Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, it will better to use eXo.env.portal.orientation to check the text orientation, then testing the laguage

@akhanfir akhanfir force-pushed the TASK-73560 branch 4 times, most recently from a06d72e to f6e2c6e Compare August 12, 2024 14:03
… English instead of Arabic - EXO-73560 - Meeds-io/meeds#2308.

Before this change, when you set the language to Arabic as a plf admin and access the admin site, the platform settings menu is positioned on the left and is not fully displayed due to an overlap with the main settings block. After this change, the right to left display in the platform settings menu without overlap is displayed correctly.
Copy link

sonarcloud bot commented Aug 12, 2024

@Jihed525 Jihed525 requested a review from mkrout August 12, 2024 14:19
@akhanfir akhanfir merged commit 1c98379 into feature/maintenance Aug 12, 2024
5 checks passed
@akhanfir akhanfir deleted the TASK-73560 branch August 12, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants