stefalda/ReactNativeLocalization

string keys support

オープン

#32 opened on 2016/06/12

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (119 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (891 個のスター)
PR merge metrics
 (30d に merged 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})

?

コントリビューターガイド