stefalda/ReactNativeLocalization

string keys support

Open

#32 opened on 2016年6月12日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)JavaScript (891 stars) (119 forks)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})

?

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