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 hortensia from './hortensia.yml'
|
||||||
import cornelius from './cornelius.yml'
|
import cornelius from './cornelius.yml'
|
||||||
import charlie from './charlie.yml'
|
import charlie from './charlie.yml'
|
||||||
|
import ursula from './ursula.yml'
|
||||||
import { options as optionList } from '@freesewing/pattern-info'
|
import { options as optionList } from '@freesewing/pattern-info'
|
||||||
import shared from '../../../shared-options.yml'
|
import shared from '../../../shared-options.yml'
|
||||||
|
|
||||||
|
@ -72,6 +73,7 @@ let patterns = {
|
||||||
hortensia,
|
hortensia,
|
||||||
cornelius,
|
cornelius,
|
||||||
charlie,
|
charlie,
|
||||||
|
ursula,
|
||||||
}
|
}
|
||||||
|
|
||||||
let options = {}
|
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:
|
trayvon:
|
||||||
description: Trayvon is a tie that cuts no corners for a professional result.
|
description: Trayvon is a tie that cuts no corners for a professional result.
|
||||||
title: Trayvon tie
|
title: Trayvon tie
|
||||||
|
ursula:
|
||||||
|
description: Ursula is a basic, highly-customizable underwear pattern
|
||||||
|
title: Ursula undies
|
||||||
wahid:
|
wahid:
|
||||||
description: Wahid is a classic fitted waistcoat.
|
description: Wahid is a classic fitted waistcoat.
|
||||||
title: Wahid waistcoat
|
title: Wahid waistcoat
|
||||||
|
|
|
@ -120,6 +120,8 @@ simone:
|
||||||
frontArmholeDeeper: brian
|
frontArmholeDeeper: brian
|
||||||
hipsEase: aaron
|
hipsEase: aaron
|
||||||
lengthBonus: brian
|
lengthBonus: brian
|
||||||
|
s3Armhole: brian
|
||||||
|
s3Collar: brian
|
||||||
shoulderEase: brian
|
shoulderEase: brian
|
||||||
shoulderSlopeReduction: brian
|
shoulderSlopeReduction: brian
|
||||||
sleevecapEase: brian
|
sleevecapEase: brian
|
||||||
|
|
|
@ -39,6 +39,7 @@ export const list = [
|
||||||
'teagan',
|
'teagan',
|
||||||
'theo',
|
'theo',
|
||||||
'titan',
|
'titan',
|
||||||
|
'ursula',
|
||||||
'trayvon',
|
'trayvon',
|
||||||
'wahid',
|
'wahid',
|
||||||
'waralee',
|
'waralee',
|
||||||
|
@ -72,6 +73,7 @@ export const withoutBreasts = [
|
||||||
'theo',
|
'theo',
|
||||||
'titan',
|
'titan',
|
||||||
'trayvon',
|
'trayvon',
|
||||||
|
'ursula',
|
||||||
'wahid',
|
'wahid',
|
||||||
'waralee',
|
'waralee',
|
||||||
]
|
]
|
||||||
|
|
|
@ -33,6 +33,7 @@ const teagan = require('@freesewing/teagan').config
|
||||||
const theo = require('@freesewing/theo').config
|
const theo = require('@freesewing/theo').config
|
||||||
const titan = require('@freesewing/titan').config
|
const titan = require('@freesewing/titan').config
|
||||||
const trayvon = require('@freesewing/trayvon').config
|
const trayvon = require('@freesewing/trayvon').config
|
||||||
|
const ursula = require('@freesewing/ursula').config
|
||||||
const wahid = require('@freesewing/wahid').config
|
const wahid = require('@freesewing/wahid').config
|
||||||
const waralee = require('@freesewing/waralee').config
|
const waralee = require('@freesewing/waralee').config
|
||||||
|
|
||||||
|
@ -70,6 +71,7 @@ const patterns = {
|
||||||
theo,
|
theo,
|
||||||
titan,
|
titan,
|
||||||
trayvon,
|
trayvon,
|
||||||
|
ursula,
|
||||||
wahid,
|
wahid,
|
||||||
waralee,
|
waralee,
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ export default {
|
||||||
version,
|
version,
|
||||||
design: 'natalia',
|
design: 'natalia',
|
||||||
code: 'natalia',
|
code: 'natalia',
|
||||||
department: 'womenswear',
|
department: 'underwear',
|
||||||
type: 'pattern',
|
type: 'pattern',
|
||||||
difficulty: 1,
|
difficulty: 1,
|
||||||
tags: [
|
tags: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue