Guest User

Untitled

a guest
Jan 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import { t } from 'c-3po'
  2. const name = 'c-3po';
  3.  
  4. t`Hello ${ name }` // translator will see "Hello ${ name }" in .po file
Add Comment
Please, Sign In to add comment