Skip to content

Instantly share code, notes, and snippets.

@AlexMost
Created January 11, 2018 12:55
Show Gist options
  • Save AlexMost/deef775b6fc7df9047f76ffa811a5a98 to your computer and use it in GitHub Desktop.
Save AlexMost/deef775b6fc7df9047f76ffa811a5a98 to your computer and use it in GitHub Desktop.
import { t } from 'c-3po'
const name = 'c-3po';
t`Hello ${ name }` // translator will see "Hello ${ name }" in .po file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment