-
Notifications
You must be signed in to change notification settings - Fork 990
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
Correct Bidi "fa" and "ar" in texts and file names. #227
base: master
Are you sure you want to change the base?
Conversation
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.
Please do not add top level scripts to generate data (basic_py_module.py, run_example_windows.cmd). The rest looks good to me.
Ok, as you wish :)
…On Sun, Sep 19, 2021 at 11:16 PM Edouard Belval ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Please do not add top level scripts to generate data (basic_py_module.py,
run_example_windows.cmd). The rest looks good to me.
------------------------------
In .gitignore
<#227 (comment)>
:
> @@ -101,3 +101,7 @@ ENV/
.mypy_cache/
.vscode/*
+/.vs
+/out
+/tests
+/trdg/dicts/ar - Copy.txt
Please don't change the .gitignore file.
------------------------------
In run_example_windows.cmd
<#227 (comment)>
:
> @@ -0,0 +1 @@
+python trdg\run.py -f 45 -c 20 -w 3 -r -bl 1 -rbl -l "fa" -e "png" --background 2 --name_format 0 --stroke_width 1 --skew_angle 2 -rk --distorsion 3
Please remove this file.
------------------------------
In basic_py_module.py
<#227 (comment)>
:
> @@ -0,0 +1,16 @@
+
Please remove this file.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#227 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJZTEBTSPVKJWBZX35GVZLUCYVYVANCNFSM5DUIYHDQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
________________________________
Hashem Zavvari, MA degree, SWE.
.NET developer at Hooshkavan Co.
Islamic Republic of Iran, Mashhad.
|
Delete basic_py_module.py Delete run_example_windows.cmd Changed back .gitignore |
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.
Reviewed.
8e5b3a0
to
11cdbfa
Compare
Farsi and Arabic is a right-left languages so we need to write its text in that way and this PR covers some report issues #57 and #161 to fixing and improves it on both texts and filenames.
Also a font file added in "fa" path: trdg/fonts/fa and a example CMD file duo to execute on windows machines.