stefalda/ReactNativeLocalization

string keys support

Open

#32 创建于 2016年6月12日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)JavaScript (891 star) (119 fork)batch import
enhancementhelp wanted

描述

Hello, I don't know if it's done specially, but string keys are not supported. Wouldn't it be more logical to write:

Hello {title}, you have ${amount} on your balance

and then

strings.formatString(strings.foo, {title : 'Mr', amount: 10000000})

?

贡献者指南