stefalda/ReactNativeLocalization

string keys support

开放

#32 创建于 2016年6月12日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (119 个派生)batch import
enhancementhelp wanted

仓库指标

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

描述

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})

?

贡献者指南