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

?

貢獻者指南