Skip to content

Commit

Permalink
perf: improve query failed localized string
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Apr 22, 2024
1 parent 27a71da commit 7a76a36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Easydict/App/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -2079,13 +2079,13 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "No results found"
"value" : "No results found"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "未查询到结果"
"value" : "未查询到结果"
}
}
}
Expand Down Expand Up @@ -2421,13 +2421,13 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Query failed"
"value" : "💥 Failed"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "查询失败"
"value" : "💥 失败"
}
}
}
Expand Down

0 comments on commit 7a76a36

Please sign in to comment.