Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31733 closed Cleanup/optimization (duplicate)

Some translation doesn't work.

Reported by: Andrey Frolov Owned by: nobody
Component: Core (Other) Version: 3.0
Severity: Normal Keywords: translation
Cc: Claude Paroz Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

After #30400 we've got a lot of untranslated phrases because of changing ' to .

For example:
In code we can find using The two password fields didn’t match., but in ~60 languages we have translation for The two password fields didn't match.
Single quota mark in the first case and apostrophe in the second.
As a result many translations are not used.

Change History (3)

comment:1 by Mariusz Felisiak, 4 years ago

Component: UncategorizedCore (Other)
Resolution: invalid
Status: newclosed
Summary: Some translation doen't workSome translation doesn't work.

Built-in translations look good. Unfortunately, you need to update translations for extra languages that you have in your project.

Closing per TicketClosingReasons/UseSupportChannels.

comment:2 by Andrey Frolov, 4 years ago

Build-in translations doesnt's work. They have to be fixed by updating msgid.
For example: https://github.com/django/django/blob/master/django/contrib/auth/locale/ru/LC_MESSAGES/django.po#L61
This phrase changed to msgid "The two password fields didn’t match." after #30400.

Another ticket about this problem https://code.djangoproject.com/ticket/31302

comment:3 by Mariusz Felisiak, 4 years ago

Cc: Claude Paroz added
Resolution: invalidduplicate

Thanks for finding this ticket. IMO, Claude comment is still valid.

Duplicate of #31302.

Note: See TracTickets for help on using tickets.
Back to Top