stefalda/ReactNativeLocalization

string keys support

Open

#32 ouverte le 12 juin 2016

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)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})

?

Guide contributeur