Opened 13 years ago

Closed 13 years ago

Last modified 13 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, 13 years ago

Component: Uncategorized → Translations
Version: 1.5 → 1.6-beta-1

comment:2 by Simon Charette, 13 years ago

Resolution: → invalid
Status: new → closed

It looks like it has been ​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.

Last edited 13 years ago by Simon Charette (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top