Starting to add localization into PTB

This commit is contained in:
2018-09-26 22:52:43 -03:00
parent b49ec06062
commit 9a66b65f38
8 changed files with 57 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
<?php
// /resources/views/home.blade.php
return [
'no_messages' => 'There are no items shared with you yet.',
'share_item' => 'Share an item!',
'return' => 'Return It',
'cancel_alert' => 'Cancel Alert',
'alert_me' => 'Alert me',
'take' => 'Take It'
];