[PR #387] [MERGED] Added support for Persian language #459

Closed
opened 2026-02-26 12:21:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/387
Author: @drunkleen
Created: 4/18/2023
Status: Merged
Merged: 4/18/2023
Merged by: @brentvollebregt

Base: masterHead: master


📝 Commits (3)

  • 9ca8033 Added support for Persian language
  • f75d4bd Persian/Arabic Font style added into the css to make the Persian/Arabic texts more readable
  • 6a85d90 Persian/Arabic Font style added into the css to make the Persian/Arabic texts more readable

📊 Changes

4 files changed (+83 additions, -3 deletions)

View changed files

📝 README.md (+1 -0)
auto_py_to_exe/web/Vazirmatn-Light.ttf (+0 -0)
📝 auto_py_to_exe/web/css/general.css (+11 -2)
📝 auto_py_to_exe/web/js/i18n.js (+71 -1)

📄 Description

After repeatedly advising Persian users to use PyInstaller to convert their Python code into an executable, I realized that many people were still struggling with the process. To make it easier for everyone, finally, I have translated the auto-py-to-exe project into Persian language.

With this change, users who speak Persian (Farsi) can now use the tool more easily, and the project is now more accessible to a wider range of users. This translation includes all the menus, buttons, and other user interface elements, as well as any error messages that may be displayed during the conversion process.

I have thoroughly tested this change to ensure that it does not introduce any new bugs or issues, and I believe it will greatly benefit the auto-py-to-exe project and its users. I hope that you will consider merging this pull request and making the translated version of the tool available to everyone. Thank you for your time and consideration.
DrunkLeen

Translation checklist

  • Have you run the application to make sure your code runs
  • Have you used the correct keys for your translations added (e.g. en)
  • Have you made sure to leave a , at the end of each translation added
  • Have you added the language to supportedLanguages in alphabetical order
  • Have you added the language to the table in README.md in alphabetical order
  • If you have translated the README, have you linked it in README.md

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/brentvollebregt/auto-py-to-exe/pull/387 **Author:** [@drunkleen](https://github.com/drunkleen) **Created:** 4/18/2023 **Status:** ✅ Merged **Merged:** 4/18/2023 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`9ca8033`](https://github.com/brentvollebregt/auto-py-to-exe/commit/9ca803377012e825e4cde61e20bcce45e6b38f50) Added support for Persian language - [`f75d4bd`](https://github.com/brentvollebregt/auto-py-to-exe/commit/f75d4bda19c1fce9ac6193a3dc6844414fc92983) Persian/Arabic Font style added into the css to make the Persian/Arabic texts more readable - [`6a85d90`](https://github.com/brentvollebregt/auto-py-to-exe/commit/6a85d90fa1696a4d8066d25f9be13e7475fdf09f) Persian/Arabic Font style added into the css to make the Persian/Arabic texts more readable ### 📊 Changes **4 files changed** (+83 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `auto_py_to_exe/web/Vazirmatn-Light.ttf` (+0 -0) 📝 `auto_py_to_exe/web/css/general.css` (+11 -2) 📝 `auto_py_to_exe/web/js/i18n.js` (+71 -1) </details> ### 📄 Description After repeatedly advising Persian users to use PyInstaller to convert their Python code into an executable, I realized that many people were still struggling with the process. To make it easier for everyone, finally, I have translated the auto-py-to-exe project into Persian language. With this change, users who speak Persian (Farsi) can now use the tool more easily, and the project is now more accessible to a wider range of users. This translation includes all the menus, buttons, and other user interface elements, as well as any error messages that may be displayed during the conversion process. I have thoroughly tested this change to ensure that it does not introduce any new bugs or issues, and I believe it will greatly benefit the auto-py-to-exe project and its users. I hope that you will consider merging this pull request and making the translated version of the tool available to everyone. Thank you for your time and consideration. DrunkLeen **Translation checklist** - [X] Have you run the application to make sure your code runs - [X] Have you used the correct keys for your translations added (e.g. `en`) - [X] Have you made sure to leave a `,` at the end of each translation added - [X] Have you added the language to `supportedLanguages` in alphabetical order - [X] Have you added the language to the table in README.md in alphabetical order - [ ] If you have translated the README, have you linked it in README.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#459
No description provided.