chore: More tweaks to bring Ursula on board
This commit is contained in:
parent
06478ba833
commit
0323b6f864
7 changed files with 54 additions and 1 deletions
|
@ -33,6 +33,7 @@ import albert from './albert.yml'
|
|||
import hortensia from './hortensia.yml'
|
||||
import cornelius from './cornelius.yml'
|
||||
import charlie from './charlie.yml'
|
||||
import ursula from './ursula.yml'
|
||||
import { options as optionList } from '@freesewing/pattern-info'
|
||||
import shared from '../../../shared-options.yml'
|
||||
|
||||
|
@ -72,6 +73,7 @@ let patterns = {
|
|||
hortensia,
|
||||
cornelius,
|
||||
charlie,
|
||||
ursula,
|
||||
}
|
||||
|
||||
let options = {}
|
||||
|
|
42
packages/i18n/src/locales/en/options/ursula.yml
Normal file
42
packages/i18n/src/locales/en/options/ursula.yml
Normal file
|
@ -0,0 +1,42 @@
|
|||
fabricStretch:
|
||||
title: Fabric stretch
|
||||
description: Adjust this for more or less stretchy fabrics
|
||||
|
||||
gussetWidth:
|
||||
title: Gusset width
|
||||
description: Controls the width of the gusset
|
||||
|
||||
gussetLength:
|
||||
title: Gusset length
|
||||
description: Controls the length of the gusset
|
||||
|
||||
elasticStretch:
|
||||
title: Elastic stretch
|
||||
description: Adjust this for more or less stretchy elastic
|
||||
|
||||
rise:
|
||||
title: Rise
|
||||
description: Controls the height of the waist
|
||||
|
||||
legOpening:
|
||||
title: Leg opening
|
||||
description: Controls how high the leg is cut out
|
||||
|
||||
frontDip:
|
||||
title: Front waist dip
|
||||
description: Controls how much the front waist curves (revealing more or less skin)
|
||||
|
||||
backDip:
|
||||
title: Back waist dip
|
||||
description: Controls how much the back waist curves (revealing more or less skin)
|
||||
|
||||
taperToGusset:
|
||||
title: Front exposure
|
||||
description: Controls the amount of exposed skin on the front
|
||||
|
||||
backExposure:
|
||||
title: Back exposure
|
||||
description: Controls the amount of exposed skin on the back
|
||||
|
||||
|
||||
|
|
@ -97,6 +97,9 @@ titan:
|
|||
trayvon:
|
||||
description: Trayvon is a tie that cuts no corners for a professional result.
|
||||
title: Trayvon tie
|
||||
ursula:
|
||||
description: Ursula is a basic, highly-customizable underwear pattern
|
||||
title: Ursula undies
|
||||
wahid:
|
||||
description: Wahid is a classic fitted waistcoat.
|
||||
title: Wahid waistcoat
|
||||
|
|
|
@ -120,6 +120,8 @@ simone:
|
|||
frontArmholeDeeper: brian
|
||||
hipsEase: aaron
|
||||
lengthBonus: brian
|
||||
s3Armhole: brian
|
||||
s3Collar: brian
|
||||
shoulderEase: brian
|
||||
shoulderSlopeReduction: brian
|
||||
sleevecapEase: brian
|
||||
|
|
|
@ -39,6 +39,7 @@ export const list = [
|
|||
'teagan',
|
||||
'theo',
|
||||
'titan',
|
||||
'ursula',
|
||||
'trayvon',
|
||||
'wahid',
|
||||
'waralee',
|
||||
|
@ -72,6 +73,7 @@ export const withoutBreasts = [
|
|||
'theo',
|
||||
'titan',
|
||||
'trayvon',
|
||||
'ursula',
|
||||
'wahid',
|
||||
'waralee',
|
||||
]
|
||||
|
|
|
@ -33,6 +33,7 @@ const teagan = require('@freesewing/teagan').config
|
|||
const theo = require('@freesewing/theo').config
|
||||
const titan = require('@freesewing/titan').config
|
||||
const trayvon = require('@freesewing/trayvon').config
|
||||
const ursula = require('@freesewing/ursula').config
|
||||
const wahid = require('@freesewing/wahid').config
|
||||
const waralee = require('@freesewing/waralee').config
|
||||
|
||||
|
@ -70,6 +71,7 @@ const patterns = {
|
|||
theo,
|
||||
titan,
|
||||
trayvon,
|
||||
ursula,
|
||||
wahid,
|
||||
waralee,
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ export default {
|
|||
version,
|
||||
design: 'natalia',
|
||||
code: 'natalia',
|
||||
department: 'womenswear',
|
||||
department: 'underwear',
|
||||
type: 'pattern',
|
||||
difficulty: 1,
|
||||
tags: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue