Make prettyDates translatable
This commit is contained in:
@@ -61,6 +61,16 @@
|
||||
"selected": "{{ n }} selected",
|
||||
"select": "Select",
|
||||
"filterPlaceholder": "Type to filter options"
|
||||
},
|
||||
"prettyDate": {
|
||||
"justNow": "just now",
|
||||
"yeserday": "Yesterday",
|
||||
"minutesAgo": "{{ m }} minutes ago",
|
||||
"hoursAgo": "{{ h }} hours ago",
|
||||
"daysAgo": "{{ d }} days ago",
|
||||
"weeksAgo": "{{ w }} weeks ago",
|
||||
"monthsAgo": "{{ m }} months ago",
|
||||
"yearsAgo": "{{ y }} years ago"
|
||||
}
|
||||
},
|
||||
"appstore": {
|
||||
|
||||
Reference in New Issue
Block a user