stefalda/ReactNativeLocalization

string keys support

Open

#32 aperta il 12 giu 2016

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (119 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (891 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

?

Guida contributor