1
0
Fork 0

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
1 changed files with 3 additions and 3 deletions

View File

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