Commit ca22928
committed
strutil/quantity: make "ages!" duration-overflow string translatable
Every other unit suffix in FormatDuration is routed through i18n.G so
translators can localize it, but the overflow fallback string was a
bare Go literal, unlike everything else in the file.
Fixes: LP#19864131 parent 89c2bd8 commit ca22928
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments