This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
forked from arashpayan/appirater
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from timehop/sync-from-main
Sync from main
- Loading branch information
Showing
7 changed files
with
111 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "Appirater", | ||
"version": "2.0.5.1", | ||
"version": "2.2.0.1", | ||
"platforms": { | ||
"ios": "5.0" | ||
}, | ||
"summary": "A utility that reminds your iPhone app's users to review the app.", | ||
"homepage": "http://arashpayan.com/blog/2009/09/07/presenting-appirater/", | ||
"homepage": "https://arashpayan.com/blog/2009/09/07/presenting-appirater/", | ||
"authors": { | ||
"Arash Payan": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/timehop/appirater.git", | ||
"tag": "2.0.5.1" | ||
"tag": "2.2.0.1" | ||
}, | ||
"source_files": "*.{h,m}", | ||
"resource_bundles": { | ||
|
@@ -27,6 +27,6 @@ | |
"weak_frameworks": "StoreKit", | ||
"license": { | ||
"type": "MIT", | ||
"text": "Copyright 2015. Arash Payan. This library is distributed under the terms of the MIT/X11." | ||
"text": "Copyright 2017. Arash Payan. This library is distributed under the terms of the MIT/X11." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"If you enjoy using %@, would you mind taking a moment to rate it? It won't take more than a minute. Thanks for your support!" = "اگر از استفاده برنامه %@ لذت میبرید، زمان دارید بهش امتیاز دهید؟ بیشتر از یک دقیقه زمان نخواهد گرفت. با تشکر از اینکه ما را همایت میکنید."; | ||
"Rate %@" = "ارزیابی کردن %@"; | ||
"No, Thanks" = "نه، مرسی"; | ||
"Remind me later" = "بعدا"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"If you enjoy using %@, would you mind taking a moment to rate it? It won't take more than a minute. Thanks for your support!" = "Եթե Դուք հաճույքով եք օգտագործում %@-ը, դեմ չե՞ք լինի տրամադրել մեկ րոպե այն գնահատելու համար: Այն չի պահանջի ձեզանից ավելի քան մեկ րոպե: Շնորհակալություն աջակցության համար:"; | ||
"Rate %@" = "Գնահատել %@-ը"; | ||
"No, Thanks" = "Ոչ, շնորհակալություն"; | ||
"Remind me later" = "Հիշեցնել ավելի ուշ"; |