mirror of
https://github.com/xweiba/location-spoofer.git
synced 2026-09-27 00:51:55 +08:00
fix(i18n): 修复首选语言回退并准备 v1.0.8
This commit is contained in:
@@ -8,8 +8,8 @@ enum ProxyRuntimeMode: String, CaseIterable, Codable, Identifiable {
|
||||
|
||||
var displayName: String {
|
||||
switch self {
|
||||
case .localWiFi: return String(localized: "APP模式")
|
||||
case .thirdParty: return String(localized: "第三方代理模式")
|
||||
case .localWiFi: return AppLocalization.string("APP模式")
|
||||
case .thirdParty: return AppLocalization.string("第三方代理模式")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user