#401 Refactor multi-ACK localization strings and settings UI

- Updated localization files for multiple languages to change the representation of multi-ACK settings from a string with a placeholder to a simple string.
- Removed unnecessary placeholder definitions for multi-ACK in localization files.
- Adjusted the settings screen to replace the slider for multi-ACK with a switch, simplifying the user interface.
- Updated the Podfile.lock to remove the wakelock_plus dependency.
This commit is contained in:
Zach
2026-04-23 17:58:15 -07:00
parent 6b6a881c7a
commit 066aba7c5d
39 changed files with 61 additions and 235 deletions
+1 -3
View File
@@ -414,9 +414,7 @@ class AppLocalizationsKo extends AppLocalizations {
String get settings_advertLocationSubtitle => '광고에 위치 정보를 포함하세요.';
@override
String settings_multiAck(String value) {
return '다중 ACK: $value';
}
String get settings_multiAck => '다중 ACK';
@override
String get settings_telemetryModeUpdated => '텔레메트리 모드 업데이트 완료';