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

Add Persian translation (RTL) #737

Merged
merged 1 commit into from
Jan 1, 2021
Merged

Conversation

Falke-Design
Copy link
Collaborator

@Falke-Design Falke-Design commented Dec 23, 2020

Thanks to @SadraParandeh

Note: this is a RTL Language #618

There is a Bug in the Leaflet Core Leaflet/Leaflet#7201 with RTL and Tooltips.
To work this have to be added in the CSS:

.leaflet-tooltip-pane > * {
    direction: rtl;
}
.leaflet-tooltip-pane {
    direction: ltr;
}

@cksadra
Copy link
Contributor

cksadra commented Dec 23, 2020

Many tanx...

@codeofsumit codeofsumit merged commit 6ae2fbb into geoman-io:develop Jan 1, 2021
@Falke-Design Falke-Design deleted the persian branch March 31, 2021 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants