Skip to content

Commit

Permalink
Merge pull request #141 from tatsuz0u/develop
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
tatsuz0u authored Sep 19, 2021
2 parents 8ef3444 + 110fa1e commit 74e70b1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [closed]
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app
APP_VERSION: '1.2.0'
APP_VERSION: '1.2.1'
SCHEME_NAME: 'EhPanda'
ALTSTORE_JSON_PATH: './AltStore.json'
BUILDS_PATH: '/tmp/action-builds'
Expand Down
10 changes: 5 additions & 5 deletions EhPanda/App/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
//"This gallery is unavailable due to a copyright claim by PLACEHOLDER. Sorry about that." = "";
//"Your IP address has been temporarily banned for excessive pageloads which indicates that you are using automated mirroring / harvesting software." = "";
//"The ban expires in PLACEHOLDER." = "";
//"BAN_INTERVAL_AND" = "";
//"BAN_INTERVAL_DAYS" = "";
//"BAN_INTERVAL_HOURS" = "";
//"BAN_INTERVAL_MINUTES" = "";
//"BAN_INTERVAL_SECONDS" = "";
"BAN_INTERVAL_AND" = " and ";
"BAN_INTERVAL_DAYS" = " days";
"BAN_INTERVAL_HOURS" = " hours";
"BAN_INTERVAL_MINUTES" = " minutes";
"BAN_INTERVAL_SECONDS" = " seconds";

// MARK: DetailView
"Archive" = "Archiv";
Expand Down
10 changes: 5 additions & 5 deletions EhPanda/App/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"This gallery is unavailable due to a copyright claim by PLACEHOLDER. Sorry about that." = "죄송합니다. PLACEHOLDER의 저작권 요청으로 인하여 이 갤러리를 사용할 수 없습니다.";
//"Your IP address has been temporarily banned for excessive pageloads which indicates that you are using automated mirroring / harvesting software." = "";
//"The ban expires in PLACEHOLDER." = "";
//"BAN_INTERVAL_AND" = "";
//"BAN_INTERVAL_DAYS" = "";
//"BAN_INTERVAL_HOURS" = "";
//"BAN_INTERVAL_MINUTES" = "";
//"BAN_INTERVAL_SECONDS" = "";
"BAN_INTERVAL_AND" = " and ";
"BAN_INTERVAL_DAYS" = " days";
"BAN_INTERVAL_HOURS" = " hours";
"BAN_INTERVAL_MINUTES" = " minutes";
"BAN_INTERVAL_SECONDS" = " seconds";

// MARK: DetailView
"Archive" = "아카이브";
Expand Down
10 changes: 5 additions & 5 deletions EhPanda/App/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
//"This gallery is unavailable due to a copyright claim by PLACEHOLDER. Sorry about that." = "";
//"Your IP address has been temporarily banned for excessive pageloads which indicates that you are using automated mirroring / harvesting software." = "";
//"The ban expires in PLACEHOLDER." = "";
//"BAN_INTERVAL_AND" = "";
//"BAN_INTERVAL_DAYS" = "";
//"BAN_INTERVAL_HOURS" = "";
//"BAN_INTERVAL_MINUTES" = "";
//"BAN_INTERVAL_SECONDS" = "";
"BAN_INTERVAL_AND" = " and ";
"BAN_INTERVAL_DAYS" = " days";
"BAN_INTERVAL_HOURS" = " hours";
"BAN_INTERVAL_MINUTES" = " minutes";
"BAN_INTERVAL_SECONDS" = " seconds";

// MARK: DetailView
"Archive" = "封存";
Expand Down

0 comments on commit 74e70b1

Please sign in to comment.