Skip to content

Instantly share code, notes, and snippets.

@AlexMost
Created January 11, 2018 13:01
Show Gist options
  • Save AlexMost/bf8ea7a6797813f02844f5aea9e5bab6 to your computer and use it in GitHub Desktop.
Save AlexMost/bf8ea7a6797813f02844f5aea9e5bab6 to your computer and use it in GitHub Desktop.
import { c, t } from 'c-3po'
// The same string can have different translations
t`Hello ${ name }`
c('context')
.t`Hello ${ name }`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment