refactor: i18n
This commit is contained in:
parent
a2dd56d475
commit
e81ab6d0bd
5 changed files with 40 additions and 57 deletions
|
|
@ -22,7 +22,7 @@ export default {
|
|||
'n h': '{{n}}h',
|
||||
'n days ago': 'hace {{n}} días',
|
||||
'n d': '{{n}}d',
|
||||
date: '{{timestamp, date}}', // ...existing code...
|
||||
date: '{{timestamp, date}}',
|
||||
Follow: 'Seguir',
|
||||
Unfollow: 'Dejar de seguir',
|
||||
'Follow failed': 'Error al seguir',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue