From 02fcfcf164017a455f397fc2b3aaa32dd9a37960 Mon Sep 17 00:00:00 2001 From: Utkarsh Raj Singh Date: Fri, 4 Oct 2019 04:22:27 +0530 Subject: [PATCH 1/2] Updated locale for consistent meaning --- app/config/locale/hi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/hi.php b/app/config/locale/hi.php index 95dced4f53..c6f0255bde 100644 --- a/app/config/locale/hi.php +++ b/app/config/locale/hi.php @@ -1,7 +1,7 @@ '"बुद्धिमान होने कला यह जानने की कला है कि क्या अनदेखी करना चाहिए।"', // This is the line printed in the homepage and console 'view-source' + 'settings.inspire' => '"यह जान लेना की क्या अनदेखा किया जा सकता है, ही बुद्धिमता का प्रतीक है |"', // This is the line printed in the homepage and console 'view-source' 'settings.locale' => 'hi', 'settings.direction' => 'ltr', From 39aaf56a5d2243530623ab9026ad5aafdb9cfc3a Mon Sep 17 00:00:00 2001 From: Utkarsh Raj Singh Date: Fri, 4 Oct 2019 04:26:01 +0530 Subject: [PATCH 2/2] Add translation for untranslated words --- app/config/locale/hi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/hi.php b/app/config/locale/hi.php index c6f0255bde..f48dcdb70a 100644 --- a/app/config/locale/hi.php +++ b/app/config/locale/hi.php @@ -14,7 +14,7 @@ return [ 'auth.emails.invitation.title' => 'इनविटेशन %s टीम %s', 'auth.emails.invitation.body' => 'hi.email.auth.invitation.tpl', - 'locale.country.unknown' => 'Unknown', + 'locale.country.unknown' => 'अज्ञात', 'countries' => include 'hi.countries.php', 'continents' => include 'hi.continents.php',