1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Merge pull request #116 from utkarsh-raj/master

Updated the locale for Hindi Language
This commit is contained in:
Eldad A. Fux 2019-10-05 09:34:16 +03:00 committed by GitHub
commit 41fd6eba90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<?php
return [
'settings.inspire' => '"बुद्धिमान होने कला यह जानने की कला है कि क्या अनदेखी करना चाहिए।"', // 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',
@ -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',