ordinaryindustries / ReviewKit

A Swift package for displaying an app review score.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localize in Italian

ordinaryindustries opened this issue · comments

Once #5 is complete, localize the framework in Italian.

Do not use AI to translate as these are often wrong leading to a poor experience. We want accurate and clear translation. Where possible, use a human with a high level of Italian experience to translate and proofread. If that is not possible, use a localization service or a tool with a good track record for accurate translation backed by human proof-reading such as the Apple Translate app.

hello! i am a native-speaking italian beginner programmer and i think i can add translation to your project. Is there any way i could get the array of English strings so i can translate them to italian? Thank you!

Thank you for the interest! I'm wrapping up #5 which will enable localization support. Once that's done we will have a localization file that will be easy to extend.

Ok #5 is complete now so the package is ready for localization. The strings are as follows:

"rating.reviews.countText" = "Based on %@ reviews";
"rating.reviews.noReviews" = "No reviews yet";

Do you want to translate them here or would you also like to update the project? I'm happy to walk you through updating the project if you've never done it before.