Added My apps page, it show Purchase and installed app

This commit is contained in:
cuneytsenturk
2018-05-29 12:55:16 +03:00
parent d57537b203
commit 54f10af4d3
10 changed files with 161 additions and 0 deletions

View File

@ -4,6 +4,7 @@ return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'My Apps',
'top_paid' => 'Top Paid',
'new' => 'New',
'top_free' => 'Top Free',
@ -49,4 +50,9 @@ return [
'disable' => 'Disable',
'enable' => 'Enable',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
];