Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate localization to dev branch #650

Merged
merged 9 commits into from
Aug 23, 2024
1 change: 1 addition & 0 deletions Easydict.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2647,6 +2647,7 @@
en,
Base,
"zh-Hans",
"zh-Hant",
);
mainGroup = C99EEB0F2385796700FEE666;
packageReferences = (
Expand Down
18 changes: 18 additions & 0 deletions Easydict/App/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"state" : "translated",
"value" : "Easydict"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "Easydict"
}
}
}
},
Expand All @@ -34,6 +40,12 @@
"state" : "translated",
"value" : "Easydict"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "Easydict"
}
}
}
},
Expand All @@ -52,6 +64,12 @@
"state" : "translated",
"value" : "Copyright © 2023-2024 tisfeng. 保留一切权利。"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "Copyright © 2023-2024 tisfeng. 保留一切權利。"
}
}
}
}
Expand Down
Loading