Browse Source

Merge pull request #1839 from WonderingDane/patch-6

Adding da missing translations
daniel 5 years ago
parent
commit
84509f9bd3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      resources/lang/da/notification.php

+ 6 - 1
resources/lang/da/notification.php

@@ -2,6 +2,11 @@
 
 return [
 
-  'likedPhoto' => 'syntes om dit billede.',
+  'likedPhoto'          => 'syntes om dit billede.',
+  'likedComment'        => 'Syntes om din kommentar.',
+  'startedFollowingYou' => 'følger dig nu.',
+  'commented'           => 'har kommenteret på dit opslag.',
+  'mentionedYou'        => 'har nævnt dig.',
+  'shared'				=> 'har delt dit opslag.',
 
 ];