From c085c9288a896fa671724e7403ee8dd4a0572853 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 Dec 2021 21:11:59 -0700 Subject: [PATCH] New translations web.php (Finnish) [ci skip] --- resources/lang/fi/web.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/lang/fi/web.php b/resources/lang/fi/web.php index ad46ea3c4..928b7aa85 100644 --- a/resources/lang/fi/web.php +++ b/resources/lang/fi/web.php @@ -56,6 +56,13 @@ return [ 'settings' => 'Settings', 'compose' => 'Create New', + // Nav footer + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', + // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ],