danielebogo/DBPrivacyHelper

Locale support

开放

#23 创建于 2015年11月24日

 (1 条评论) (0 个反应) (0 位负责人)Objective-C (58 个派生)github user discovery
Hacktoberfest

仓库指标

星标
 (430 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Our project currently only supports one language, but upon integrating your pod, now it claims to support a myriad: Italian, Japanese, Korean, Portuguese, Spanish, and Traditional Chinese. I'm glad it has this capability, but I think you would agree that your pod shouldn't dictate what languages our app supports. :)

The solution appears to be thus, from a similar example with a Git project Appirater:

Afaik, this is only because Appirater adds all those localization bundles in the root of your app’s bundle. It should not do that. It should have a namespaced resource bundle that contains them and adjust the code accordingly.

As it is now, you can’t even have your own localizations without merging them with those of Appirater, which is bad.

https://github.com/CocoaPods/CocoaPods/issues/1301#issuecomment-22926515

Any help with this would be greatly appreciated!

贡献者指南