home / django_tickets / tickets

tickets: 5147

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
5147 2007-08-13 12:39:55 2013-11-20 16:51:19 2022-03-06 03:33:39.798373 Accepted new Internationalization Bug Normal dev   Translation inconsistency for Hungarian language (entry - entries) I'm building a site right now for a Hungarian customer, so I had to revise the Hungarian translation, and also review the UI bits. There is a small inconsistency I've found, which is pretty important for the Hungarian language (I don't know if this is an issue for other languages, too). So there is a verbose_name and a verbose_name_plural field in the Meta class of a model. The verbose_name_plural field is used in two different contexts: once you can see it in the admin homepage (let's say "Entries" - the same applies to the permissions list), and you see it on the listing page ("2 entries"). The problem is that these two words are the same in English, but not in Hungarian. Remaining at our example: the homepage should say "Bejegyzések" (plural form), and the listing should say "2 bejegyzés" (we don't use the plural form after counts). I hope you can fix the issue. A possible fix: use the verbose_name_plural on the listing page, and introduce a descriptive_name (or something similar) field for the admin index/permissions list.   Szilveszter Farkas <szilveszter.farkas@gmail.com> i18n hu pl inconsistency i18n-nofix 0 0 0 0 0 0
Powered by Datasette · Queries took 0.953ms