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

Commit

Permalink
Added croatian localization
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Jun 24, 2016
1 parent 50e5039 commit a39c530
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,6 @@
- **v3.4.5**
- [Justus Kandzi](https://github.com/jkandzi)
- **v3.4.8**
- [Mark Berner](https://github.com/mark2b)
- [Mark Berner](https://github.com/mark2b)
- **v3.4.10**
- [Josip Injic](https://github.com/jinjic)
4 changes: 2 additions & 2 deletions Harpy.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Harpy"
s.version = "3.4.9"
s.summary = "Notify users that a new version of your iOS app is available, and prompt them with the AppStore link."
s.version = "3.4.10"
s.summary = "Notify users that a new version of your iOS app is available, and prompt them with the App Store link."
s.homepage = "https://github.com/ArtSabintsev/Harpy"
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/ArtSabintsev/Harpy.git", :tag => s.version.to_s }
Expand Down
14 changes: 14 additions & 0 deletions Harpy/Harpy.bundle/hr.lproj/HarpyLocalizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* Update alert message: A new version of {APP NAME} is available. Please update to version {NEW VERSION} now.*/
"A new version of %@ is available. Please update to version %@ now." = "Nova verzia %@ je stigla. Ažuriraj na verziju %@ sada.";

/* Update alert title */
"Update Available" = "Nova ažuriranje je stigla";

/* Update alert dismiss button title */
"Next time" = "Sljedeći put";

/* Update alert skip button title */
"Skip this version" = "Preskoči ovu verziju";

/* Update alert skip button title */
"Update" = "Ažuriraj";
1 change: 1 addition & 0 deletions Harpy/Harpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FOUNDATION_EXPORT NSString * const HarpyLanguageArmenian;
FOUNDATION_EXPORT NSString * const HarpyLanguageBasque;
FOUNDATION_EXPORT NSString * const HarpyLanguageChineseSimplified;
FOUNDATION_EXPORT NSString * const HarpyLanguageChineseTraditional;
FOUNDATION_EXPORT NSString * const HarpyLanguageCroatian;
FOUNDATION_EXPORT NSString * const HarpyLanguageDanish;
FOUNDATION_EXPORT NSString * const HarpyLanguageDutch;
FOUNDATION_EXPORT NSString * const HarpyLanguageEnglish;
Expand Down
1 change: 1 addition & 0 deletions Harpy/Harpy.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
NSString * const HarpyLanguageBasque = @"eu";
NSString * const HarpyLanguageChineseSimplified = @"zh-Hans";
NSString * const HarpyLanguageChineseTraditional = @"zh-Hant";
NSString * const HarpyLanguageCroatian = @"hr";
NSString * const HarpyLanguageDanish = @"da";
NSString * const HarpyLanguageDutch = @"nl";
NSString * const HarpyLanguageEnglish = @"en";
Expand Down

0 comments on commit a39c530

Please sign in to comment.