From 2a01ce8b6baa498aa4005c82c21a76cb4aaebb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=9F=E3=81=A4=E3=81=9D=E3=82=99=E3=81=86?= Date: Sun, 19 Sep 2021 17:51:53 +0800 Subject: [PATCH 1/2] fix: Unexpected behaviors in ban alert when translations missing --- EhPanda/App/Info.plist | 2 +- EhPanda/App/de.lproj/Localizable.strings | 10 +++++----- EhPanda/App/ko.lproj/Localizable.strings | 10 +++++----- EhPanda/App/zh-Hant.lproj/Localizable.strings | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/EhPanda/App/Info.plist b/EhPanda/App/Info.plist index 33c0870f..fcc6ece2 100644 --- a/EhPanda/App/Info.plist +++ b/EhPanda/App/Info.plist @@ -72,7 +72,7 @@ CFBundleVersion - 107 + 108 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/EhPanda/App/de.lproj/Localizable.strings b/EhPanda/App/de.lproj/Localizable.strings index 70394574..7bc46d08 100644 --- a/EhPanda/App/de.lproj/Localizable.strings +++ b/EhPanda/App/de.lproj/Localizable.strings @@ -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"; diff --git a/EhPanda/App/ko.lproj/Localizable.strings b/EhPanda/App/ko.lproj/Localizable.strings index 0f681624..f0f49dfc 100644 --- a/EhPanda/App/ko.lproj/Localizable.strings +++ b/EhPanda/App/ko.lproj/Localizable.strings @@ -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" = "아카이브"; diff --git a/EhPanda/App/zh-Hant.lproj/Localizable.strings b/EhPanda/App/zh-Hant.lproj/Localizable.strings index fb95a45a..de2833e3 100644 --- a/EhPanda/App/zh-Hant.lproj/Localizable.strings +++ b/EhPanda/App/zh-Hant.lproj/Localizable.strings @@ -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" = "封存"; From 110fa1e52f071eaa104cafb154898e0219b5685e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=9F=E3=81=A4=E3=81=9D=E3=82=99=E3=81=86?= Date: Sun, 19 Sep 2021 17:54:03 +0800 Subject: [PATCH 2/2] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0b35849c..8a62ffd0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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'