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

?

貢獻者指南