Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20754 closed Uncategorized (invalid)

Update timesince translations

Reported by: szymon@… Owned by: nobody
Component: Translations Version: 1.6-beta-1
Severity: Normal Keywords:
Cc: szymon@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I think there is problem with timesince translations. There was commit[1] introducing new format with %d in strings, that aren't included in translations.

[1] https://github.com/django/django/commit/d18f796a481e79a3800d4672d6189e4c496cce3d

Change History (2)

comment:1 by anonymous, 11 years ago

Component: UncategorizedTranslations
Version: 1.51.6-beta-1

comment:2 by Simon Charette, 11 years ago

Resolution: invalid
Status: newclosed

It looks like it has been included included.

Since those strings have been added quite recently it's possible they haven't been translated yet (i.e. Hebrew translation).

If you want those strings to get translated in your language I suggest you read how to localize Django.

Translations are pulled from Transifex into the code base just before a release thus your change should make it in the upcoming 1.6rc1 should you make it before its planned release date.

Version 0, edited 11 years ago by Simon Charette (next)
Note: See TracTickets for help on using tickets.
Back to Top