stefalda/ReactNativeLocalization

string keys support

Open

#32 aberto em 12 de jun. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (119 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (891 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

?

Guia do colaborador