feat(noble): Add i18n named export
This commit is contained in:
parent
5b08fec8ba
commit
e894900ff9
2 changed files with 6 additions and 1 deletions
|
@ -90,6 +90,10 @@
|
|||
"shoulderToShoulderEase": {
|
||||
"t": "Shoulder to shoulder ease",
|
||||
"d": "Controls the amount of ease along the shoulder to shoulder measurement"
|
||||
},
|
||||
"fullChestEaseReduction": {
|
||||
"t": "Full chest ease reduction",
|
||||
"d": "FIXME: Document this option"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import { Design } from '@freesewing/core'
|
||||
import { data } from '../data.mjs'
|
||||
import { i18n } from '../i18n/index.mjs'
|
||||
import { backPoints } from './backpoints.mjs'
|
||||
import { backInside } from './backinside.mjs'
|
||||
import { backOutside } from './backoutside.mjs'
|
||||
|
@ -14,4 +15,4 @@ const Noble = new Design({
|
|||
})
|
||||
|
||||
// Named exports
|
||||
export { backPoints, backInside, backOutside, frontPoints, frontInside, frontOutside, Noble }
|
||||
export { backPoints, backInside, backOutside, frontPoints, frontInside, frontOutside, Noble, i18n }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue