stefalda/ReactNativeLocalization

string keys support

Open

#32 opened on Jun 12, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (891 stars) (119 forks)batch import
enhancementhelp wanted

Description

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

?

Contributor guide