parent
e1d89ddb9f
commit
4261e9f1b2
3 changed files with 28 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
|||
|
||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||
|
||||
### simone
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Added missing translation for various options
|
||||
|
||||
### tamiko
|
||||
|
||||
#### Changed
|
||||
|
|
|
@ -35,6 +35,8 @@ Unreleased:
|
|||
noble:
|
||||
- Fix 'cutonfold' text for Noble's back part. Fixes #6447
|
||||
- Improve dart shaping. Fixes #64547
|
||||
simone:
|
||||
- Added missing translation for various options
|
||||
teagan:
|
||||
- Fix side seam when length is cropped. Fixes #6480
|
||||
uma:
|
||||
|
|
|
@ -23,6 +23,18 @@
|
|||
"t": "Bust-aligned buttons",
|
||||
"d": "Optional button spacing strategies to ensure a button at the bustline"
|
||||
},
|
||||
"bustAlignedButtons.even": {
|
||||
"t": "Even spacing",
|
||||
"d": "Button spacing is calculated for buttons above the bustline, and this spacing is used for all buttons."
|
||||
},
|
||||
"bustAlignedButtons.split": {
|
||||
"t": "Split spacing",
|
||||
"d": "Different button spacings are calculated and used for buttons above and below the bustline."
|
||||
},
|
||||
"bustAlignedButtons.disabled": {
|
||||
"t": "Disabled",
|
||||
"d": "Different button spacings are calculated and used for buttons above and below the bustline."
|
||||
},
|
||||
"bustDartAngle": {
|
||||
"t": "Bust dart angle",
|
||||
"d": "Controls the angle by which the (side) bust dart slopes downward"
|
||||
|
@ -39,6 +51,14 @@
|
|||
"t": "Front darts",
|
||||
"d": "Whether to include front darts or not"
|
||||
},
|
||||
"frontDarts.no": {
|
||||
"t": "No front darts",
|
||||
"d": "Do not include front darts"
|
||||
},
|
||||
"frontDarts.yes": {
|
||||
"t": "With front darts",
|
||||
"d": "Do include front darts"
|
||||
},
|
||||
"frontDartLength": {
|
||||
"t": "Front dart length",
|
||||
"d": "Controls how close the front dart approaches the bust point"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue