stefalda/ReactNativeLocalization

string keys support

Offen

#32 geöffnet am 12.06.2016

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (119 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (891 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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