
This concludes the initial migration of our translation to the new v3 structure. We no longer publish a `@freesewing/i18n` package with the translations for our project, instead each design has a `i18n` names export that holds the strings for that design. The plugins still need to be ported, and `plugin-i18n` needs to be adapted, but the main work is done.
10 lines
623 B
JSON
10 lines
623 B
JSON
{
|
|
"core": "A library for creating made-to-measure sewing patterns",
|
|
"models": "Body measurements data for a range of default sizes",
|
|
"new-design": "Initializer package for a new FreeSewing design: npx @freesewing/new-design",
|
|
"prettier-config": "FreeSewing's shared configuration for prettier",
|
|
"react-components": "React components by/for FreeSewing",
|
|
"snapseries": "A series of common sizes for elastics and other series to be used with snapped percentage options",
|
|
"rehype-jargon": "A Rehype plugin for jargon terms",
|
|
"rehype-highlight-lines": "A Rehype plugin to add highlighted lines to code blocks"
|
|
}
|