Skip to content

Commit

Permalink
Updated Brazilian Portuguese localization. Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Mar 8, 2015
1 parent 7ceef67 commit 2562bd7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@
- **v3.3.1**
- [Nathan Hosselton](https://github.com/nathanhosselton)
- **v3.3.2**
- [Jędrek Kostecki](https://github.com/jedrekk)
- [Jędrek Kostecki](https://github.com/jedrekk)
- **v3.3.3**
- [ipedro](https://github.com/ipedro)
4 changes: 2 additions & 2 deletions Harpy.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "Harpy"
s.version = "3.3.2"
s.version = "3.3.3"
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, '6.0'
s.source = { :git => "https://github.com/ArtSabintsev/Harpy.git", :tag => "3.3.2" }
s.source = { :git => "https://github.com/ArtSabintsev/Harpy.git", :tag => "3.3.3" }
s.source_files = 'Harpy/*.{h,m}'
s.resources = 'Harpy/Harpy.bundle'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Harpy/Harpy.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
NSString * const HarpyLanguageJapanese = @"ja";
NSString * const HarpyLanguageKorean = @"ko";
NSString * const HarpyLanguagePolish = @"pl";
NSString * const HarpyLanguagePortugueseBrazilian = @"pt";
NSString * const HarpyLanguagePortugueseBrazil = @"pt";
NSString * const HarpyLanguagePortuguesePortugal = @"pt-PT";
NSString * const HarpyLanguageRussian = @"ru";
NSString * const HarpyLanguageSlovenian = @"sl";
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ This library is built to work with the [Semantic Versioning](http://semver.org/)
Harpy has been ported to Swift by myelf 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.3.2
- Added Polish localization (thanks to [Jędrek Kostecki](https://github.com/jedrekk))
#### 3.3.3
- Added Brazilian Portuguese localization (thanks to [ipedro](https://github.com/ipedro))

### Features
- [x] CocoaPods Support
- [x] Support for `UIAlertController` (iOS 8+) and `UIAlertView` (iOS 7)
- [x] Three types of alerts (see **Screenshots & Alert Types**)
- [x] Optional delegate methods (see **Optional Delegate** section)
- [x] Localized for 19 languages
- [x] Localized for 20 languages
- [x] ~~Check for Supported Devices~~
- Removed in 2.7.1. See **Supported Devices Compatibility** section.

Expand Down Expand Up @@ -157,7 +157,7 @@ If you'd like to handle or track the end-user's behavior, four delegate methods
```

### Force Localization
Harpy supports 18 languages: Basque, Chinese (Simplified), Chinese (Traditional), Danish, Dutch, English, French, German, Hebrew, Italian, Japanese, Korean, Polish, Portuguese, Russian, Slovenian, Swedish, Spanish, and Turkish.
Harpy supports 18 languages: Basque, Chinese (Simplified), Chinese (Traditional), Danish, Dutch, English, French, German, Hebrew, Italian, Japanese, Korean, Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Slovenian, Swedish, Spanish, and Turkish.

You may want the update dialog to *always* appear in a certain language, ignoring iOS's language setting (e.g. apps released in a specific country).

Expand Down

0 comments on commit 2562bd7

Please sign in to comment.