stefalda/ReactNativeLocalization

string keys support

Ouverte

#32 ouverte le 12 juin 2016

 (3 commentaires) (0 réaction) (0 personne assignée)JavaScript (119 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (891 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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