We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n is a library to allow you to access wording from JSON (extracted by CLI) by key.
TODO:
buy
Requirements:
Example:
API translation
import { t } from 'i18n.macro' function Render () { return t`buy` }
Config package.json
package.json
{ "name": "@efishery/i18n", "babelMacros": { "i18n.macro": { "lang": "id", "source": "<json path>" } } }
The text was updated successfully, but these errors were encountered:
all done, thanks to @r17x
Sorry, something went wrong.
No branches or pull requests
i18n is a library to allow you to access wording from JSON (extracted by CLI) by key.
TODO:
buy
Requirements:
Example:
API translation
Config
package.json
The text was updated successfully, but these errors were encountered: