#3139 closed defect (bug) (fixed)
bbp_get_time_since() does not support plural forms
| Reported by: | SergeyBiryukov | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Locale - i18n/l10n | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
bbp_get_time_since() only supports one singular and one plural form, which is typical for English, but doesn't work for languages with more than one plural form, e.g. Russian and other Slavic languages.
This can be resolved by using _n_noop() to register the strings in advance and _n() to actually translate them.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 6645: