Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Easydict.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3616,6 +3616,7 @@
knownRegions = (
en,
Base,
es,
"zh-Hans",
"zh-Hant",
);
Expand Down
24 changes: 24 additions & 0 deletions Easydict/App/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"value" : "Easydict"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Easydict"
}
},
"sk" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -41,6 +47,12 @@
"value" : "Easydict"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Easydict"
}
},
"sk" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -71,6 +83,12 @@
"value" : "Easydict requires permission to execute AppleScript."
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Easydict requiere permiso para ejecutar AppleScript."
}
},
"sk" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -101,6 +119,12 @@
"value" : "Copyright © 2023-2025 tisfeng. All rights reserved."
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Copyright © 2023-2025 tisfeng. Todos los derechos reservados."
}
},
"sk" : {
"stringUnit" : {
"state" : "translated",
Expand Down
Loading
Loading