Skip to content

Commit

Permalink
fix: improve ocr Localizable.xcstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jul 10, 2024
1 parent 238b7ab commit 18ee7ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Easydict/App/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "开启有道OCR识别"
"value" : "开启有道 OCR 识别"
}
}
}
Expand Down Expand Up @@ -1756,13 +1756,13 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "⚠️ OCR result is empty.\n⚠️ Please manually select language and try again."
"value" : "OCR result is empty.\n⚠️ Please manually select language and try again."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "⚠️ OCR 结果为空。\n⚠️ 请手动选择识别语言再次尝试。"
"value" : "OCR 结果为空。\n⚠️ 请手动选择识别语言再次尝试。"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Easydict/Swift/Feature/Configuration/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Configuration: NSObject {
@DefaultsWrapper(.enableBetaFeature) private(set) var beta: Bool

@DefaultsWrapper(.showQuickActionButton) var showQuickActionButton: Bool

@DefaultsWrapper(.enableYoudaoOCR) var enableYoudaoOCR: Bool

var cancellables: Set<AnyCancellable> = []
Expand Down

0 comments on commit 18ee7ae

Please sign in to comment.