forked from AkkomaGang/akkoma-fe
fix trailing comma
This commit is contained in:
parent
7187a8f2dc
commit
c8cdfda01c
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ const pt = {
|
|||
notifications: {
|
||||
notifications: 'Notificações',
|
||||
read: 'Lido!',
|
||||
followed_you: 'seguiu você'
|
||||
followed_you: 'seguiu você',
|
||||
favorited_you: 'favoritou sua postagem',
|
||||
repeated_you: 'repetiu sua postagem'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue