stefalda/ReactNativeLocalization

string keys support

Open

#32 opened on Jun 12, 2016

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

Repository metrics

Stars
 (891 stars)
PR merge metrics
 (No merged PRs in 30d)

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