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

Commit

Permalink
fix localize language in english
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMobileDeveloper committed Aug 11, 2017
1 parent a3509f1 commit 3803ec5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PullToRefreshKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PullToRefreshKit'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'A refresh library written with pure Swift 3'
s.description = <<-DESC
This is a pull to refresh library written by pure Swift 3. Using it you can add pull to refresh,pull to load more,pull left/right to view details within one line. Besides,it is quite easy to write a custom refresh view when using this lib.
Expand Down
18 changes: 18 additions & 0 deletions Source/Assets/en.lproj/Localize.strings
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,21 @@
Created by huangwenchen on 16/8/12.
Copyright © 2016年 Leo. All rights reserved.
*/

pullDownToRefresh = "Pull to refresh";

releaseToRefresh = "Release to refresh";

refreshSuccess = "Update successful";

refreshFailure = "Update failed";

refreshing = "Refreshing...";

pullUpToRefresh = "Scroll to load";

noMoreData = "No more data";

tapToRefresh = "Tap to refresh";

scrollAndTapToRefresh = "Scroll or tap to load";

0 comments on commit 3803ec5

Please sign in to comment.