stoat-for-desktop/js-lingui-solid/packages/babel-plugin-extract-messages/test/fixtures/jsx-without-trans.js

4 lines
178 B
JavaScript

import { Plural } from "@lingui/react/macro"
;<Plural value={count} one="# book" other="# books" />
;<Plural value={count} one="# book" other="# books" context="Some context" />