close #489 Added: App store vote & reviews

This commit is contained in:
cuneytsenturk
2018-09-14 12:17:25 +03:00
parent 901a409f4f
commit 9fe3d9b940
4 changed files with 70 additions and 1 deletions

View File

@ -32,6 +32,7 @@ return [
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Changelog',
'reviews' => 'Reviews',
],
'installation' => [
@ -55,4 +56,11 @@ return [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];