AminAliH47 / PicoSchool

Advanced school management system written in Django :)
Apache License 2.0
89 stars 18 forks source link

Request for English Translation #14

Open WajahatKanju opened 8 months ago

WajahatKanju commented 8 months ago

Request for English Translation in Django School Management System

Description: I've been exploring the [GitHub project name] and have noticed that the user interface and documentation are primarily in Persian. While I understand that this might be suitable for some users, it could be beneficial to have an English translation option for a wider audience, especially those who may not be proficient in Persian.

Suggestion: I suggest adding English language support to make the Django School Management System more accessible globally. This could involve providing English translations for user interfaces, error messages, and documentation.

Contribution Offer: If it aligns with the goals of the project, I'd be willing to contribute to the translation effort. Alternatively, if there are existing plans or reasons for keeping the system in Persian only, I would appreciate some insights or guidance.

Closing Note: Thank you for your time and consideration. I look forward to hearing your thoughts on this matter.

AminAliH47 commented 8 months ago

Hello, thank you for reviewing the Pico School project

I completely agree with your opinion, this project can serve at the international level, but as you said, the basis of the project is made in Persian language. First, i18n (Internationalization) should be implemented in the base of this project, which is written with Django, and then we should start translating different parts of this project.

If you can contribute to this project, we will gladly accept it. To start, you can create a branch named feature/add_i18n and then implement i18n in the base project.

Thanks.