mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 03:39:13 -04:00
Make use of the new plural macro
This commit is contained in:
parent
dabba91152
commit
c39eb4f443
2 changed files with 2 additions and 7 deletions
|
@ -96,8 +96,7 @@
|
|||
"timeslider.month.october": "October",
|
||||
"timeslider.month.november": "November",
|
||||
"timeslider.month.december": "December",
|
||||
"timeslider.unnamedauthor": "{{num}} unnamed author",
|
||||
"timeslider.unnamedauthors": "{{num}} unnamed authors",
|
||||
"timeslider.unnamedauthors": "{{num}} unnamed {[plural(num) one: author, other: authors ]}",
|
||||
"pad.savedrevs.marked": "This revision is now marked as a saved revision",
|
||||
"pad.userlist.entername": "Enter your name",
|
||||
"pad.userlist.unnamed": "unnamed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue