Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Added Armenian localization (hy). Updated related code and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Nov 10, 2015
1 parent 167a3c4 commit bf5cd21
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Created and maintained by
[Arthur Ariel Sabintsev](http://www.sabintsev.com/)
[Arthur Ariel Sabintsev](http://www.sabintsev.com/)

### Project Contributors
- **v1.0.1**
Expand Down Expand Up @@ -59,6 +59,9 @@
- **v3.3.9**
- [Tibor Molnár](https://github.com/fatalaa)
- **v3.3.10**
- [Tanel Suurhans](https://github.com/tanelsuurhans)
- [Tanel Suurhans](https://github.com/tanelsuurhans)
- [Jaroslav_](https://github.com/jaroslavas)
- **v3.4.3**
- [Zaid M. Said](https://github.com/SentulAsia)
- **v3.4.4**
- [Vahan Margaryan](https://github.com/VahanMargaryan)
2 changes: 1 addition & 1 deletion Harpy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Harpy"
s.version = "3.4.3"
s.version = "3.4.4"
s.summary = "Notify users that a new version of your iOS app is available, and prompt them with the AppStore link."
s.homepage = "https://github.com/ArtSabintsev/Harpy"
s.platform = :ios, '8.0'
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions Harpy/Harpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/// i18n/l10n constants
FOUNDATION_EXPORT NSString * const HarpyLanguageArabic;
FOUNDATION_EXPORT NSString * const HarpyLanguageArmenian;
FOUNDATION_EXPORT NSString * const HarpyLanguageBasque;
FOUNDATION_EXPORT NSString * const HarpyLanguageChineseSimplified;
FOUNDATION_EXPORT NSString * const HarpyLanguageChineseTraditional;
Expand Down
1 change: 1 addition & 0 deletions Harpy/Harpy.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/// i18n/l10n constants
NSString * const HarpyLanguageArabic = @"ar";
NSString * const HarpyLanguageArmenian = @"hy";
NSString * const HarpyLanguageBasque = @"eu";
NSString * const HarpyLanguageChineseSimplified = @"zh-Hans";
NSString * const HarpyLanguageChineseTraditional = @"zh-Hant";
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ Harpy is built to work with the [http://www.semver.org](Semantic Versioning) sys
## Swift Support
Harpy has been ported to Swift by myself and [**Aaron Brager**](http://twitter.com/GetAaron). We've called the new project [**Siren**](https://github.com/ArtSabintsev/Siren) and it can be found [here](https://github.com/ArtSabintsev/Siren).

## Changelog

## 3.4.3
- Added Malay Localization (thanks to [Zaid M. Said](https://github.com/SentulAsia))


## Features
- [x] CocoaPods Support
- [x] Three types of alerts (see **Screenshots & Alert Types**)
Expand Down

0 comments on commit bf5cd21

Please sign in to comment.