-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Layout corrections for RTL language environments, including flipped Grapher #2391
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
base: main
Are you sure you want to change the base?
Changes from 4 commits
6557485
ae0a347
1ff5e07
0e9bbf2
6ff9b8f
ebd8fd9
4c563a6
f55f668
0b4b4f0
ad8edf8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<root> | ||
<!-- | ||
Microsoft ResX Schema | ||
|
@@ -3352,11 +3352,11 @@ | |
<comment>Label text for the step text box</comment> | ||
</data> | ||
<data name="MinTextBlock.Text" xml:space="preserve"> | ||
<value>Min</value> | ||
<value>מינימום</value> | ||
|
||
<comment>Label text for the min text box</comment> | ||
</data> | ||
<data name="MaxTextBlock.Text" xml:space="preserve"> | ||
<value>Max</value> | ||
<value>מקסימום</value> | ||
|
||
<comment>Label text for the max text box</comment> | ||
</data> | ||
<data name="LineColorText.Text" xml:space="preserve"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's still some change. (Maybe it's end-of-line. Could you revert it back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sorry. I'd reverted it by hand, so the encoding got changed still. Now I've just copied the file back from main and this should be fully resolved.