refactor: i18n

This commit is contained in:
codytseng 2025-03-02 16:36:18 +08:00
parent a2dd56d475
commit e81ab6d0bd
5 changed files with 40 additions and 57 deletions

View file

@ -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',