stefalda/ReactNativeLocalization

string keys support

Open

#32 ouverte le 12 juin 2016

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (119 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (891 stars)
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