feat: Added charlie to translations and pattern-info
This commit is contained in:
parent
6764dac372
commit
235135ce84
8 changed files with 65 additions and 7 deletions
|
@ -25,15 +25,13 @@ export default {
|
||||||
'frontPocketSlantWidth',
|
'frontPocketSlantWidth',
|
||||||
'frontPocketSlantRound',
|
'frontPocketSlantRound',
|
||||||
'frontPocketSlantBend',
|
'frontPocketSlantBend',
|
||||||
'frontPocketOpening',
|
|
||||||
'frontPocketEntry',
|
|
||||||
'frontPocketWidth',
|
'frontPocketWidth',
|
||||||
'frontPocketDepth',
|
'frontPocketDepth',
|
||||||
'frontPocketFacing'
|
'frontPocketFacing'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
waistband: ['splitWaistband', 'waistbandWidth'],
|
waistband: ['waistbandWidth'],
|
||||||
advanced: [
|
advanced: [
|
||||||
'crossSeamCurveStart',
|
'crossSeamCurveStart',
|
||||||
'crossSeamCurveBend',
|
'crossSeamCurveBend',
|
||||||
|
@ -130,8 +128,6 @@ export default {
|
||||||
frontPocketSlantWidth: { pct: 25, min: 15, max: 35 },
|
frontPocketSlantWidth: { pct: 25, min: 15, max: 35 },
|
||||||
frontPocketSlantRound: { pct: 30, min: 0, max: 50 },
|
frontPocketSlantRound: { pct: 30, min: 0, max: 50 },
|
||||||
frontPocketSlantBend: { pct: 25, min: 0, max: 50 },
|
frontPocketSlantBend: { pct: 25, min: 0, max: 50 },
|
||||||
frontPocketOpening: { pct: 80, min: 60, max: 90 },
|
|
||||||
frontPocketEntry: { pct: 20, min: 10, max: 30 },
|
|
||||||
frontPocketWidth: { pct: 55, min: 45, max: 65 },
|
frontPocketWidth: { pct: 55, min: 45, max: 65 },
|
||||||
frontPocketDepth: { pct: 100, min: 85, max: 110 },
|
frontPocketDepth: { pct: 100, min: 85, max: 110 },
|
||||||
frontPocketFacing: { pct: 45, min: 25, max: 65 },
|
frontPocketFacing: { pct: 45, min: 25, max: 65 },
|
||||||
|
@ -142,7 +138,6 @@ export default {
|
||||||
flyWidth: { pct: 15, min: 10, max: 20 },
|
flyWidth: { pct: 15, min: 10, max: 20 },
|
||||||
|
|
||||||
// Waistband
|
// Waistband
|
||||||
splitWaistband: { bool: false },
|
|
||||||
beltLoops: { count: 8, min: 6, max: 12 }
|
beltLoops: { count: 8, min: 6, max: 12 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,3 +12,7 @@ preferences: Preferences
|
||||||
sleevecap: Sleevecap
|
sleevecap: Sleevecap
|
||||||
sleeves: Sleeves
|
sleeves: Sleeves
|
||||||
style: Style
|
style: Style
|
||||||
|
backPockets: Back pockets
|
||||||
|
frontPockets: Front pockets
|
||||||
|
waistband: Waistband
|
||||||
|
fly: Fly
|
||||||
|
|
45
packages/i18n/src/locales/en/options/charlie.yml
Normal file
45
packages/i18n/src/locales/en/options/charlie.yml
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
backPocketHorizontalPlacement:
|
||||||
|
title: Back pocket horizontal placement
|
||||||
|
description: Controls the horizontal placement of the back pocket
|
||||||
|
backPocketVerticalPlacement:
|
||||||
|
title: Back pocket vertical placement
|
||||||
|
description: Controls the vertical placement of the back pocket
|
||||||
|
backPocketWidth:
|
||||||
|
title: Back pocket width
|
||||||
|
description: Controls the width of the back pocket
|
||||||
|
backPocketDepth:
|
||||||
|
title: Back pocket depth
|
||||||
|
description: Controls the depth of the back pocket
|
||||||
|
frontPocketSlantDepth:
|
||||||
|
title: Front pocket slant depth
|
||||||
|
description: Controls the depth of the (front) pocket slant
|
||||||
|
frontPocketSlantWidth:
|
||||||
|
title: Front pocket slant width
|
||||||
|
description: Controls the width of the (front) pocket slant
|
||||||
|
frontPocketSlantRound:
|
||||||
|
title: Front pocket slant round
|
||||||
|
description: Controls how far from the end of the slant we start rounding into the outseam
|
||||||
|
frontPocketSlantBend:
|
||||||
|
title: Front pocket slant bend
|
||||||
|
description: Controls the radius by which we round the pocket slant into the outseam
|
||||||
|
frontPocketWidth:
|
||||||
|
title: Front pocket width
|
||||||
|
description: Controls the width of the front pocket bag
|
||||||
|
frontPocketDepth:
|
||||||
|
title: Front pocket depth
|
||||||
|
description: Controls the depth of the front pocket bag
|
||||||
|
frontPocketFacing:
|
||||||
|
title: Front pocket facing
|
||||||
|
description: Controls how far the pocket facing extends into the pocket bag
|
||||||
|
beltLoops:
|
||||||
|
title: Belt loops
|
||||||
|
description: Controls the amount of belt loops
|
||||||
|
flyCurve:
|
||||||
|
title: Fly surve
|
||||||
|
description: Controls the curvature of the fly J-seam
|
||||||
|
flyLength:
|
||||||
|
title: Fly length
|
||||||
|
description: Controls the length of the fly
|
||||||
|
flyWidth:
|
||||||
|
title: Fly width
|
||||||
|
description: Controls how far the J-seam of offset from the fly edge
|
|
@ -32,6 +32,7 @@ import paco from './paco.yml'
|
||||||
import albert from './albert.yml'
|
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 { 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'
|
||||||
|
|
||||||
|
@ -69,7 +70,8 @@ let patterns = {
|
||||||
teagan,
|
teagan,
|
||||||
albert,
|
albert,
|
||||||
hortensia,
|
hortensia,
|
||||||
cornelius
|
cornelius,
|
||||||
|
charlie
|
||||||
}
|
}
|
||||||
|
|
||||||
let options = {}
|
let options = {}
|
||||||
|
|
|
@ -31,6 +31,9 @@ carlton:
|
||||||
cathrin:
|
cathrin:
|
||||||
description: Cathrin is an underbust corset or waist trainer.
|
description: Cathrin is an underbust corset or waist trainer.
|
||||||
title: Cathrin corset
|
title: Cathrin corset
|
||||||
|
charlie:
|
||||||
|
description: Charlie is a chino trouser pattern.
|
||||||
|
title: Charlie chinos
|
||||||
cornelius:
|
cornelius:
|
||||||
description: Cornelius are cycling breeches based on the Keystone drafting method.
|
description: Cornelius are cycling breeches based on the Keystone drafting method.
|
||||||
title: Cornelius cycling breeches
|
title: Cornelius cycling breeches
|
||||||
|
|
|
@ -58,6 +58,11 @@ carlita:
|
||||||
chestPocketHeight: carlton
|
chestPocketHeight: carlton
|
||||||
beltWidth: carlton
|
beltWidth: carlton
|
||||||
buttonSpacingHorizontal: carlton
|
buttonSpacingHorizontal: carlton
|
||||||
|
charlie:
|
||||||
|
dflt: titan
|
||||||
|
other:
|
||||||
|
seatEase: penelope
|
||||||
|
waistEase: penelope
|
||||||
diana:
|
diana:
|
||||||
dflt: brian
|
dflt: brian
|
||||||
other:
|
other:
|
||||||
|
|
|
@ -18,6 +18,7 @@ export const list = [
|
||||||
'carlita',
|
'carlita',
|
||||||
'carlton',
|
'carlton',
|
||||||
'cathrin',
|
'cathrin',
|
||||||
|
'charlie',
|
||||||
'cornelius',
|
'cornelius',
|
||||||
'diana',
|
'diana',
|
||||||
'florent',
|
'florent',
|
||||||
|
@ -51,6 +52,7 @@ export const withoutBreasts = [
|
||||||
'brian',
|
'brian',
|
||||||
'bruce',
|
'bruce',
|
||||||
'carlton',
|
'carlton',
|
||||||
|
'charlie',
|
||||||
'cornelius',
|
'cornelius',
|
||||||
'florent',
|
'florent',
|
||||||
'florence',
|
'florence',
|
||||||
|
|
|
@ -12,6 +12,7 @@ const bruce = require('@freesewing/bruce').config
|
||||||
const carlita = require('@freesewing/carlita').config
|
const carlita = require('@freesewing/carlita').config
|
||||||
const carlton = require('@freesewing/carlton').config
|
const carlton = require('@freesewing/carlton').config
|
||||||
const cathrin = require('@freesewing/cathrin').config
|
const cathrin = require('@freesewing/cathrin').config
|
||||||
|
const charlie = require('@freesewing/charlie').config
|
||||||
const cornelius = require('@freesewing/cornelius').config
|
const cornelius = require('@freesewing/cornelius').config
|
||||||
const florent = require('@freesewing/florent').config
|
const florent = require('@freesewing/florent').config
|
||||||
const florence = require('@freesewing/florence').config
|
const florence = require('@freesewing/florence').config
|
||||||
|
@ -48,6 +49,7 @@ const patterns = {
|
||||||
carlita,
|
carlita,
|
||||||
carlton,
|
carlton,
|
||||||
cathrin,
|
cathrin,
|
||||||
|
charlie,
|
||||||
cornelius,
|
cornelius,
|
||||||
florent,
|
florent,
|
||||||
florence,
|
florence,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue