1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-06 18:40:00 +01:00

fix trailing comma

This commit is contained in:
pizzaiolo 2018-05-16 10:56:46 +00:00
parent 7187a8f2dc
commit c8cdfda01c

View file

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