enhancementhelp wanted
倉庫指標
- 星標
- (891 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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})
?