feat(walburga): Add i18n named export
This commit is contained in:
parent
66a1a00514
commit
eece7c4299
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
"t": "Walburga Wappenrock",
|
||||
"d": "Walburga is a tabard/surcoat, a historical garment from medieval Europe",
|
||||
"p": {
|
||||
"base": "Base",
|
||||
"back": "Back",
|
||||
"front": "Front"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import { Design } from '@freesewing/core'
|
||||
import { data } from '../data.mjs'
|
||||
import { i18n } from '../i18n/index.mjs'
|
||||
import { front } from './front.mjs'
|
||||
import { back } from './back.mjs'
|
||||
// Re-export skeleton parts so peope can re-use them
|
||||
|
@ -12,4 +13,4 @@ const Walburga = new Design({
|
|||
})
|
||||
|
||||
// Named exports
|
||||
export { back, front, base, Walburga }
|
||||
export { back, front, base, Walburga, i18n }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue