Explorar o código

Merge pull request #39 from Nouutilizaire/dev

i18n Completes Occitan translation
daniel %!s(int64=7) %!d(string=hai) anos
pai
achega
a3f7ecfb80
Modificáronse 2 ficheiros con 13 adicións e 0 borrados
  1. 8 0
      resources/lang/oc/notification.php
  2. 5 0
      resources/lang/oc/profile.php

+ 8 - 0
resources/lang/oc/notification.php

@@ -0,0 +1,8 @@
+<?php
+
+return [
+
+  'likedPhoto' => 'a aimat vòstra fòto.',
+  'startedFollowingYou' => 'a començat de vos seguir.',
+
+];

+ 5 - 0
resources/lang/oc/profile.php

@@ -0,0 +1,5 @@
+<?php
+
+return [
+  'emptyTimeline' => 'Aqueste utilizaire a pas encara de publicacion !',
+];