[PR #488] [MERGED] Add Hebrew translations #479

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

📋 Pull Request Information

Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/488
Author: @ronbentata
Created: 5/23/2024
Status: Merged
Merged: 6/1/2024
Merged by: @brentvollebregt

Base: masterHead: master


📝 Commits (7)

  • 3d4fa54 add Hebrew translation
  • 0661137 - add missing trans.
  • 214ae69 - missed this fix: increaseRecursionLimit.
  • 07f6cd9 - remove Trans table from Hebrew md.
  • 106ae69 - fix (again) increaseRecursionLimit key.
  • c36673c - run prettier again to fix format on specific files.
  • 899a753 - fixed single quotes for correct parsing.

📊 Changes

3 files changed (+225 additions, -0 deletions)

View changed files

README-Hebrew.md (+152 -0)
📝 README.md (+1 -0)
📝 auto_py_to_exe/web/js/i18n.js (+72 -0)

📄 Description

Summary

Added an Hebrew translation + ReadMe

Translation checklist

  • I have ran the application to make sure my code runs
  • I have used the correct ISO 639-1 code for my translations (e.g. en)
  • I have made sure to leave a , at the end of each translation added
  • I have added the language to supportedLanguages in alphabetical order
  • I have added the language to the table in README.md in alphabetical order
  • (If you translated the README) I have translated the README and linked it in the main 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/488 **Author:** [@ronbentata](https://github.com/ronbentata) **Created:** 5/23/2024 **Status:** ✅ Merged **Merged:** 6/1/2024 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`3d4fa54`](https://github.com/brentvollebregt/auto-py-to-exe/commit/3d4fa546149c29870c56cec119ef132b0018a728) add Hebrew translation - [`0661137`](https://github.com/brentvollebregt/auto-py-to-exe/commit/06611379cd56b36e79abefe7e2b12baca8564b8f) - add missing trans. - [`214ae69`](https://github.com/brentvollebregt/auto-py-to-exe/commit/214ae6913b12839380e3dc247ade6be5974390c1) - missed this fix: increaseRecursionLimit. - [`07f6cd9`](https://github.com/brentvollebregt/auto-py-to-exe/commit/07f6cd90d9d7b222456198902a387be0761ebe05) - remove Trans table from Hebrew md. - [`106ae69`](https://github.com/brentvollebregt/auto-py-to-exe/commit/106ae69b98ffd30dfda320242d250cda019f0b37) - fix (again) increaseRecursionLimit key. - [`c36673c`](https://github.com/brentvollebregt/auto-py-to-exe/commit/c36673c173e22bb671604eacddaaa55debfd14ae) - run prettier again to fix format on specific files. - [`899a753`](https://github.com/brentvollebregt/auto-py-to-exe/commit/899a753cd3149abe023e1a6272d43cf83e6214b9) - fixed single quotes for correct parsing. ### 📊 Changes **3 files changed** (+225 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `README-Hebrew.md` (+152 -0) 📝 `README.md` (+1 -0) 📝 `auto_py_to_exe/web/js/i18n.js` (+72 -0) </details> ### 📄 Description **Summary** Added an Hebrew translation + ReadMe **Translation checklist** - [x] I have ran the application to make sure my code runs - [x] I have used the correct [ISO 639-1 code](https://www.alchemysoftware.com/livedocs/ezscript/Topics/Catalyst/Language.htm) for my translations (e.g. `en`) - [x] I have made sure to leave a `,` at the end of each translation added - [x] I have added the language to `supportedLanguages` in alphabetical order - [x] I have added the language to the table in README.md in alphabetical order - [x] (_If you translated the README_) I have translated the README and linked it in the main 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:47 +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#479
No description provided.