mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Create pn.php
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
return [
|
||||
'settings.inspire' => '"I love Typing&coding in punjabi :)."', // This is the line printed in the homepage and console 'view-source'
|
||||
'settings.locale' => 'pn',
|
||||
'settings.direction' => 'ltr',
|
||||
// Service - Users
|
||||
'auth.emails.team' => '%s ਟੀਮ(Priyanak)',
|
||||
'auth.emails.confirm.title' => 'ਖਾਤਾ ਪੁਸ਼ਟੀਕਰਣ',
|
||||
'auth.emails.confirm.body' => 'pn.email.auth.confirm.tpl',
|
||||
'auth.emails.recovery.title' => 'ਪਾਸਵਰਡ ਰੀਸੈੱਟ',
|
||||
'auth.emails.recovery.body' => 'pn.email.auth.recovery.tpl',
|
||||
'auth.emails.invitation.title' => '% S ਟੀਮ% s ਤੇ ਸੱਦਾ',
|
||||
'auth.emails.invitation.body' => 'pn.email.auth.invitation.tpl',
|
||||
'locale.country.unknown' => 'India',
|
||||
'countries' => include 'pn.countries.php',
|
||||
'continents' => include 'pn.continents.php',
|
||||
];
|
||||
Reference in New Issue
Block a user