From 42ba511e3e5e8a40387ed61d0ef1a405979ceabd Mon Sep 17 00:00:00 2001 From: Nouutilizaire <39726620+Nouutilizaire@users.noreply.github.com> Date: Tue, 29 May 2018 08:42:30 +0000 Subject: [PATCH 1/3] Create notification.php --- resources/lang/oc/notification.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/lang/oc/notification.php diff --git a/resources/lang/oc/notification.php b/resources/lang/oc/notification.php new file mode 100644 index 000000000..71fcc14f2 --- /dev/null +++ b/resources/lang/oc/notification.php @@ -0,0 +1,7 @@ + 'a aimat vòstra fotografia.', + +]; From 9ed904091b617f036480a9cb4aea5039cd844de5 Mon Sep 17 00:00:00 2001 From: Nouutilizaire <39726620+Nouutilizaire@users.noreply.github.com> Date: Tue, 29 May 2018 08:45:16 +0000 Subject: [PATCH 2/3] Create profile.php --- resources/lang/oc/profile.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources/lang/oc/profile.php diff --git a/resources/lang/oc/profile.php b/resources/lang/oc/profile.php new file mode 100644 index 000000000..ee70a7b00 --- /dev/null +++ b/resources/lang/oc/profile.php @@ -0,0 +1,5 @@ + 'Aqueste utilizaire a pas encara de publicacion !', +]; From d1fa191f06ee9de7a3df327cd88c08951522ffbd Mon Sep 17 00:00:00 2001 From: Nouutilizaire <39726620+Nouutilizaire@users.noreply.github.com> Date: Wed, 30 May 2018 08:54:37 +0000 Subject: [PATCH 3/3] Update notification.php --- resources/lang/oc/notification.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/oc/notification.php b/resources/lang/oc/notification.php index 71fcc14f2..38676b253 100644 --- a/resources/lang/oc/notification.php +++ b/resources/lang/oc/notification.php @@ -2,6 +2,7 @@ return [ - 'likedPhoto' => 'a aimat vòstra fotografia.', + 'likedPhoto' => 'a aimat vòstra fòto.', + 'startedFollowingYou' => 'a començat de vos seguir.', ];