Serhii Londar
Serhii Londar
@zx2c4 @raoulbhatia I used this list for projects only from github) But now I see that it should use any sources) Thank you!
2 Warnings :warning: Please rebase to get rid of the merge commits in this Pull Request :warning: Found 2 link issues, a project collaborator will take care of these, thanks...
@skywinder Looks very interesting, I'll review it in next few days. Thank you so much! 🚀
@skywinder We should think about moving this to a separate job(which we will run daily or weekly). I don't think it is a good idea to put it to CI...
We are currently working on it.
@1amageek Hi! I have the same issue. I can't get objects. Seems that relation ` groups: Relations` contains only count of objects, but I can't find how to get this...
@Sam0711er What platforms do you need support for? Do you need it for watchOS, tvOS, or macOS, or only for iOS?
Hi @stevi-clue, you need to add a download handler: ``` CrowdinSDK.addDownloadHandler { NSLocalizedString(key, comment: "") } ```
@stevi-clue Does it help?
@chrispomeroyhale Thanks for the suggestion! First of all, we need swizzling for comfortable usage of our SDK. After adding our SDK you don't need to change all NSLocalizedString() methods with...