Skip to content

Instantly share code, notes, and snippets.

@AlexMost
Created January 11, 2018 12:56
Show Gist options
  • Save AlexMost/8ba9d267592955d841fde9fbf94584cd to your computer and use it in GitHub Desktop.
Save AlexMost/8ba9d267592955d841fde9fbf94584cd to your computer and use it in GitHub Desktop.
import { ngettext, msgid } from 'c-3po';
const n = 5;
ngettext(msgid`${ n } banana`, `${ n } bananas`, n);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment