Ticket #2189 (closed defect: fixed)
Missing language strings in template set Currywurst
Reported by: | tomek | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.10 |
Component: | module:themes | Version: | 2.9.1 |
Severity: | trivial | Keywords: | |
Cc: |
Description
I noticed several language strings missing in the Currywurst template set. It's used in the archive.html tpl:
$GLOBALS['__l10n']['toDay'] = 'au'; $GLOBALS['__l10n']['FromDay'] = 'Du'; $GLOBALS['__l10n']['By category'] = 'Par catégorie'; $GLOBALS['__l10n']['By date'] = 'Par date'; $GLOBALS['__l10n']['By tag'] = 'Par tag';
But they appear in the localisation files of the Berlin theme.
There might be other missing strings, in case I found others, I'll comment this ticket.
Change History
comment:2 Changed 9 years ago by franck <carnet.franck.paul@…>
- Status changed from new to closed
- Resolution set to fixed
(In [49a71802e24b]) Fix missing locales for archives.html template (currywurst templateset) — closes #2189
Note: See
TracTickets for help on using
tickets.