Guest User

Untitled

a guest
Jan 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import { c, t } from 'c-3po'
  2.  
  3. // The same string can have different translations
  4. t`Hello ${ name }`
  5.  
  6. c('context')
  7. .t`Hello ${ name }`
Add Comment
Please, Sign In to add comment