1
0
Fork 0

fix(simone): Add translation for missing options

Fixes #6577
This commit is contained in:
joostdecock 2024-04-27 17:48:30 +02:00
parent e1d89ddb9f
commit 4261e9f1b2
3 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -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:

View file

@ -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"