From f7abf19eb039efaeaef671b210d5df88dc1a9347 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:02:13 +0800 Subject: [PATCH] fix localization --- .../java/io/github/fate_grand_automata/runner/ScriptManager.kt | 3 --- app/src/main/res/values-ja/localized.xml | 2 +- app/src/main/res/values-ko/localized.xml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/io/github/fate_grand_automata/runner/ScriptManager.kt b/app/src/main/java/io/github/fate_grand_automata/runner/ScriptManager.kt index 0796c2bba..835fbcf55 100644 --- a/app/src/main/java/io/github/fate_grand_automata/runner/ScriptManager.kt +++ b/app/src/main/java/io/github/fate_grand_automata/runner/ScriptManager.kt @@ -1,6 +1,5 @@ package io.github.fate_grand_automata.runner -import android.annotation.SuppressLint import android.app.Service import android.content.ClipboardManager import android.content.Context @@ -103,8 +102,6 @@ class ScriptManager @Inject constructor( } } - // TODO remove suppression when AutoGiftBox exit message is localized - @SuppressLint("StringFormatMatches") private fun onScriptExit(e: Exception) = scope.launch { uiStateHolder.uiState = ScriptRunnerUIState.Idle uiStateHolder.isPlayButtonEnabled = false diff --git a/app/src/main/res/values-ja/localized.xml b/app/src/main/res/values-ja/localized.xml index dc92dfac4..d9d0fefb1 100644 --- a/app/src/main/res/values-ja/localized.xml +++ b/app/src/main/res/values-ja/localized.xml @@ -268,7 +268,7 @@ "ターン数: %1$d (最小), %2$.02f (平均), %3$d (最大)" - %1$d 個の種火を選び受け取りました。 + "%1$d個を選択し、%2$d個の残り火を受け取りました。" "画面上に「種火」が見つかりません。サーヴァント(経験値)のフィルタリングを確認してください。" "ルート権限の取得に失敗" "素材" diff --git a/app/src/main/res/values-ko/localized.xml b/app/src/main/res/values-ko/localized.xml index 7f1cad52e..a767f1996 100644 --- a/app/src/main/res/values-ko/localized.xml +++ b/app/src/main/res/values-ko/localized.xml @@ -259,7 +259,7 @@ "턴: %1$d (최단), %2$.02f (평균), %3$d (최장)" - %1$d개의 종화 묶음 획득 + "%1$d을 선택하고 %2$d를 받았습니다." "화면에서 종화를 찾을 수 없습니다. 종화를 필터하지 않았는지 확인바랍니다." "루트 권한을 얻는데 실패했습니다." "재료"