Opened 4 weeks ago

Closed 4 weeks ago

#36557 closed Cleanup/optimization (wontfix)

There are some problems in translations for Persian language.

Reported by: Bamdad Mehrvarzan Owned by:
Component: contrib.admin Version: 5.2
Severity: Normal Keywords: Persian Translations
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello
I am Bamdad Mehrvarzan from Iran and Persian is my mother language.

There are a lot of problems with translations in Django admin, specially in plural and singular objects.

This is one example :

current : msgstr "حذف %(verbose_name_plural)s های انتخاب شده"
correct version : msgstr "حذف %(verbose_name_plural)sی انتخاب شده"

There are many problems like this in Persian translation in Django, because plural words are different in Persian and it is not like English or other languages.

How can we fix this problem together ? Please tell me.

I can provide you all correct translations.

Best regards.

Change History (2)

comment:1 by David Smith, 4 weeks ago

Thank you for you interest in translating the project.

Translations for Django are managed at transifex, see docs.

You're very welcome to contribute translations there and occasionally (before a major release) the Fellows will merge in the latest translations from Transifex. The django forum is a good place for discussion too. You'll see other folk there asking to join various teams and those requests being approved.

comment:2 by David Smith, 4 weeks ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top