mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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 [
|
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.',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue