carekit-apple/CareKit

Translations for CareKit SPM

Hengyu opened this issue · 2 comments

Hi team,

Since CareKit it self does not have translations for languages, we need to add localizable files for ourselves.

However, when using SPM, the added files won't work and the content in the CareKit provided components are still in English which is the default and only language in the CareKit's localizable file.

Can someone take a look?

Thanks in advance!

Unfortunately, known issue. #602
Seems to be a problem with the SPM itself rather than CareKit.

@Hatsushira Thanks for the reference! I think the problem might be the using of Bundle.module in translation utility methods.