stefalda/ReactNativeLocalization

string keys support

Open

#32 geöffnet am 12. Juni 2016

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (891 Stars) (119 Forks)batch import
enhancementhelp wanted

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