Commit b248b54
committed
Fix Italian locale plural seconds timeframe
The "seconds" timeframe used "{0} qualche secondo" which produces
nonsensical output like "15 qualche secondo fa" (literally
"15 some second ago"). "qualche secondo" means "a few seconds"
and is appropriate as a standalone phrase, not with a numeric
prefix.
Change to "{0} secondi" which is the correct Italian plural,
producing natural output like "15 secondi fa" ("15 seconds ago").1 parent b423717 commit b248b54
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments