mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
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:
parent
72a47f698b
commit
579f6ffd03
1 changed files with 3 additions and 3 deletions
|
@ -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.',
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue