#794 closed defect (bug) (fixed)
Defaut views names are not localizable
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 0.9 | Priority: | normal |
| Severity: | normal | Version: | 0.8.3.1 |
| Component: | Locale - i18n/l10n | Keywords: | i18n views |
| Cc: |
Description
Two views: no-replies and untagged are registered in default-filters.php and their names are run through gettext. However this is done just between loading gettext and loading the locale.
Is it possible that these views are registered later, after loading the locales?
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [1213]) Delay registration of default views until bb_init action. Fixes #794