@freesewing/i18n
FreeSewing's i18n package bundles English translations for measurements and flags used in FreeSewing's designs.
It is published on NPM as @freesewing/i18n
.
The source code for this package is available in our monorepo on Codeberg
under packages/i18n
.
note
This package does not provide a default export.
Installation
npm install --save @freesewing/i18n
Named Exports
flags
An object holding English translations for the flags that are used in FreeSewing's designs to flag information to the user.
import { flags } from '@freesewing/config'
measurements
An object holding English translations for the measurements that are used in FreeSewing's designs.
import { measurements } from '@freesewing/config'