跳到主要内容

@openclothes/i18n

open clothes's i18n package bundles English translations for measurements and flags used in open clothes's designs.

It is published on NPM as @openclothes/i18n .
The source code for this package is available in our monorepo on Codeberg under packages/i18n .

注意

This package does not provide a default export.

Installation

npm install --save @openclothes/i18n

Named Exports

flags

An object holding English translations for the flags that are used in open clothes's designs to flag information to the user.

import { flags } from '@openclothes/config'

measurements

An object holding English translations for the measurements that are used in open clothes's designs.

import { measurements } from '@openclothes/config'