Use Swedish 'post' instead of 'photo'

Old translation used the Swedish word for 'photo' instead of direclty
translating the word 'post'.
This commit is contained in:
Anton Strömkvist 2019-10-01 14:14:42 +02:00
parent 72a47f698b
commit 579f6ffd03
No known key found for this signature in database
GPG key ID: 50A3573EFBFA9867

View file

@ -2,11 +2,11 @@
return [ return [
'likedPhoto' => 'gillade ditt foto.', 'likedPhoto' => 'gillade ditt inlägg.',
'likedComment' => 'gillade din kommentar.', 'likedComment' => 'gillade din kommentar.',
'startedFollowingYou' => 'började följa dig.', 'startedFollowingYou' => 'började följa dig.',
'commented' => 'kommenterade ditt foto.', 'commented' => 'kommenterade ditt inlägg.',
'mentionedYou' => 'nämnde dig.', 'mentionedYou' => 'nämnde dig.',
'shared' => 'delade ditt foto.', 'shared' => 'delade ditt inlägg.',
]; ];