diff --git a/.all-contributorsrc b/.all-contributorsrc
index 7eabd1d839e..06b064c30a1 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -867,6 +867,25 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "BenJamesBen",
+ "name": "BenJamesBen",
+ "avatar_url": "https://avatars.githubusercontent.com/u/109869956?v=4",
+ "profile": "https://github.com/BenJamesBen",
+ "contributions": [
+ "code",
+ "doc"
+ ]
+ },
+ {
+ "login": "SimonbJohnson",
+ "name": "SimonbJohnson",
+ "avatar_url": "https://avatars.githubusercontent.com/u/2110742?v=4",
+ "profile": "https://github.com/SimonbJohnson",
+ "contributions": [
+ "bug"
+ ]
}
],
"skipCi": true
diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.yaml b/.github/ISSUE_TEMPLATE/01_bug-report.yaml
new file mode 100644
index 00000000000..7163615fb77
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/01_bug-report.yaml
@@ -0,0 +1,135 @@
+---
+name: 🐛 Bug report
+description: Report a problem, or something that went wrong
+title: "[bug]: "
+labels: [ "\U0001F41B bug" ]
+body:
+ - type: markdown
+ attributes:
+ value: "Bugs happen :shrug: Please complete the information below so we know what's going on :point_down:"
+ - type: textarea
+ id: desc
+ attributes:
+ label: "What seems to be the problem? 🤔"
+ description: Please provide a clear and concise description of the problem you encountered
+ placeholder: |
+ When I generate a Simone with my dimensions, the corners of the yoke appear malformed. \
+ This happens both in the lab as on freesewing.org. Seems to occur only when the `box pleat` option is enabled.
+ - type: dropdown
+ id: pkg
+ attributes:
+ label: "Design / Plugin / Package 🧐"
+ description: Do you know what design/plugin/package the bug is in?
+ multiple: true
+ options:
+ - designs/aaron
+ - designs/albert
+ - designs/bee
+ - designs/bella
+ - designs/benjamin
+ - designs/bent
+ - designs/bob
+ - designs/breanna
+ - designs/brian
+ - designs/bruce
+ - designs/carlita
+ - designs/carlton
+ - designs/cathrin
+ - designs/charlie
+ - designs/cornelius
+ - designs/diana
+ - designs/examples
+ - designs/florence
+ - designs/florent
+ - designs/hi
+ - designs/holmes
+ - designs/hortensia
+ - designs/huey
+ - designs/hugo
+ - designs/jaeger
+ - designs/legend
+ - designs/lucy
+ - designs/lunetius
+ - designs/noble
+ - designs/paco
+ - designs/penelope
+ - designs/plugintest
+ - designs/rendertest
+ - designs/sandy
+ - designs/shin
+ - designs/simon
+ - designs/simone
+ - designs/sven
+ - designs/tamiko
+ - designs/teagan
+ - designs/theo
+ - designs/tiberius
+ - designs/titan
+ - designs/trayvon
+ - designs/tutorial
+ - designs/unice
+ - designs/ursula
+ - designs/wahid
+ - designs/walburga
+ - designs/waralee
+ - designs/yuri
+ - plugins/plugin-banner
+ - plugins/plugin-bartack
+ - plugins/plugin-bundle
+ - plugins/plugin-bust
+ - plugins/plugin-buttons
+ - plugins/plugin-cutonfold
+ - plugins/plugin-dimension
+ - plugins/plugin-export-dxf
+ - plugins/plugin-flip
+ - plugins/plugin-gore
+ - plugins/plugin-grainline
+ - plugins/plugin-i18n
+ - plugins/plugin-logo
+ - plugins/plugin-measurements
+ - plugins/plugin-mirror
+ - plugins/plugin-notches
+ - plugins/plugin-round
+ - plugins/plugin-scalebox
+ - plugins/plugin-sprinkle
+ - plugins/plugin-svgattr
+ - plugins/plugin-theme
+ - plugins/plugin-title
+ - plugins/plugin-validate
+ - plugins/plugin-versionfree-svg
+ - packages/components
+ - packages/config-helpers
+ - packages/core
+ - packages/css-theme
+ - packages/gatsby-remark-jargon
+ - packages/i18n
+ - packages/models
+ - packages/mui-theme
+ - packages/new-design
+ - packages/pattern-info
+ - packages/prettier-config
+ - packages/rehype-jargon
+ - packages/remark-jargon
+ - packages/utils
+ - type: dropdown
+ id: patron
+ attributes:
+ label: Are you a FreeSewing patron? 😃
+ description: "Patrons support us financially :pray: so they get priority"
+ options:
+ - "Yes, I am a tier-2 patron ❤️"
+ - "Yes, I am a tier-4 patron ❤️ 💙"
+ - "Yes, I am a tier-8 patron ❤️ 💙 💜"
+ - "No, I am not 😞"
+ validations:
+ required: true
+ - type: textarea
+ id: extra
+ attributes:
+ label: Additional context
+ description: Add any other context or screenshots about the issue you are facing here.
+ - type: markdown
+ attributes:
+ value: |
+ Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**.
+---
diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.yaml b/.github/ISSUE_TEMPLATE/02_feature-request.yaml
new file mode 100644
index 00000000000..51e10143ba5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/02_feature-request.yaml
@@ -0,0 +1,38 @@
+---
+name: 🚀 Feature request
+description: Suggest an idea to make FreeSewing better
+title: "[feature]: "
+labels: [ "\U0001F48E enhancement" ]
+body:
+ - type: markdown
+ attributes:
+ value: "You've got a great idea to make FreeSewing better? Tell us all about it :point_down:"
+ - type: textarea
+ id: desc
+ attributes:
+ label: "What is it that you would like to see happen? 🤔"
+ description: Please provide a clear and concise description of what you want to happen
+ placeholder: |
+ I would like to be able to export patterns as a Gitlab snippet, just like they can be exported as a Github gist
+ - type: dropdown
+ id: patron
+ attributes:
+ label: Are you a FreeSewing patron? 😃
+ description: "Patrons support us financially :pray: so they get priority"
+ options:
+ - "Yes, I am a tier-2 patron ❤️"
+ - "Yes, I am a tier-4 patron ❤️ 💙"
+ - "Yes, I am a tier-8 patron ❤️ 💙 💜"
+ - "No, I am not 😞"
+ validations:
+ required: true
+ - type: textarea
+ id: extra
+ attributes:
+ label: Additional context
+ description: Add any other context or screenshots you think will be helpful here.
+ - type: markdown
+ attributes:
+ value: |
+ Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**.
+---
diff --git a/.github/ISSUE_TEMPLATE/03_documentation-update.yaml b/.github/ISSUE_TEMPLATE/03_documentation-update.yaml
new file mode 100644
index 00000000000..36920f336fa
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/03_documentation-update.yaml
@@ -0,0 +1,44 @@
+---
+description: Suggest updates to FreeSewing documentation or site content
+labels: [ "\U0001F44D good first issue", "\U0001F4D6 documentation" ]
+name: "📝 Documentation or content update"
+title: "[docs]: "
+body:
+ - type: markdown
+ attributes:
+ value: "Found an issue in our documentation, a blog post, showcase or other content? Please complete the information below so we can fix it :point_down:"
+ - type: input
+ id: url
+ attributes:
+ label: "Where can we see the problem? 🤔"
+ description: Provide a link here to the page to be updated. If the page provides an anchor link to the section of interest (indicated by a chain icon next to a heading) please copy that link if possible.
+ placeholder: "https://freesewing/docs/patterns/aaron/cutting"
+ - type: dropdown
+ id: patron
+ attributes:
+ label: Are you a FreeSewing patron? 😃
+ description: "Patrons support us financially :pray: so they get priority"
+ options:
+ - "Yes, I am a tier-2 patron ❤️"
+ - "Yes, I am a tier-4 patron ❤️ 💙"
+ - "Yes, I am a tier-8 patron ❤️ 💙 💜"
+ - "No, I am not 😞"
+ validations:
+ required: true
+ - type: textarea
+ id: suggestion
+ attributes:
+ label: Suggested content
+ description: Do you have any changes you'd like to suggest to improve the documentation?
+ - type: textarea
+ id: extra
+ attributes:
+ label: Additional context
+ description: Add any other context or screenshots about the issue you found here.
+ - type: markdown
+ attributes:
+ value: Looking to tackle this issue? Check out our [markdown guide](https://freesewing.dev/guides/markdown) to learn how to format documentation.
+ - type: markdown
+ attributes:
+ value: Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**.
+---
diff --git a/.github/ISSUE_TEMPLATE/04_showcase-template.yaml b/.github/ISSUE_TEMPLATE/04_showcase-template.yaml
new file mode 100644
index 00000000000..0ffcbd3fd54
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/04_showcase-template.yaml
@@ -0,0 +1,89 @@
+---
+name: 📸 (request to) add a new Showcase post
+description: Add a new showcase on FreeSewing.org
+title: "[showcase]: Found a great project to showcase"
+labels: [ "\U0001F44D good first issue, \U0001F4F8 showcase, \U0001F917 community" ]
+body:
+ - type: markdown
+ attributes:
+ value: "Found a great project/make to showcase? Awesome :tada: Please complete the information below so we can add it to our showcases :point_down:"
+ - type: input
+ id: url
+ attributes:
+ label: "Where can we find the awesomeness? 🤔"
+ description: Provide a link here to where we can find the pictures/description. Like a blog post or Instagram post, or something on Discord or ...
+ placeholder: "https://www.instagram.com/p/CgRPJCqjgTw/"
+ - type: dropdown
+ id: design
+ attributes:
+ label: "Do you know what FreeSewing design was used? 🧐"
+ description: If you know which of our patterns was used, please select one of more from the list below
+ multiple: true
+ options:
+ - Aaron
+ - Albert
+ - Bee
+ - Bella
+ - Benjamin
+ - Bent
+ - Bob
+ - Breanna
+ - Brian
+ - Bruce
+ - Carlita
+ - Carlton
+ - Cathrin
+ - Charlie
+ - Cornelius
+ - Diana
+ - Florence
+ - Florent
+ - Hi
+ - Holmes
+ - Hortensia
+ - Huey
+ - Hugo
+ - Jaeger
+ - Lucy
+ - Lunetius
+ - Noble
+ - Paco
+ - Penelope
+ - Sandy
+ - Shin
+ - Simon
+ - Simone
+ - Sven
+ - Tamiko
+ - Teagan
+ - Theo
+ - Tiberius
+ - Titan
+ - Trayvon
+ - Unice
+ - Ursula
+ - Wahid
+ - Walburga
+ - Waralee
+ - Yuri
+ - type: dropdown
+ id: permission
+ attributes:
+ label: "Do we have permission to (re)post this? ✅"
+ description: We only post showcases with permission from the original author. Please indicate whether or not permission was granted by choosing the relevant option in the list below
+ options:
+ - ✅ I am the original author, and hereby grant permission to repost this content
+ - ✅ I am not the original author, but I have asked for permission on behalf of FreeSewing and the original author granted it
+ - ❌ Please ask permission from the original author
+ - type: textarea
+ id: extra
+ attributes:
+ label: Additional context
+ description: If there is any other info or pictures you'd like to add you can do so here
+ - type: markdown
+ attributes:
+ value: Looking to tackle this issue? We have [a how-to that shows how to add a showcase to the site](https://freesewing.dev/editors/howtos/showcase/).
+ - type: markdown
+ attributes:
+ value: Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**.
+---
diff --git a/.github/ISSUE_TEMPLATE/05_all-contributors.yaml b/.github/ISSUE_TEMPLATE/05_all-contributors.yaml
new file mode 100644
index 00000000000..6ccbd069b12
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/05_all-contributors.yaml
@@ -0,0 +1,57 @@
+---
+name: 🎖️ All Contributors update
+description: Help capture the various contributions to FreeSewing
+title: "[all contributors]: Please add (username here)"
+labels: [ "\U0001F49C all contributors" ]
+assignees: [ 'joostdecock' ]
+body:
+ - type: markdown
+ attributes:
+ value: "FreeSewing is an [All Contributors](https://allcontributors.org/) project. Anybody can nominate someone to be added to our contributors list. Fill in the form below to do so :point_down:"
+ - type: input
+ id: username
+ attributes:
+ label: "Who made the contribution(s)? 🤔"
+ description: Please enter the Github username of the person who made the contribution(s)
+ placeholder: "joostdecock"
+ - type: dropdown
+ id: design
+ attributes:
+ label: "What type(s) of contribution(s) did they make? 🧐"
+ description: Check the emoji list and descriptions below and select whatever is appropriate
+ multiple: true
+ options:
+ - "♿️ a11y: Reporting or working on accessibility issues"
+ - "🐛 bug: Reporting or working on bugs"
+ - "📝 blog: Writing blog posts"
+ - "💻 code: Writing or improving our code"
+ - "🖋 content: Showcase posts, newsletters, social media, and so on (not documentation or blog)"
+ - "📖 doc: Documentation"
+ - "🎨 design: Pattern design, but also UI/UX"
+ - "📋 eventOrganizing: Organizing events and meetups"
+ - "💵 financial: Provding financial support"
+ - "🚇 infra: Hosting, Servers, SaaS, etc."
+ - "🚧 maintenance: Reserved for maintainers who do a bit of everything"
+ - "🧑🏫 mentoring: Mentoring of new contributors"
+ - "📦 platform: Providing specific platform support (Linux/Mac/Windows)"
+ - "🔌 plugin: Writing/improving plugins"
+ - "📆 projectManagement: Coordinating work"
+ - "💬 question: Answering Questions in Issues, on Discord, etc."
+ - "👀 review: Reviewing Pull Requests"
+ - "🛡️ security: Identify and/or reduce security threats, GDPR, Privacy, etc"
+ - "🔧 tool: Work on tooling"
+ - "🌍 translation: Providing translations"
+ - "⚠️ test: People who write tests"
+ - "✅ tutorial: Creating tutorials"
+ - "📢 talk: Giving talks or presentations"
+ - "📓 userTesting: End-to-end testing"
+ - "📹 video: Making videos"
+ - type: textarea
+ id: extra
+ attributes:
+ label: Additional context
+ description: If there is any other info or pictures you'd like to add you can do so here
+ - type: markdown
+ attributes:
+ value: Please keep in mind that **FreeSewing is a community project** that depends on **[your support](https://freesewing.org/community/join/)**.
+---
diff --git a/.github/ISSUE_TEMPLATE/1_bug-report.md b/.github/ISSUE_TEMPLATE/1_bug-report.md
deleted file mode 100644
index f799e007c73..00000000000
--- a/.github/ISSUE_TEMPLATE/1_bug-report.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: 🐛 Bug report
-about: Report a problem, or something that went wrong
-title: Bug report
-labels: "\U0001F41B bug"
-assignees: ''
-
----
-
-**What seems to be the problem?**
-
-A clear and concise description of the problem you encountered.
-
-**Are you a FreeSewing patron?**
-
- - [ ] Yes, I am :hugs:
- - [ ] No, I am not :thinking:
-
-**Additional context**
-
-Add any other context or screenshots about the problem request here.
diff --git a/.github/ISSUE_TEMPLATE/2_feature-request.md b/.github/ISSUE_TEMPLATE/2_feature-request.md
deleted file mode 100644
index efb1fcc8dd0..00000000000
--- a/.github/ISSUE_TEMPLATE/2_feature-request.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: 🚀 Feature request
-about: Suggest an idea to make FreeSewing better
-title: Feature request
-labels: "\U0001F48E enhancement"
-assignees: ''
-
----
-
-**What is it that you would like to see happen?**
-
-A clear and concise description of what you want to happen.
-
-**Are you a FreeSewing patron?**
-
- - [ ] Yes, I am :hugs:
- - [ ] No, I am not :thinking:
-
-**Additional context**
-
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/3_documentation-update.md b/.github/ISSUE_TEMPLATE/3_documentation-update.md
deleted file mode 100644
index e110bd7f2e9..00000000000
--- a/.github/ISSUE_TEMPLATE/3_documentation-update.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-name: 📝 Documentation/content update
-about: Suggest updates to FreeSewing documentation or site content
-title: Documentation/content update
-labels: "\U0001F44D good first issue, \U0001F4D6 documentation"
-assignees: ''
-
----
-
-- Page link: Provide a link here to the page (or pages) to be updated. If the page provides an anchor link to the section of interest (indicated by a chain icon next to a heading) please copy that link if possible.
-- Relevant section: If a specific section needs to be updated and you are unable to provide an anchor link, what's the heading or area of interest?
-- Suggested content: Do you have any changes you'd like to suggest to improve the documentation?
-
-Looking to tackle this issue? Check out our [markdown guide](https://freesewing.dev/guides/markdown) to learn how to format documentation.
diff --git a/.github/ISSUE_TEMPLATE/4_showcase-template.md b/.github/ISSUE_TEMPLATE/4_showcase-template.md
deleted file mode 100644
index 3b0d736ef19..00000000000
--- a/.github/ISSUE_TEMPLATE/4_showcase-template.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-name: 📸 Showcase template
-about: Add a new showcase on freesewing.org
-title: Create showcase from this content
-labels: "\U0001F44D good first issue, \U0001F4F8 showcase, \U0001F917 community"
-assignees: ''
-
----
-
-- Content: Provide a link here to where we can find the content
- - Permission:
- - [ ] I am the original author, and hereby grant permission to repost this content
- - [ ] I am not the original author, please ask permission from them
- - Credit: Please enter the FreeSewing, Instagram, Twitter, or other username of the original author (if you know it and they want to be credited)
-
-Looking to tackle this issue? We have [a how-to that shows how to add a showcase to the site](https://freesewing.dev/editors/howtos/showcase/).
diff --git a/.github/ISSUE_TEMPLATE/5_all-contributors.md b/.github/ISSUE_TEMPLATE/5_all-contributors.md
deleted file mode 100644
index 6ac6da1158e..00000000000
--- a/.github/ISSUE_TEMPLATE/5_all-contributors.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: 🎖️ All Contributors update
-about: Help capture the various contributions to FreeSewing
-title: "All Contributors: Please add (username here)"
-labels: "\U0001F49C all contributors"
-assignees: 'joostdecock'
----
-
-### Who made the contribution(s)?
-
-- GitHub username:
-
-Please provide the GitHub username of the contributor.
-(If it is you, you can skip this part, as your username will be available in the issue)
-
-### What type(s) of contribution did they make?
-
-- Contribution type(s):
-
-The most common contribution types are:
-
- - `doc` for documentation work
- - `translation` for translation work
- - `code` for code contributions
- - `blog` for blog posts or showcase posts
- - `question` for helping others by answering questions (on Discord for example)
- - `bug` for reporting bugs
-
-A complete list of contribution types is available [on the all contributors website](https://allcontributors.org/docs/en/emoji-key).
diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml
index 6dd0812d970..689ff52d5c9 100644
--- a/.github/workflows/checkdocs.yml
+++ b/.github/workflows/checkdocs.yml
@@ -5,12 +5,12 @@ on:
branches:
- develop
paths:
- - 'markdown/**'
+ - 'markdown/**/en.md'
pull_request:
branches:
- develop
paths:
- - 'markdown/**'
+ - 'markdown/**/en.md'
jobs:
test:
diff --git a/.github/workflows/tests.all.yml b/.github/workflows/tests.all.yml
index ce45a233e60..7b3033fc6ed 100644
--- a/.github/workflows/tests.all.yml
+++ b/.github/workflows/tests.all.yml
@@ -38,4 +38,10 @@ jobs:
run: npm run buildall
- name: Run all tests
run: npm run testall
-
+ - name: Upload to codecov.io
+ uses: codecov/codecov-action@v3
+ with:
+ files: ./packages/core/coverage/coverage-final.json
+ flags: core
+ name: codecov-core
+ fail_ci_if_error: true
diff --git a/.gitignore b/.gitignore
index e93b01677f6..5ce2d8fd985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,6 +110,7 @@ prebuild/*.json
sites/*/out
sites/*/public/mdx
sites/*/prebuild
+!sites/shared/prebuild
# misc
.DS_Store
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6762dfe2dae..a2651ed8138 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,13 @@
- Fix hem allowance. Closes [#2350](https://github.com/freesewing/freesewing/issues/2350)
+### simon
+
+#### Fixed
+
+ - Fix issue with boxPleat and yoke Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400)
+ - Removed superfluous notches in button placket, buttonhole placket, and split yoke. Fixes [#2399](https://github.com/freesewing/freesewing/issues/2399)
+
### simone
#### Fixed
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 0819dbf2022..a8d1054a54c 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -19,112 +19,114 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
diff --git a/config/changelog.yaml b/config/changelog.yaml
index f2d7b99b187..2ec93f663c9 100644
--- a/config/changelog.yaml
+++ b/config/changelog.yaml
@@ -20,6 +20,11 @@ Unreleased:
brian:
- Make s3 options sticky to zero below 10% to avoid path split issues.
Fixes [#2249](https://github.com/freesewing/freesewing/issues/2249)
+ simon:
+ - Fix issue with boxPleat and yoke
+ Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400)
+ - Removed superfluous notches in button placket, buttonhole placket, and split yoke.
+ Fixes [#2399](https://github.com/freesewing/freesewing/issues/2399)
simone:
- Don't do a negative FBA from there's no need for an FBA
Fixes [#2121](https://github.com/freesewing/freesewing/issues/2121)
diff --git a/config/dependencies.yaml b/config/dependencies.yaml
index d610e731512..ea7b3018d48 100644
--- a/config/dependencies.yaml
+++ b/config/dependencies.yaml
@@ -190,9 +190,13 @@ plugintest:
react-pattern:
peer:
'@freesewing/i18n': *freesewing
+rehype-jargon:
+ _:
+ 'unist-util-visit': '^4.1.0'
+ 'hast-util-from-html': '^1.0.0'
remark-jargon:
_:
- 'unist-util-visit': '^2.0.3'
+ 'unist-util-visit': '^4.1.0'
peer:
'remark': '^13.0.0'
'remark-html': '^13.0.1'
diff --git a/config/exceptions.yaml b/config/exceptions.yaml
index 9f97a97bb03..30a74a7606a 100644
--- a/config/exceptions.yaml
+++ b/config/exceptions.yaml
@@ -1,5 +1,6 @@
noNamespace:
- create-freesewing-pattern
+ - rehype-jargon
- remark-jargon
- gatsby-remark-jargon
customBuild:
@@ -14,6 +15,7 @@ customBuild:
- remark-jargon
- plugin-bundle
- utils
+ - rehype-jargon
skipTests:
- theo
packageJson:
diff --git a/config/scripts.yaml b/config/scripts.yaml
index 81d3a8fffd3..e6492df9797 100644
--- a/config/scripts.yaml
+++ b/config/scripts.yaml
@@ -24,14 +24,13 @@ components:
storybook: 'start-storybook -p 6663'
test: *notests
core:
- coverage: 'nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov'
report: 'nyc report --reporter=html'
test: 'nyc -x node_modules -x tests/fixtures -x bin-pack npx mocha tests/*.test.js'
- testci: "npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js"
+ testci: "nyc --silent npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js && nyc report --reporter=json"
testonly: 'npx mocha tests/*.test.js'
i18n:
# react-scripts doesn't handle .mjs files correctly
- prebuild: 'node src/prebuild.mjs'
+ prebuild: 'node scripts/prebuilder.mjs'
test: *test
testci: *testci
new-design:
@@ -42,7 +41,7 @@ new-design:
vbuild: '!'
pattern-info:
cibuild_step1: '!'
- build: 'node src/prebuild.js && node build.js'
+ build: 'node build.js'
prebuild: 'node src/prebuild.js'
utils:
clean: "rimraf backend && rimraf camelCase && rimraf capitalize && rimraf cloneObject && rimraf convertSize && rimraf defaultGist && rimraf defaultSa && rimraf formatImperial && rimraf formatMm && rimraf isDegMeasurement && rimraf measurementAsMm && rimraf measurementDiffers && rimraf neckstimate && rimraf optionDefault && rimraf optionType && rimraf roundMm && rimraf roundMmDown && rimraf roundMmUp && rimraf sliderStep && rimraf smallestImperialStep && rimraf storage && rimraf tiler && rimraf validateEmail && rimraf validateTld"
diff --git a/config/software/packages.json b/config/software/packages.json
index 3ea2268f582..bc436407246 100644
--- a/config/software/packages.json
+++ b/config/software/packages.json
@@ -10,6 +10,7 @@
"new-design": "Initializer package for a new FreeSewing design: npx @freesewing/new-design",
"pattern-info": "Information about available freesewing patterns",
"prettier-config": "FreeSewing's shared configuration for prettier",
+ "rehype-jargon": "A Rehype plugin for jargon terms",
"remark-jargon": "A Remark plugin for jargon terms",
"utils": "A collection of utilities shared across freesewing projects"
}
diff --git a/designs/simon/src/back.js b/designs/simon/src/back.js
index 3f0630800bd..674b27c5fb2 100644
--- a/designs/simon/src/back.js
+++ b/designs/simon/src/back.js
@@ -129,6 +129,7 @@ export default (part) => {
} else points.cbTop = points.cbYoke
// Box pleat
+ points.armholeYokeSplitPreBoxpleat = points.armholeYokeSplit.clone()
if (options.boxPleat) {
points.boxPleatLeft = points.cbTop.shift(0, store.get('boxPleatWidth') / 2)
points.boxPleatMid = points.boxPleatLeft.shift(0, store.get('boxPleatFold'))
diff --git a/designs/simon/src/buttonholeplacket.js b/designs/simon/src/buttonholeplacket.js
index 932fd7dfb10..8757a2ee759 100644
--- a/designs/simon/src/buttonholeplacket.js
+++ b/designs/simon/src/buttonholeplacket.js
@@ -25,6 +25,9 @@ export default (part) => {
}
for (const id in paths) delete part.paths[id]
+ for (const i of ['waist', 'armholePitch', 'hips', 'armhole']) {
+ delete snippets[i + '-notch']
+ }
const width = store.get('buttonholePlacketWidth')
const fold = store.get('buttonholePlacketFoldWidth')
diff --git a/designs/simon/src/buttonplacket.js b/designs/simon/src/buttonplacket.js
index 551ab9c8023..2dbfdf7b732 100644
--- a/designs/simon/src/buttonplacket.js
+++ b/designs/simon/src/buttonplacket.js
@@ -27,6 +27,9 @@ export default (part) => {
for (const id in paths) {
if (id !== 'seam') delete part.paths[id]
}
+ for (const i in snippets) {
+ if (i.indexOf('notch')) delete snippets[i]
+ }
macro('flip')
const width = store.get('buttonPlacketWidth')
points.placketTopIn = utils.lineIntersectsCurve(
diff --git a/designs/simon/src/yoke.js b/designs/simon/src/yoke.js
index 1209f186d27..98649023fbd 100644
--- a/designs/simon/src/yoke.js
+++ b/designs/simon/src/yoke.js
@@ -7,7 +7,7 @@ export default (part) => {
}
// Paths
- paths.saBase = new Path().move(points.cbYoke).line(points.armholeYokeSplit)
+ paths.saBase = new Path().move(points.cbYoke).line(points.armholeYokeSplitPreBoxpleat)
if (options.yokeHeight > 0) paths.saBase = paths.saBase.join(paths.backArmholeYoke)
paths.saBase = paths.saBase.line(points.s3CollarSplit).join(paths.backCollar)
if (options.splitYoke) paths.saBase = paths.saBase.line(points.cbYoke).close()
@@ -29,26 +29,20 @@ export default (part) => {
delete snippets.armholePitchNotch
delete snippets.collarNotch
delete snippets.shoulderNotch
+ snippets.sleevecapNotch = new Snippet('notch', points.armholeYokeSplitPreBoxpleat)
points.title = new Point(points.neck.x, points.cbYoke.y / 3)
macro('title', { at: points.title, nr: 4, title: 'yoke', scale: 0.8 })
points.logo = points.title.shift(-90, 50)
snippets.logo = new Snippet('logo', points.logo)
snippets.logo.attr('data-scale', 0.8)
- if (options.splitYoke) {
- macro('cutonfold', {
- from: points.cbNeck,
- to: points.cbYoke,
- grainline: true,
- })
- snippets.sleeveNotch = new Snippet('bnotch', points.armholePitch)
- } else {
- points.grainlineFrom = points.cbYoke.shift(0, 20)
- points.grainlineTo = points.cbNeck.shift(0, 20)
- macro('grainline', {
- from: points.grainlineFrom,
- to: points.grainlineTo,
- })
- }
+
+ points.grainlineFrom = points.cbYoke.shift(0, 20)
+ points.grainlineTo = points.cbNeck.shift(0, 20)
+ macro('grainline', {
+ from: points.grainlineFrom,
+ to: points.grainlineTo,
+ })
+
if (sa) {
paths.sa = paths.saBase.offset(sa).attr('class', 'fabric sa')
diff --git a/markdown/dev/guides/markdown/custom-components/en.md b/markdown/dev/guides/markdown/custom-components/en.md
index f7cd3c20a4d..2723b1f444e 100644
--- a/markdown/dev/guides/markdown/custom-components/en.md
+++ b/markdown/dev/guides/markdown/custom-components/en.md
@@ -11,6 +11,20 @@ typically require a lot more complexity.
Below is a list of custom components you can use in our Markdown content:
+## Comment
+
+**Do** try this at home
+
+Use a **Comment** where you want to illustrate something is a personal opinion
+or tip/advice rather than the sort of general neutral voice used throughout
+our documentation.
+
+The **Comment** component requires a `by` attribute that lists the author of the comment.
+
+```markdown
+**Do** try this at home
+```
+
## Dot
@@ -105,20 +119,6 @@ a full list of all available parts/examples.
```
-## Comment
-
-**Do** try this at home
-
-Use a **Comment** where you want to illustrate something is a personal opinion
-or tip/advice rather than the sort of general neutral voice used throughout
-our documentation.
-
-The **Comment** component requires a `by` attribute that lists the author of the comment.
-
-```markdown
-**Do** try this at home
-```
-
## Fixme
diff --git a/markdown/dev/guides/markdown/jargon/en.md b/markdown/dev/guides/markdown/jargon/en.md
new file mode 100644
index 00000000000..25c7ffada8b
--- /dev/null
+++ b/markdown/dev/guides/markdown/jargon/en.md
@@ -0,0 +1,52 @@
+---
+title: Using jargon
+order: yyy
+---
+
+Jargon are terminology that could throw off new users.
+Rather than create a glossary on every page, we use a plugin to manage
+jargon terms for us. This page shows you how to use it.
+
+Think of jargon as glossary terms
+
+## Using jargon
+
+To use jargon, it's sufficient to emphasize the term:
+
+```md
+We are migrating from _cjs_ to _esm_ modules
+```
+
+Which renders as:
+
+We are migrating from _cjs_ to _esm_ modules
+
+## Adding jargon
+
+To add a new jargon term, you need to add it to the jargon file for the
+website you'd like to add it to:
+
+| Website | Jargon file | Github link |
+| ------- | ----------- | ----------- |
+| freesewing.dev | `sites/dev/jargon.mjs` | [jargon.mjs](https://github.com/freesewing/freesewing/blob/develop/sites/dev/jargon.mjs) |
+| freesewing.org | `sites/org/jargon.mjs` | [jargon.mjs](https://github.com/freesewing/freesewing/blob/develop/sites/org/jargon.mjs) |
+
+The file consists of key/value pairs where:
+
+- The **key** is the jargon term
+- The **value** is the jargon description
+
+### Tips for jaron keys
+
+The key in the jargon file should always be lowercase. That's because we
+lowercase the term before matching it.
+
+So in your text, you can use `ESM`, `ems`, or even `eSm`, but the key in
+the jargon file should be `esm`.
+
+### Tips for jargon values
+
+The value can hold HTML tags, just make sure it's valid HTML and don't go
+overboard.
+
+Note that the definition will be _italic_ by default.
diff --git a/markdown/dev/reference/api/part/en.md b/markdown/dev/reference/api/part/en.md
index 60c5eb5c91e..9c630826ea0 100644
--- a/markdown/dev/reference/api/part/en.md
+++ b/markdown/dev/reference/api/part/en.md
@@ -11,6 +11,7 @@ and multiple parts together typically make up a pattern.
| Property | Description |
| --------:| ----------- |
+| `attributes` | An [Attributes](/reference/api/attributes) instance holding the part's attributes |
| `paths` | A plain object to store your paths in |
| `points` | A plain object to store your points in |
| `render` | A flag that controls whether to include the part in the render output |
diff --git a/markdown/dev/reference/api/snippet/attr/en.md b/markdown/dev/reference/api/snippet/attr/en.md
index 0b0f0856a18..192990d2e73 100644
--- a/markdown/dev/reference/api/snippet/attr/en.md
+++ b/markdown/dev/reference/api/snippet/attr/en.md
@@ -10,10 +10,10 @@ Snippet snippet.attr(
)
```
-This `Snippet.attr()` method calls [`Attributes.add()`](./attributes#add) under the hood,
+This `Snippet.attr()` method calls [`Attributes.add()`](/reference/api/attributes/add) under the hood,
but returns the Snippet object. This allows you to chain different calls together.
-If the third parameter is set to `true` it will call [`Attributes.set()`](./attributes#set) instead,
+If the third parameter is set to `true` it will call [`Attributes.set()`](/reference/api/attributes/set) instead,
thereby overwriting the value of the attribute.
diff --git a/markdown/dev/reference/api/snippets/bnotch/en.md b/markdown/dev/reference/api/snippets/bnotch/en.md
index 9aba63594dd..9f7d7d290dd 100644
--- a/markdown/dev/reference/api/snippets/bnotch/en.md
+++ b/markdown/dev/reference/api/snippets/bnotch/en.md
@@ -5,7 +5,7 @@ title: bnotch
The `bnotch` snippet is intended for notches at the back, or when you
need an alternative to the default `notch`.
-It is provided by [plugin-theme](/reference/plugins/theme/).
+It is provided by [plugin-notches](/reference/plugins/notches/).
```js
snippets.demo = new Snippet('bnotch', points.anchor)
diff --git a/markdown/dev/reference/api/snippets/notch/en.md b/markdown/dev/reference/api/snippets/notch/en.md
index e481d6ce9cb..f47aaa70274 100644
--- a/markdown/dev/reference/api/snippets/notch/en.md
+++ b/markdown/dev/reference/api/snippets/notch/en.md
@@ -3,7 +3,7 @@ title: notch
---
The `notch` snippet is intended for notches and is
-provided by [plugin-theme](/reference/plugins/theme/).
+provided by [plugin-notches](/reference/plugins/notches/).
```js
snippets.demo = new Snippet('bnotch', points.anchor)
diff --git a/markdown/dev/reference/plugins/banner/en.md b/markdown/dev/reference/plugins/banner/en.md
index ef6d1b65bf7..dad2f2f36cf 100644
--- a/markdown/dev/reference/plugins/banner/en.md
+++ b/markdown/dev/reference/plugins/banner/en.md
@@ -10,6 +10,12 @@ This macro allows you to add repeating text along a path.
Example of the banner macro provided by this plugin
+
+
+The banner plugin is part of our [plugin-bundle](/reference/plugins/bundle)
+
+
+
## Installation
```sh
diff --git a/markdown/dev/reference/plugins/bartack/en.md b/markdown/dev/reference/plugins/bartack/en.md
index 94da11bca86..736eb8effae 100644
--- a/markdown/dev/reference/plugins/bartack/en.md
+++ b/markdown/dev/reference/plugins/bartack/en.md
@@ -11,6 +11,12 @@ tight zig-zag stitches used to enforce a seam — to your design.
Example of the bartack macro provided by this plugin
+
+
+The bartack plugin is part of our [plugin-bundle](/reference/plugins/bundle)
+
+
+
## Installation
```sh
diff --git a/markdown/dev/reference/plugins/bundle/en.md b/markdown/dev/reference/plugins/bundle/en.md
index 1568c609c72..d2767f10264 100644
--- a/markdown/dev/reference/plugins/bundle/en.md
+++ b/markdown/dev/reference/plugins/bundle/en.md
@@ -4,14 +4,20 @@ title: "@freesewing/plugin-bundle"
The **@freesewing/plugin-bundle** plugin bundles the most common FreeSewing build-time plugins:
+- [plugin-banner](/reference/plugins/banner) : Add repeating text to your patterns
+- [plugin-bartack](/reference/plugins/bartack) : Add bartacks to your patterns
+- [plugin-buttons](/reference/plugins/buttons) : Add buttons, buttonholes, and snaps to your patterns
- [plugin-cutonfold](/reference/plugins/cutonfold) : Add cut-on-fold indicators to your patterns
- [plugin-dimension](/reference/plugins/dimension) : Add dimensions to your (paperless) patterns
- [plugin-grainline](/reference/plugins/grainline) : Add grainline indicators to your patterns
-- [plugin-logo](/reference/plugins/logo) : Add a scalebox to your patterns
-- [plugin-scalebox](/reference/plugins/scalebox) : Add pretty titles to your pattern parts
+- [plugin-logo](/reference/plugins/logo) : Add a FreeSewing logo to your patterns
+- [plugin-measurements](/reference/plugins/measurements) : Make extra, calculated measurements available to your patterns
+- [plugin-mirror](/reference/plugins/mirror) : Mirror points and paths in your patterns
+- [plugin-notches](/reference/plugins/notches) : Add notches to your patterns
+- [plugin-scalebox](/reference/plugins/scalebox) : Add scaleboxes to your pattern parts
+- [plugin-round](/reference/plugins/round) : Create rounded corners in your patterns
+- [plugin-sprinkle](/reference/plugins/sprinkle) : Add multiple snippets to your patterns
- [plugin-title](/reference/plugins/title) : Add pretty titles to your pattern parts
-- [plugin-round](/reference/plugins/round) : Rounds corners
-- [plugin-sprinkle](/reference/plugins/sprinkle) : Add multiple snippets to your pattern
Almost all patterns use these plugins, so it made sense to bundle them.
diff --git a/markdown/dev/reference/plugins/measurements/en.md b/markdown/dev/reference/plugins/measurements/en.md
index b180d5603f2..71edab00a81 100644
--- a/markdown/dev/reference/plugins/measurements/en.md
+++ b/markdown/dev/reference/plugins/measurements/en.md
@@ -17,6 +17,12 @@ It will add the following measurements:
- `waistFrontArc` (if both `waist` and `waistBack` are provided)
- `crossSeamBack` (if both `crossSeam` and `crossSeamFront` are available)
+
+
+The measurements plugin is part of our [plugin-bundle](/reference/plugins/bundle)
+
+
+
## Installation
```sh
diff --git a/markdown/dev/reference/plugins/mirror/en.md b/markdown/dev/reference/plugins/mirror/en.md
index 5f0793a1d79..70a2fd556de 100644
--- a/markdown/dev/reference/plugins/mirror/en.md
+++ b/markdown/dev/reference/plugins/mirror/en.md
@@ -8,6 +8,12 @@ a number of points and/or paths around a given mirror line.
Example of the mirror plugin
+
+
+The mirror plugin is part of our [plugin-bundle](/reference/plugins/bundle)
+
+
+
## Installation
```bash
diff --git a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md
index 855c2765458..41a68309eb1 100644
--- a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md
+++ b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md
@@ -46,7 +46,7 @@ Our repository uses yarn workspaces. So you'll need yarn to work with it.
To install it run:
```bash
-npm i -G yarn
+npm install yarn --global
```
#### Fork our repository
diff --git a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md
index 150e671022a..57e761b1c83 100644
--- a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md
+++ b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md
@@ -37,7 +37,7 @@ yarn kickstart
These docs assume you have git installed.
-But if you're running Linux, you have git, right?
+But if you're running macOS, you have git, right?
#### Install yarn
@@ -46,7 +46,7 @@ Our repository uses yarn workspaces. So you'll need yarn to work with it.
To install it run:
```bash
-npm i -G yarn
+npm install yarn --global
```
#### Fork our repository
@@ -74,7 +74,7 @@ cd freesewing
yarn kickstart
```
-Now you're ready to [start the development environment](/tutorials/getting-started-linux/dev-start).
+Now you're ready to [start the development environment](/tutorials/getting-started-mac/dev-start).
## Stand-alone development
@@ -87,7 +87,7 @@ npx @freesewing/new-design
After you've answered [some questions](#questions), it will take a while to set everything up.
When it's done, you will have a new folder with the development environent inside.
-Now you're ready to [start the development environment](/tutorials/getting-started-linux/dev-start).
+Now you're ready to [start the development environment](/tutorials/getting-started-mac/dev-start).
The folder will have the name you chose above
diff --git a/markdown/org/docs/faq/breasts/uk.md b/markdown/org/docs/faq/breasts/uk.md
new file mode 100644
index 00000000000..4ad81cf227f
--- /dev/null
+++ b/markdown/org/docs/faq/breasts/uk.md
@@ -0,0 +1,23 @@
+---
+title: "What's all this talk about with or without breasts?"
+---
+
+Some people get confused by the terms _with breasts_ and _without breasts_.
+
+We use these terms as a gender-inclusive way to ask whether or not a person has breasts.
+
+##### As it applies to bodies
+
+Nearly every clothing company has two main categories for their clothing: menswear and womenswear. These garment designs are usually based off of the ideal or average body. Meaning, for womenswear, the designer will likely make a garment for a body with breasts, narrow shoulders, a smaller waist and wide hips.
+
+These characteristics are generally thought of as _the typical characteristics of a woman's body_. However, we believe it is best to stay away from this; no body is average and we want to build a gender-inclusive environment.
+
+We do not want to exclude anyone and we think that _body shape ≠ gender_. That's why we use the terminology **with breasts** and **without breasts**, simply asking whether a person has breast tissue or not.
+
+##### How it applies to patterns
+
+Any user can draft any pattern on our site, as long as they provide the required measurements. Which for some patterns includes measurements that are only relevant if you have breasts.
+
+##### How it applies to binding
+
+If you are binding, use the **without breasts** patterns, and use the cirumference of your binded chest as [chest measurement](/docs/measurements/chest/)
diff --git a/markdown/org/docs/faq/commercial-use/uk.md b/markdown/org/docs/faq/commercial-use/uk.md
new file mode 100644
index 00000000000..d60116d5b4c
--- /dev/null
+++ b/markdown/org/docs/faq/commercial-use/uk.md
@@ -0,0 +1,7 @@
+---
+title: Can I use FreeSewing patterns for commercial purposes?
+---
+
+Yes you can. Open Source is a development model, not a business model.
+
+If our work can help you put food on the table, by all means go ahead.
diff --git a/markdown/org/docs/faq/email-trouble/uk.md b/markdown/org/docs/faq/email-trouble/uk.md
new file mode 100644
index 00000000000..f442e28bfe2
--- /dev/null
+++ b/markdown/org/docs/faq/email-trouble/uk.md
@@ -0,0 +1,22 @@
+---
+title: How can I sign up? I never received the E-mail to activate my account!
+---
+
+If you did not receive the email, check your spam/junk folder. If you can't find it there either, it is most likely that your E-mail provider blocked it outright.
+
+Either try using a different E-mail address, or [reach out to us](https://discord.freesewing.org/) so we can help you activate your account.
+
+
+
+##### Users in France are more likely to run into this problem
+
+In France, several E-mail providers share the same filtering:
+
+- free.fr
+- laposte.net
+- organge.fr
+- sfr.fr
+
+They are all known to cause issues with deliveries.
+
+
diff --git a/markdown/org/docs/faq/measurement-estimates/uk.md b/markdown/org/docs/faq/measurement-estimates/uk.md
new file mode 100644
index 00000000000..7af94d2b28d
--- /dev/null
+++ b/markdown/org/docs/faq/measurement-estimates/uk.md
@@ -0,0 +1,117 @@
+---
+title: What are those symbols next to my measurements?
+---
+
+You might have noticed these kind of icons next to your measurements:
+
+The value they represent shows how far the measurement deviates from the proportions we test our designs with:
+
+
+
+
+ Icon
+
+
+
+ Description
+
+
+
+
+
+
+
+
+
+ The value is significantly lower
+
+
+
+
+
+
+
+
+
+ The value is a good bit lower
+
+
+
+
+
+
+
+
+
+ The value is a bit lower
+
+
+
+
+
+
+
+
+
+ The value is very close
+
+
+
+
+
+
+
+
+
+ The value is very close
+
+
+
+
+
+
+
+
+
+ The value is a bit higher
+
+
+
+
+
+
+
+
+
+ The value is a good bit higher
+
+
+
+
+
+
+
+
+
+ The value is significantly higher
+
+
+
+
+These indicators serve a dual purpose:
+
+- Help you spot mistakes in your measurements (you know best where your outliers are)
+- Help you anticipate where our software might struggle to come up with good results
+
+
+
+##### There are no good or bad measurements
+
+Designing patterns for a variety of shapes is hard work.
+
+Unlike other pattern companies, we don't limit ourselves to a particular size range.
+All people and all bodies are welcome here.
+
+If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
+
+
diff --git a/markdown/org/docs/faq/notches/uk.md b/markdown/org/docs/faq/notches/uk.md
new file mode 100644
index 00000000000..20477a2b239
--- /dev/null
+++ b/markdown/org/docs/faq/notches/uk.md
@@ -0,0 +1,9 @@
+---
+title: Why don't you use double notches to mark the back of the pattern?
+---
+
+A double-notch is a common way to mark the back of the pattern. Common, but not universal.
+
+Different parts of the world have different conventions or traditions on how to notch patterns. To avoid confusion, we use a differently styled notch to indicate the back, as detailed in [our pattern notation guide][1].
+
+[1]: /docs/various/notation/
diff --git a/markdown/org/docs/faq/privacy/uk.md b/markdown/org/docs/faq/privacy/uk.md
new file mode 100644
index 00000000000..b1d3ab2e9e3
--- /dev/null
+++ b/markdown/org/docs/faq/privacy/uk.md
@@ -0,0 +1,7 @@
+---
+title: What are you doing with my personal data?
+---
+
+How we handle your personal data is documented in [our privacy notice][1].
+
+[1]: /docs/various/privacy/
diff --git a/markdown/org/docs/faq/sizes/uk.md b/markdown/org/docs/faq/sizes/uk.md
new file mode 100644
index 00000000000..37ca8fd0686
--- /dev/null
+++ b/markdown/org/docs/faq/sizes/uk.md
@@ -0,0 +1,10 @@
+---
+title: I know my size, but your pattern doesn't fit me
+---
+
+The standard sizes we offer are there to allow you to discover our platform without the need to create an account. We advise against using them as-is.
+
+Drafting made-to-measure sewing patterns really is _our thing_.\
+If you insist on getting a pattern in a standard size, FreeSewing is not for you.
+
+Thankfully, Fiona curates [a list of indie pattern designers](https://chainstitcher.blogspot.com/p/indie-pattern-designers.html), so you have plenty of alternatives.
diff --git a/markdown/org/docs/faq/uk.md b/markdown/org/docs/faq/uk.md
new file mode 100644
index 00000000000..aa896744f84
--- /dev/null
+++ b/markdown/org/docs/faq/uk.md
@@ -0,0 +1,6 @@
+---
+title: Frequently asked questions
+order: 150
+---
+
+
diff --git a/markdown/org/docs/faq/what-is-freesewing/uk.md b/markdown/org/docs/faq/what-is-freesewing/uk.md
new file mode 100644
index 00000000000..16dcaf06ee2
--- /dev/null
+++ b/markdown/org/docs/faq/what-is-freesewing/uk.md
@@ -0,0 +1,11 @@
+---
+title: What is FreeSewing?
+---
+
+[FreeSewing is an open source software project](https://github.com/freesewing/) with the aim of becoming the WikiPedia of sewing patterns.
+
+We provide a [core library](https://www.npmjs.com/package/@freesewing/core) for parametric pattern design, an ever-growing [library of designs](/designs/) implemented in code, as well as a bunch of adjacent tools for building modern interfaces on top of our platform.
+
+We are not interested in fashion, trends, or publishing the hot new pattern of the season. Instead, we want to empower makers by distilling the knowledge of the sewing community into parametric designs + documentation, and make that information freely available.
+
+FreeSewing is built by [contributors](/community/who/contributors/) who are all volunteers, and financially supported by [our Patrons](/community/who/patrons/).
diff --git a/markdown/org/docs/faq/why-signup/uk.md b/markdown/org/docs/faq/why-signup/uk.md
new file mode 100644
index 00000000000..803a72af760
--- /dev/null
+++ b/markdown/org/docs/faq/why-signup/uk.md
@@ -0,0 +1,21 @@
+---
+title: Why do I need to create an account to download a made-to-measure pattern?
+---
+
+For practical reasons. To generate made-to-measure sewing patterns, we need your measurements.
+
+Asking for them every time would be rather tedious, so we need to store this information. And your account is where we do that.
+
+Without a way to store your measurements, generating made-to-measure patterns would be hopelessly inpractical.
+
+
+
+##### Are you asking because you don't trust us?
+
+This question often hints at an underlying distrust towards
+creating an account. As such, the following links may also be relevant:
+
+- Read [our privacy notice][1]
+- Learn more about [your rights][2]
+
+
diff --git a/markdown/org/docs/faq/womenswear-blocks/uk.md b/markdown/org/docs/faq/womenswear-blocks/uk.md
new file mode 100644
index 00000000000..b3b3bee326f
--- /dev/null
+++ b/markdown/org/docs/faq/womenswear-blocks/uk.md
@@ -0,0 +1,27 @@
+---
+title: Why do you even publish womenswear blocks? They are [insert strong opinion here].
+---
+
+This question comes up every now and then. The wording varies, but the sentiment can be summarized as _why even publish this garbage, it doesn't work at all_.
+
+Let me start by saying that you are not wrong. Both [Breanna](/designs/breanna/) and [Bella](/designs/bella/) have serious shortcomings.
+
+I myself ([joost](/makers/joostdecock/)) am painfully aware of them, and I have toyed with the idea of retracting these patterns altogether.
+
+But there's a subset of people who get good results with them. I've seen several good looking makes based on Bella, and Breanna seems to be popular with people making doll clothes for some reason.
+
+What I'm saying is, we're not removing them because they work in some cases. Not in all cases though, which can be frustrating.
+
+I don't pretend to know how to draft for women. But I do get questions all the time about adding more womenswear to freesewing.org, and that starts with a well-designed block.
+
+I have long waited for somebody to step forward to take this on themselves. Alas, I've been waiting in vain. Since the fastest way to get a question answered on the internet is to answer it yourself incorrectly, I set out to create these blocks.
+
+So if you think you can do better, I hereby formally invite you to work together to design the womenswear block that you think/know to be the best one out there.
+
+I gladly offer my services to code/implement your design/vision, so that the entire sewing community can benefit from it.
+
+You can reach me at joost at freesewing.org, we also have [an active community on Discord](https://discord.freesewing.org/).
+
+I hope to hear from you soon.
+
+joost
diff --git a/markdown/org/docs/guide/account/uk.md b/markdown/org/docs/guide/account/uk.md
new file mode 100644
index 00000000000..f20701ecec1
--- /dev/null
+++ b/markdown/org/docs/guide/account/uk.md
@@ -0,0 +1,12 @@
+---
+title: Your account
+order: 300
+---
+
+To generate made-to-measure sewing patterns, we need measurements. Asking for them every time would be rather tedious, so we store them for you.
+
+We need a place to store them, and that _place_ is your account. Your account data is stored on our backend, subject to [our privacy notice][1], and with respect for [your rights][2].
+
+[1]: /docs/various/privacy/
+
+[2]: /docs/various/rights/
diff --git a/markdown/org/docs/guide/breasts/uk.md b/markdown/org/docs/guide/breasts/uk.md
new file mode 100644
index 00000000000..d71eb14156b
--- /dev/null
+++ b/markdown/org/docs/guide/breasts/uk.md
@@ -0,0 +1,24 @@
+---
+title: With or without breasts?
+order: 250
+---
+
+Some people get confused by the terms **with breasts** and **without breasts**.
+
+We use these terms as a gender-inclusive way to ask whether or not a person has breasts.
+
+
+
+Check [our FAQ on the matter](/docs/faq/breasts/) for more info.
+
+
+
+
+
+##### Why we ask in the first place
+
+Fitting a chest with breasts is more complex than fitting a chest without breasts.
+There are extra measurements and options required, and we want to display these
+only when it's relevant.
+
+
diff --git a/markdown/org/docs/guide/help/uk.md b/markdown/org/docs/guide/help/uk.md
new file mode 100644
index 00000000000..3db712e4494
--- /dev/null
+++ b/markdown/org/docs/guide/help/uk.md
@@ -0,0 +1,8 @@
+---
+title: Getting help
+order: 999
+---
+
+If you get stuck or have questions, you can [join us on Discord](https://discord.freesewing.org/) where there's always somebody around to offer help.
+
+Altenatively, you can check out some of the other places [where you can find us](/community/where/).
diff --git a/markdown/org/docs/guide/measurements/estimates/uk.md b/markdown/org/docs/guide/measurements/estimates/uk.md
new file mode 100644
index 00000000000..5cf96af95ef
--- /dev/null
+++ b/markdown/org/docs/guide/measurements/estimates/uk.md
@@ -0,0 +1,30 @@
+---
+title: Measurements estimates
+---
+
+To help you spot measuring mistakes, we show an estimate of your different measurements next to the actual value. When the difference gets large, we'll draw your attention to that.
+
+
+
+This estimate is based on your neck circumference, so this won't show up until you've measured your neck.
+
+
+
+
+
+##### This is a difficult area for us to work in
+
+We want to help you get the best results, and that includes helping you spot issues with your measurements.
+On the other hand, we in no way want to imply that someone's measurements are _wrong_ somehow.
+
+We are an extremely size-inclusive pattern outlet, and a disproportionate amount of our users are people who struggle to find clothes or patterns from other outlets.
+So on one hand, it might seem like we're setting ourselves up for failure by comparing measurements to a set of more or less _standard_ measurements.
+But you know your body. You know which of your measurements deviate from the average.
+And us pointing out that they do is in a way only confirmation that you've been measuring correctly.
+On the other hand, if something jumps out where you are fairly average sized, you know to double-check those measurements.
+
+Last but not least, while we try to provide guidance about measurements to help spot mistakes,
+we never exclude anyone based on size or measurement.
+No matter what you throw at us, we will draft a pattern for you, or (our software will) die trying.
+
+
diff --git a/markdown/org/docs/guide/measurements/graph/uk.md b/markdown/org/docs/guide/measurements/graph/uk.md
new file mode 100644
index 00000000000..3db9997c5c2
--- /dev/null
+++ b/markdown/org/docs/guide/measurements/graph/uk.md
@@ -0,0 +1,7 @@
+---
+title: Measurements graph
+---
+
+Below is an example of a measurements graph. We will generate such a graph for your people as soon as you provide us with their neck circumference.
+
+
diff --git a/markdown/org/docs/guide/measurements/uk.md b/markdown/org/docs/guide/measurements/uk.md
new file mode 100644
index 00000000000..78f82c2f765
--- /dev/null
+++ b/markdown/org/docs/guide/measurements/uk.md
@@ -0,0 +1,15 @@
+---
+title: Measurements
+order: 420
+---
+
+Taking accurate measurements is crucial for good results with our designs, yet not as trivial as you would think.
+
+We've added a few indicators to help you spot mistakes or problems in your measurements.
+
+- We include [estimates for your different measurements][1], and highlight those measurements where a person differs significantly from the estimate
+- Your models show [a graph of their body measurements][2] in comparison to our standard sizes
+
+[1]: /docs/guide/measurements/estimates/
+
+[2]: /docs/guide/measurements/graph/
diff --git a/markdown/org/docs/guide/mtm/uk.md b/markdown/org/docs/guide/mtm/uk.md
new file mode 100644
index 00000000000..d2ea4a5b875
--- /dev/null
+++ b/markdown/org/docs/guide/mtm/uk.md
@@ -0,0 +1,21 @@
+---
+title: Made-to-measure sewing patterns
+order: 200
+---
+
+All of our sewing patterns are **made to measure**.
+
+We don’t scale or grade patterns. Instead, we draft the pattern to your measurements. That happens in real-time, in your browser.
+
+
+
+##### But you do have sizes?
+
+Generating a made-to-measure sewing pattern requires an account.
+For the casual visitor who stumbles upon our website, that
+adds a lot of friction before they can try out the website.
+
+For this reason, we've added standard sizes since version 2.2.\
+We advise against using our standard sizes for actual garment construction.
+
+
diff --git a/markdown/org/docs/guide/options/complete/uk.md b/markdown/org/docs/guide/options/complete/uk.md
new file mode 100644
index 00000000000..4b880038805
--- /dev/null
+++ b/markdown/org/docs/guide/options/complete/uk.md
@@ -0,0 +1,7 @@
+---
+title: Detail
+---
+
+Turn this setting off to only draft a basic outline of the pattern.
+
+This is particularly useful for people looking to use a laser cutter or other automated tools, and only want the cutlines of the pattern.
diff --git a/markdown/org/docs/guide/options/locale/uk.md b/markdown/org/docs/guide/options/locale/uk.md
new file mode 100644
index 00000000000..3004693816b
--- /dev/null
+++ b/markdown/org/docs/guide/options/locale/uk.md
@@ -0,0 +1,7 @@
+---
+title: Language
+---
+
+This determines the language used on your pattern.
+
+By default, we use the same language as you're using on the website, but if for some reason you want a pattern in a different language, this is where to configure that.
diff --git a/markdown/org/docs/guide/options/margin/uk.md b/markdown/org/docs/guide/options/margin/uk.md
new file mode 100644
index 00000000000..d418942ce37
--- /dev/null
+++ b/markdown/org/docs/guide/options/margin/uk.md
@@ -0,0 +1,5 @@
+---
+title: Margin
+---
+
+This controls the margin around pattern parts. The default margin is 2mm, but you can change it.
diff --git a/markdown/org/docs/guide/options/only/uk.md b/markdown/org/docs/guide/options/only/uk.md
new file mode 100644
index 00000000000..a7592ff65b6
--- /dev/null
+++ b/markdown/org/docs/guide/options/only/uk.md
@@ -0,0 +1,7 @@
+---
+title: Contents
+---
+
+This setting allows you to manually pick which parts you want to include in your pattern.
+
+This is often useful when you want to combine different styles. For example, you could draft a shirt pattern, and then also draft different cuffs for it. There's no need to print all pattern parts, so you can only draft your second pair of cuffs.
diff --git a/markdown/org/docs/guide/options/paperless/uk.md b/markdown/org/docs/guide/options/paperless/uk.md
new file mode 100644
index 00000000000..2f7f167490f
--- /dev/null
+++ b/markdown/org/docs/guide/options/paperless/uk.md
@@ -0,0 +1,7 @@
+---
+title: Paperless
+---
+
+Paperless patterns have extra markings to use them without a printer.
+
+The idea is that with the help of the grid and the extra dimensions, you don't need to print the pattern. Instead, you can transfer it directly onto fabric, or onto a intermediate medium such as drafting paper.
diff --git a/markdown/org/docs/guide/options/sa/uk.md b/markdown/org/docs/guide/options/sa/uk.md
new file mode 100644
index 00000000000..3faa487b56b
--- /dev/null
+++ b/markdown/org/docs/guide/options/sa/uk.md
@@ -0,0 +1,7 @@
+---
+title: Seam allowance
+---
+
+This controls whether you want _seam allowance_ or not. And, if you want it, how much you want.
+
+This will probably be self-explanatory if you know what seam allowance is. In case you don't, check out [the seam allowance documentation](/docs/sewing/seam-allowance).
diff --git a/markdown/org/docs/guide/options/scale/uk.md b/markdown/org/docs/guide/options/scale/uk.md
new file mode 100644
index 00000000000..42996fd6b1d
--- /dev/null
+++ b/markdown/org/docs/guide/options/scale/uk.md
@@ -0,0 +1,9 @@
+---
+title: Scale
+---
+
+The scale factor can be used to scale down (or up) everything that is not the actual pattern itself. Things like font sizes, arrow sizes, logos, scalebox, line width and so on.
+
+It was specifically created to accommodate patterns for doll clothes and other situations where the text and snippets would become too large in comparison to the pattern.
+
+You need to enable _Expert mode_ after which you can find the scale setting under _Advanced_.
diff --git a/markdown/org/docs/guide/options/uk.md b/markdown/org/docs/guide/options/uk.md
new file mode 100644
index 00000000000..78fc7172f4c
--- /dev/null
+++ b/markdown/org/docs/guide/options/uk.md
@@ -0,0 +1,11 @@
+---
+title: Configuring your pattern
+order: 998
+---
+
+When you [create a pattern](/create/) there are two important groups of things you can tweak:
+
+- The **design options** are options the designer added to the pattern. Typically style and fit choices.
+- The **pattern options** are a set of options that come with the platform, and are available for all patterns. Below is a complete list:
+
+
diff --git a/markdown/org/docs/guide/options/units/uk.md b/markdown/org/docs/guide/options/units/uk.md
new file mode 100644
index 00000000000..a6ad84561bc
--- /dev/null
+++ b/markdown/org/docs/guide/options/units/uk.md
@@ -0,0 +1,13 @@
+---
+title: Units
+---
+
+This controls the units used (by the text) on the pattern.
+
+Freesewing supports two types of units:
+
+- Metric units (cm)
+- Imperial units (inch)
+
+You can configure your default units in your account settings.\
+In addition, you can set the units individually for each model.\ And if that wasn't enough, you can still override the units for an individual pattern with this setting.
diff --git a/markdown/org/docs/guide/patterns/uk.md b/markdown/org/docs/guide/patterns/uk.md
new file mode 100644
index 00000000000..a1629b6425d
--- /dev/null
+++ b/markdown/org/docs/guide/patterns/uk.md
@@ -0,0 +1,23 @@
+---
+title: Your patterns
+order: 400
+---
+
+When you generate a made-to-measure pattern, you can tweak it endlessly, and export it to a variety of formats, including PDF.\
+But it remains ephemeral until you save it to your account, so it becomes one of **your patterns**.
+
+Saving your pattern is optional, but it allows you to re-visit the pattern later, make further tweaks to it or simply download the PDF again.
+
+You can save as many patterns as you like.
+
+
+
+##### Patterns vs Designs
+
+If you came to this site looking for _patterns_ you might have found them under _designs_.
+It's not a super important distinction, but it helps to understand that:
+
+- **Design**: One of the styles that we offer. We've got dozens of designs, and you can try them all
+- **Pattern**: The result of generating one of those styles into a pattern. We've got thousands of patterns stored for our users, and some might be yours
+
+
diff --git a/markdown/org/docs/guide/people/uk.md b/markdown/org/docs/guide/people/uk.md
new file mode 100644
index 00000000000..9da2760b959
--- /dev/null
+++ b/markdown/org/docs/guide/people/uk.md
@@ -0,0 +1,12 @@
+---
+title: Your people
+order: 350
+---
+
+Once you have an account, you can start adding measurements. But that quickly brings up the next question: what if you want a pattern for you, but also for your partner?
+
+That's why we have _people_.
+
+You create a person, and add measurements to that person. Now you can generate patterns for this person, based on their measurements.
+
+You can add as many people as you like. Having just one for yourself is fine too.
diff --git a/markdown/org/docs/guide/uk.md b/markdown/org/docs/guide/uk.md
new file mode 100644
index 00000000000..5f4d31fa41c
--- /dev/null
+++ b/markdown/org/docs/guide/uk.md
@@ -0,0 +1,47 @@
+---
+title: Getting started
+order: 100
+---
+
+Hi there 👋 and welcome to freesewing.org 🙂\
+Reading this guide will take about 10 minutes of your time now, to save you a bunch of questions later, and make sure you get the most out of our website.
+
+##### What we'll explain
+
+- We'll tell you [what FreeSewing is][1] and [what freesewing.org is][2]
+- We'll tell you about our [made-to-measure sewing patterns][3] and what we mean by [_with breasts_ vs _without breasts_][4]
+- We'll cover [why you need an account][5] what we mean by [your people][6] or [your patterns][7], and we talk about [measurements][8]
+- We'll go over [how you can configure your patterns][9] with design and pattern options
+- Finally, we'll tell you [where you can get help][10] if you get stuck.
+
+Sounds good? Then let's dive right in:
+
+
+
+
+
+##### You don't have to read everything
+
+Feel free to click around to the parts that are most relevant to you.
+This guide is more reference than story.
+
+
+[1]: /docs/guide/what/
+
+[2]: /docs/guide/website/
+
+[3]: /docs/guide/mtm/
+
+[4]: /docs/guide/breasts/
+
+[5]: /docs/guide/account/
+
+[6]: /docs/guide/people/
+
+[7]: /docs/guide/patterns/
+
+[8]: /docs/guide/measurements/
+
+[9]: /docs/guide/options/
+
+[10]: /docs/guide/help/
diff --git a/markdown/org/docs/guide/website/uk.md b/markdown/org/docs/guide/website/uk.md
new file mode 100644
index 00000000000..2b3ce68b1e7
--- /dev/null
+++ b/markdown/org/docs/guide/website/uk.md
@@ -0,0 +1,8 @@
+---
+title: What is freesewing.org?
+order: 150
+---
+
+Freesewing.org is our flagship website that offers made-to-measure sewing patterns to makers all over the world.
+
+It is our most visible asset, and for many people their first encounter with the project. The place where all our work on comes together and teams up, to provide you with something we hope you will appreciate.
diff --git a/markdown/org/docs/guide/what/uk.md b/markdown/org/docs/guide/what/uk.md
new file mode 100644
index 00000000000..2cfdac35e37
--- /dev/null
+++ b/markdown/org/docs/guide/what/uk.md
@@ -0,0 +1,12 @@
+---
+title: What is FreeSewing?
+order: 100
+---
+
+[FreeSewing is an open source software project](https://github.com/freesewing/) with the aim of becoming the Wikipedia of sewing patterns.
+
+We provide a [core library](https://www.npmjs.com/package/@freesewing/core) for parametric pattern design, an ever-growing [library of designs](/designs/) implemented in code, as well as a bunch of adjacent tools for building modern interfaces on top of our platform.
+
+We are not interested in fashion, trends, or publishing the hot new pattern of the season. Instead, we want to empower makers by distilling the knowledge of the sewing community into parametric designs + documentation, and make that information freely available.
+
+FreeSewing is built by [contributors](/community/who/contributors/) who are all volunteers, and financially supported by [our Patrons](/community/who/patrons/).
diff --git a/markdown/org/docs/measurements/ankle/uk.md b/markdown/org/docs/measurements/ankle/uk.md
new file mode 100644
index 00000000000..ec356b8a6b8
--- /dev/null
+++ b/markdown/org/docs/measurements/ankle/uk.md
@@ -0,0 +1,7 @@
+---
+title: Ankle circumference
+---
+
+The **ankle circumference** measurement goes around your ankle.
+
+To measure your ankle circumference, run the tape measure around your leg, just above your ankle.
diff --git a/markdown/org/docs/measurements/biceps/uk.md b/markdown/org/docs/measurements/biceps/uk.md
new file mode 100644
index 00000000000..a3cfa4b585d
--- /dev/null
+++ b/markdown/org/docs/measurements/biceps/uk.md
@@ -0,0 +1,7 @@
+---
+title: Biceps circumference
+---
+
+The **biceps circumference** measurement goes around the fullest part of your upper arm.
+
+To measure your **biceps circumference**, run the tape measure around the fullest part of your upper arm.
diff --git a/markdown/org/docs/measurements/bustfront/uk.md b/markdown/org/docs/measurements/bustfront/uk.md
new file mode 100644
index 00000000000..138d2cab5d3
--- /dev/null
+++ b/markdown/org/docs/measurements/bustfront/uk.md
@@ -0,0 +1,7 @@
+---
+title: Bust front
+---
+
+The **bust front** is the front part of your chest circumference.
+
+To measure your bust front, run the tape measure horizontally accross the fullest part of your chest, starting at the side (seam) on one side, across your breasts to the side (seam) on the other side.
diff --git a/markdown/org/docs/measurements/bustpointtounderbust/uk.md b/markdown/org/docs/measurements/bustpointtounderbust/uk.md
new file mode 100644
index 00000000000..c3c69d09e8a
--- /dev/null
+++ b/markdown/org/docs/measurements/bustpointtounderbust/uk.md
@@ -0,0 +1,7 @@
+---
+title: Bust point to underbust
+---
+
+The **bust point to underbust** measurement is the distance from your bust point/nipple to your underbust.
+
+It's the distance an ant would have to walk to go from your bust point/nipple straight down to where your breast meets your torso.
diff --git a/markdown/org/docs/measurements/bustspan/uk.md b/markdown/org/docs/measurements/bustspan/uk.md
new file mode 100644
index 00000000000..9bdfed4bafa
--- /dev/null
+++ b/markdown/org/docs/measurements/bustspan/uk.md
@@ -0,0 +1,7 @@
+---
+title: Bust span
+---
+
+The **bust span** is the horizontal distance between the two apex points of your bust.
+
+To measure your bust span, run the tape measure horizontally in a straight line from the tip of your one breast to the tip of the other.
diff --git a/markdown/org/docs/measurements/chest/uk.md b/markdown/org/docs/measurements/chest/uk.md
new file mode 100644
index 00000000000..6344d58eab8
--- /dev/null
+++ b/markdown/org/docs/measurements/chest/uk.md
@@ -0,0 +1,7 @@
+---
+title: Chest circumference
+---
+
+The **chest circumference** measurement wraps around the fullest part of your chest.
+
+To measure your chest circumference, wrap the tape measure around your chest at the fullest part. Make sure to keep the tape measure horizontal (parallel to the floor).
diff --git a/markdown/org/docs/measurements/crossseam/uk.md b/markdown/org/docs/measurements/crossseam/uk.md
new file mode 100644
index 00000000000..500f34620b1
--- /dev/null
+++ b/markdown/org/docs/measurements/crossseam/uk.md
@@ -0,0 +1,7 @@
+---
+title: Cross seam
+---
+
+The **cross seam** is measured from the waist line at the front through your legs to the back.
+
+To measure your **cross seam** tie a string around your waist. Then, measure down from the center front of your waist going through your legs back up to the back until you meet the string at your waist.
diff --git a/markdown/org/docs/measurements/crossseamfront/uk.md b/markdown/org/docs/measurements/crossseamfront/uk.md
new file mode 100644
index 00000000000..9581768a66b
--- /dev/null
+++ b/markdown/org/docs/measurements/crossseamfront/uk.md
@@ -0,0 +1,11 @@
+---
+title: Cross seam front
+---
+
+The **cross seam front** is the front part of the [cross seam](/docs/measurements/crossseam/) measurement.
+
+To measure your **cross seam front** tie a string around your waist. Then, measure down from the center front of your waist until the spot that is:
+
+- Where the fork of a tight-fitting pair of trousers would sit
+- At the base of your scrotum
+- Somewhere towards the front of your perineum
diff --git a/markdown/org/docs/measurements/crotchdepth/uk.md b/markdown/org/docs/measurements/crotchdepth/uk.md
new file mode 100644
index 00000000000..74ccf4ebae3
--- /dev/null
+++ b/markdown/org/docs/measurements/crotchdepth/uk.md
@@ -0,0 +1,7 @@
+---
+title: Crotch depth
+---
+
+The **crotch depth** measurement is the height your waist rises from the surface you are sitting on.
+
+To measure your crotch depth, sit straight on a flat chair or table, and measure from waist line down to the chair/table.
diff --git a/markdown/org/docs/measurements/head/uk.md b/markdown/org/docs/measurements/head/uk.md
new file mode 100644
index 00000000000..ea14c882d90
--- /dev/null
+++ b/markdown/org/docs/measurements/head/uk.md
@@ -0,0 +1,7 @@
+---
+title: Head circumference
+---
+
+The **head circumference** measurement wraps around the fullest part of your head.
+
+To measure your head circumference, wrap the tape measure around your head at the height of your forehead.
diff --git a/markdown/org/docs/measurements/heel/uk.md b/markdown/org/docs/measurements/heel/uk.md
new file mode 100644
index 00000000000..584015e52d1
--- /dev/null
+++ b/markdown/org/docs/measurements/heel/uk.md
@@ -0,0 +1,7 @@
+---
+title: Heel circumference
+---
+
+The **heel circumference** measurement is the narrowest measurement a trouser leg can be so you can still get in to it.
+
+To measure your heel circumference, stretch your foot forward, and run the tape measure around your foot at the widest part of your heel.
diff --git a/markdown/org/docs/measurements/highbust/uk.md b/markdown/org/docs/measurements/highbust/uk.md
new file mode 100644
index 00000000000..b8e99e9bc47
--- /dev/null
+++ b/markdown/org/docs/measurements/highbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: High bust
+---
+
+The **high bust** measurement is your chest circumference measured just under your arms, above the fullest part of your bust.
+
+The point of the high bust measurement is to get an idea of the chest circumference without taking breasts into account. As such, this measurement is only relevant for models with breasts.
+
+To measure your high bust, wrap the tape measure around your chest just under your arms. You might not be able to keep it horizontal (parallel to the floor), but that's ok.
diff --git a/markdown/org/docs/measurements/highbustfront/uk.md b/markdown/org/docs/measurements/highbustfront/uk.md
new file mode 100644
index 00000000000..274721d1400
--- /dev/null
+++ b/markdown/org/docs/measurements/highbustfront/uk.md
@@ -0,0 +1,8 @@
+---
+title: High bust front
+---
+
+The **high bust front** measurement is the front part of your **high bust** measurement: your chest circumference measured just under your arms, above the fullest part of your bust.
+
+To measure your high bust front, wrap the tape measure around your chest just under your arms and measure from the side (seam) across your breasts to the other side (seam).\
+You might not be able to keep it horizontal (parallel to the floor), but that's ok.
diff --git a/markdown/org/docs/measurements/hips/uk.md b/markdown/org/docs/measurements/hips/uk.md
new file mode 100644
index 00000000000..dca41d9a6ab
--- /dev/null
+++ b/markdown/org/docs/measurements/hips/uk.md
@@ -0,0 +1,7 @@
+---
+title: Hips circumference
+---
+
+The **hips circumference** is measured at the top of your hip bones.
+
+To measure your **hips circumference** put a tape measure around your body at the height of your hip bone.
diff --git a/markdown/org/docs/measurements/hps/uk.md b/markdown/org/docs/measurements/hps/uk.md
new file mode 100644
index 00000000000..2f028b25507
--- /dev/null
+++ b/markdown/org/docs/measurements/hps/uk.md
@@ -0,0 +1,7 @@
+---
+title: High Point Shoulder (HPS)
+---
+
+The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements.
+
+The HPS is where your shoulder seam would meet your neck. The point is situated where your neck meets your shoulder. If you put a marble there, it should not roll forward or backward, but roll towards your shoulder (as in, it should sit in the middle)
diff --git a/markdown/org/docs/measurements/hpstobust/uk.md b/markdown/org/docs/measurements/hpstobust/uk.md
new file mode 100644
index 00000000000..36dd57e9347
--- /dev/null
+++ b/markdown/org/docs/measurements/hpstobust/uk.md
@@ -0,0 +1,34 @@
+---
+title: HPS to bust
+---
+
+
+
+###### HPS: high point shoulder
+
+The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements.
+Refer to [the hps documentation](/docs/measurements/hps/) for information on how to locate this point.
+
+
+
+The **high point shoulder (HPS) to bust** measurement runs from your HPS down to the line that forms your bust span.
+
+To measure your HPS to bust, first [localize your HPS point](/docs/measurements/hps/). Then measure straight down to the line that forms your chest circumference/bust span.
+
+The point of this measurement is to locate the fullest part of your bust vertically on your torso.
+
+
+
+##### Think about which hand you're using
+
+If you measure yourself, you might try to hold your measuring tape up to your shoulder with the hand on
+the same side of your body as the shoulder you're measuring. So, for example, you could be holding the top of
+the tape up to your right shoulder with your right hand, while your left hand is holding the end.
+But that means you distort the length you are trying to measure by raising your arm on the same side.
+You might not think there is a difference, but all is connected in the world of physiology, and
+doing this could lead to an error of ~2.5cm (~1 inch) in your measurement.\
+Simply switch your hands around, and you get a more accurate measurement.
+
+For best results, get a second person to take your measurements (if possible).
+
+
diff --git a/markdown/org/docs/measurements/hpstowaistback/uk.md b/markdown/org/docs/measurements/hpstowaistback/uk.md
new file mode 100644
index 00000000000..0923fd522c5
--- /dev/null
+++ b/markdown/org/docs/measurements/hpstowaistback/uk.md
@@ -0,0 +1,16 @@
+---
+title: HPS to waist back
+---
+
+
+
+###### HPS: high point shoulder
+
+The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements.
+Refer to [the hps documentation](/docs/measurements/hps/) for information on how to locate this point.
+
+
+
+The **high point shoulder (HPS) to waist back** measurement runs from your HPS down to your waist line.
+
+To measure your HPS to waist back, first [localize your HPS point](/docs/measurements/hps/). Then measure straight down to your waist line.
diff --git a/markdown/org/docs/measurements/hpstowaistfront/uk.md b/markdown/org/docs/measurements/hpstowaistfront/uk.md
new file mode 100644
index 00000000000..bb84a091eaa
--- /dev/null
+++ b/markdown/org/docs/measurements/hpstowaistfront/uk.md
@@ -0,0 +1,16 @@
+---
+title: HPS to waist front
+---
+
+
+
+###### HPS: high point shoulder
+
+The _high point shoulder_ or _HPS_ point is used as the base for several vertical measurements.
+Refer to [the hps documentation](/docs/measurements/hps/) for information on how to locate this point.
+
+
+
+The **high point shoulder (HPS) to waist front** measurement runs from your HPS down to your waist line across the front of your body.
+
+To measure your HPS to waist front, first [localize your HPS point](/docs/measurements/hps/). Then measure straight down to your waist line.
diff --git a/markdown/org/docs/measurements/inseam/uk.md b/markdown/org/docs/measurements/inseam/uk.md
new file mode 100644
index 00000000000..66b84904c39
--- /dev/null
+++ b/markdown/org/docs/measurements/inseam/uk.md
@@ -0,0 +1,7 @@
+---
+title: Inseam
+---
+
+The **inseam** is the measurement from your crotch down to the floor.
+
+To measure your **inseam**, measure down vertically from the point your legs join (at the crotch) down to the floor.
diff --git a/markdown/org/docs/measurements/knee/uk.md b/markdown/org/docs/measurements/knee/uk.md
new file mode 100644
index 00000000000..e47be90643e
--- /dev/null
+++ b/markdown/org/docs/measurements/knee/uk.md
@@ -0,0 +1,7 @@
+---
+title: Knee circumference
+---
+
+The **knee circumference** is the measurement around your knee.
+
+To measure your **knee circumference**, wrap the tape measure around your knee. Make sure to keep the tape measure horizontal to the floor as you measure the circumference of your knee.
diff --git a/markdown/org/docs/measurements/neck/uk.md b/markdown/org/docs/measurements/neck/uk.md
new file mode 100644
index 00000000000..bcb9892b5d5
--- /dev/null
+++ b/markdown/org/docs/measurements/neck/uk.md
@@ -0,0 +1,7 @@
+---
+title: Neck circumference
+---
+
+The **neck circumference** is the measurement around your neck, at the level you would wear your shirt collar, or tie.
+
+To measure your **neck circumference**, wrap the tape measure around your neck where your shirt collar would sit.
diff --git a/markdown/org/docs/measurements/seat/uk.md b/markdown/org/docs/measurements/seat/uk.md
new file mode 100644
index 00000000000..83fad8ac8e3
--- /dev/null
+++ b/markdown/org/docs/measurements/seat/uk.md
@@ -0,0 +1,7 @@
+---
+title: Seat circumference
+---
+
+The **seat circumference** is the measurement around the fullest part of your bum.
+
+To measure your **seat circumference**, run the tape measure around your bum at the fullest part. Make sure to keep the tape measure horizontal while doing so. In other words, parallel to the floor.
diff --git a/markdown/org/docs/measurements/seatback/uk.md b/markdown/org/docs/measurements/seatback/uk.md
new file mode 100644
index 00000000000..e8acd415c34
--- /dev/null
+++ b/markdown/org/docs/measurements/seatback/uk.md
@@ -0,0 +1,9 @@
+---
+title: Seat back
+---
+
+The **seat back** is the back portion of your seat circumference.
+
+To measure your **seat back**, run the tape measure around your bum at the fullest part, and check the length of the back part.
+
+Make sure to keep the tape measure horizontal while doing so. In other words, parallel to the floor.
diff --git a/markdown/org/docs/measurements/shoulderslope/uk.md b/markdown/org/docs/measurements/shoulderslope/uk.md
new file mode 100644
index 00000000000..8c045e8c7a9
--- /dev/null
+++ b/markdown/org/docs/measurements/shoulderslope/uk.md
@@ -0,0 +1,22 @@
+---
+title: Shoulder slope
+---
+
+The **shoulder slope** measurement is an indicator for the amount with which your shoulder slopes downward.
+
+To measure your shoulder slope, you need to determine the angle at which your shoulder line slopes downward.
+
+A good way to measure your shoulder slope is to take a a selfie and rotate it until your shoulder line is horizontal.
+
+The angle you had to rotate is your shoulder slope.
+
+
+
+Almost all people have a slightly different shoulder slope on both sides.
+That's because your dominant arm is more pronounced.
+
+Unless the different is huge, best not to worry about it.
+It won't show up for casual garments, and for formal wear, it's better to add
+asymmetric shoulder padding, rather than create an asymmetric pattern.
+
+
diff --git a/markdown/org/docs/measurements/shouldertoelbow/uk.md b/markdown/org/docs/measurements/shouldertoelbow/uk.md
new file mode 100644
index 00000000000..36f254285f8
--- /dev/null
+++ b/markdown/org/docs/measurements/shouldertoelbow/uk.md
@@ -0,0 +1,7 @@
+---
+title: Shoulder to elbow
+---
+
+The **shoulder to elbow** measurement runs from the edge of your shoulder down to your elbow.
+
+To measure your **shoulder to elbow**, start at the edge of your shoulder, where your sleeve starts at a well-fitting shirt. Follow your arm down to your elbow.
diff --git a/markdown/org/docs/measurements/shouldertoshoulder/uk.md b/markdown/org/docs/measurements/shouldertoshoulder/uk.md
new file mode 100644
index 00000000000..9817050f64a
--- /dev/null
+++ b/markdown/org/docs/measurements/shouldertoshoulder/uk.md
@@ -0,0 +1,7 @@
+---
+title: Shoulder to shoulder
+---
+
+The **shoulder to shoulder** measurement runs from the tip of your shoulder on one side across your back to the tip of your other shoulder.
+
+To measure your **shoulder to shoulder** find the edge of your shoulder where on a good fitting shirt the shoulder seam would sit. Then, measure from there across your back to the same point at the other side.
diff --git a/markdown/org/docs/measurements/shouldertowrist/uk.md b/markdown/org/docs/measurements/shouldertowrist/uk.md
new file mode 100644
index 00000000000..3854b76ef7b
--- /dev/null
+++ b/markdown/org/docs/measurements/shouldertowrist/uk.md
@@ -0,0 +1,7 @@
+---
+title: Shoulder to wrist
+---
+
+The **shoulder to wrist** measurement determines your sleeve length, and runs from the shoulder point along the arm to your wrist.
+
+To measure your **shoulder to wrist** measurement, place your tape measure at your shoulder point. Let your arm hang naturally in a slight bend, and measure along your slightly bent arm up to your wrist.
diff --git a/markdown/org/docs/measurements/uk.md b/markdown/org/docs/measurements/uk.md
new file mode 100644
index 00000000000..56b8ffad3ab
--- /dev/null
+++ b/markdown/org/docs/measurements/uk.md
@@ -0,0 +1,6 @@
+---
+title: Measurements
+order: 300
+---
+
+
diff --git a/markdown/org/docs/measurements/underbust/uk.md b/markdown/org/docs/measurements/underbust/uk.md
new file mode 100644
index 00000000000..dd9c054f7bc
--- /dev/null
+++ b/markdown/org/docs/measurements/underbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Underbust
+---
+
+The **underbust** measurement is the circumference of your chest without taking your breasts into account.
+
+To measure your **underbust**, wrap the tape measure around your chest just below your breasts, where your bra band sits.
+
+If you don’t have breasts, this measurement does not apply to you. Just use your chest circumference.
diff --git a/markdown/org/docs/measurements/upperleg/uk.md b/markdown/org/docs/measurements/upperleg/uk.md
new file mode 100644
index 00000000000..6b6135ecff6
--- /dev/null
+++ b/markdown/org/docs/measurements/upperleg/uk.md
@@ -0,0 +1,16 @@
+---
+title: Upper leg circumference
+---
+
+The **upper leg circumference** is the measurement around your leg, near the top of your leg.
+
+You should measure this a bit below your crotch, refer to the illustration for guidance.\
+Make sure to keep the tape measure horizontal to the floor as you measure the circumference of your leg.
+
+
+
+##### Be mindful of the vertical location of this measurement
+
+This measurements is also used as **a vertical reference** to determine the vertical space in which to draft the seat/crotch of trousers. As such, the vertical location of this measurement is important.
+
+
diff --git a/markdown/org/docs/measurements/waist/uk.md b/markdown/org/docs/measurements/waist/uk.md
new file mode 100644
index 00000000000..611b8078f91
--- /dev/null
+++ b/markdown/org/docs/measurements/waist/uk.md
@@ -0,0 +1,7 @@
+---
+title: Waist circumference
+---
+
+The **waist circumference** measurement is the circumference of your waist below your ribcage.
+
+To measure your **waist circumference**, wrap the tape measure around the narrowest part of your waist, making sure to keep it horizontal.
diff --git a/markdown/org/docs/measurements/waistback/uk.md b/markdown/org/docs/measurements/waistback/uk.md
new file mode 100644
index 00000000000..fbb8b149ab8
--- /dev/null
+++ b/markdown/org/docs/measurements/waistback/uk.md
@@ -0,0 +1,7 @@
+---
+title: Waist back
+---
+
+The **waist back** measurement is the back part of your waist circumference.
+
+To measure your **waist back**, wrap the tape measure around the narrowest part of your waist, making sure to keep it horizontal. Then, measure the length from one side over your back to the other.
diff --git a/markdown/org/docs/measurements/waisttofloor/uk.md b/markdown/org/docs/measurements/waisttofloor/uk.md
new file mode 100644
index 00000000000..61185c43b35
--- /dev/null
+++ b/markdown/org/docs/measurements/waisttofloor/uk.md
@@ -0,0 +1,9 @@
+---
+title: Waist to floor
+---
+
+The **waist to floor** is the measurement from your waist down to the floor.
+
+To measure your waist to floor measurement, locate the height of your waist, and measure how high it is from the floor.
+
+It is often easiest to measure at the side of your body.
diff --git a/markdown/org/docs/measurements/waisttohips/uk.md b/markdown/org/docs/measurements/waisttohips/uk.md
new file mode 100644
index 00000000000..24ee4fe0f8f
--- /dev/null
+++ b/markdown/org/docs/measurements/waisttohips/uk.md
@@ -0,0 +1,5 @@
+---
+title: Waist to hips
+---
+
+The **waist to hips** measurement is measured from your waist down to the top of your hip bone (where your trousers sit). Measure it at the side of your body.
diff --git a/markdown/org/docs/measurements/waisttoknee/uk.md b/markdown/org/docs/measurements/waisttoknee/uk.md
new file mode 100644
index 00000000000..a231e8b9fdc
--- /dev/null
+++ b/markdown/org/docs/measurements/waisttoknee/uk.md
@@ -0,0 +1,7 @@
+---
+title: Waist to knee
+---
+
+The **waist to knee** is the measurement from your waist down towards your knee, measured on the side of your body.
+
+To measure your **waist to knee**, locate the height of both your waist and your knee, and measure the vertical distance between them. Make sure to measure at the side of your body.
diff --git a/markdown/org/docs/measurements/waisttoseat/uk.md b/markdown/org/docs/measurements/waisttoseat/uk.md
new file mode 100644
index 00000000000..f8adbf48931
--- /dev/null
+++ b/markdown/org/docs/measurements/waisttoseat/uk.md
@@ -0,0 +1,7 @@
+---
+title: Waist to seat
+---
+
+The **waist to seat** is the measurement from your waist down towards the fullest part of your bum, measured on the side of your body.
+
+To measure your **waist to seat**, locate the height of both your waist and seat circumference, and measure the vertical distance between them. Make sure to measure at the side of your body.
diff --git a/markdown/org/docs/measurements/waisttounderbust/uk.md b/markdown/org/docs/measurements/waisttounderbust/uk.md
new file mode 100644
index 00000000000..75bb34d148c
--- /dev/null
+++ b/markdown/org/docs/measurements/waisttounderbust/uk.md
@@ -0,0 +1,7 @@
+---
+title: Waist to underbust
+---
+
+The **waist to underbust** is the measurement from your waist up towards your underbust link (where your bra band sits).
+
+To measure your **waist to underbust**, locate the height of both your waist and underbust, and measure the vertical distance between them. Make sure to measure at the side of your body.
diff --git a/markdown/org/docs/measurements/waisttoupperleg/uk.md b/markdown/org/docs/measurements/waisttoupperleg/uk.md
new file mode 100644
index 00000000000..82b778775c0
--- /dev/null
+++ b/markdown/org/docs/measurements/waisttoupperleg/uk.md
@@ -0,0 +1,5 @@
+---
+title: Waist to upper leg
+---
+
+The **waist to upper leg** is measured from your waist down to the top of your leg. Measure it at the side of your body.
diff --git a/markdown/org/docs/measurements/wrist/uk.md b/markdown/org/docs/measurements/wrist/uk.md
new file mode 100644
index 00000000000..ffdb4f62932
--- /dev/null
+++ b/markdown/org/docs/measurements/wrist/uk.md
@@ -0,0 +1,7 @@
+---
+title: Wrist circumference
+---
+
+The **wrist circumference** measurement is the circumference of your wrist.
+
+To measure your **wrist circumference**, run the tape measure around your wrist, where your arm joins your hand.
diff --git a/markdown/org/docs/patterns/aaron/cutting/uk.md b/markdown/org/docs/patterns/aaron/cutting/uk.md
new file mode 100644
index 00000000000..bba19a19b66
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/cutting/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Aaron A-Shirt: Cutting Instructions"
+- - -
+
+- Cut **1 back** on the fold
+- Cut **1 front** on the fold
+- Cut **3 strips** for neck opening and armhole binding
+
+
+
+#### Caveats
+
+- There is no seam allowance on the armholes
+- There is no seam allowance on the neck opening
+- There is extra hem allowance at the hem
+
+
diff --git a/markdown/org/docs/patterns/aaron/fabric/uk.md b/markdown/org/docs/patterns/aaron/fabric/uk.md
new file mode 100644
index 00000000000..948e0c33062
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/fabric/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Aaron A-Shirt: Fabric Options"
+- - -
+
+An A-shirt is essentially underwear. And in that capacity, you want something that is comfortable, feels nice on your skin and breaths.
+
+Cotton with a hint of something stretchy, maybe rayon, or a fine knit. I suggest you go to the fabric store and feel around a bit.
+
+
+
+While stretch is not required, it does make sense for underwear. That being said, you can make this in a non-stretch, just make sure pick loose or casual fit.
+
+
diff --git a/markdown/org/docs/patterns/aaron/instructions/uk.md b/markdown/org/docs/patterns/aaron/instructions/uk.md
new file mode 100644
index 00000000000..cb0475199bb
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/instructions/uk.md
@@ -0,0 +1,174 @@
+- - -
+title: "Aaron A-Shirt: Sewing Instructions"
+- - -
+
+## Step 1: Close seams
+
+
+
+Put front and back on top of each other with _good sides together_. Sew the side seams and the short seams at the shoulder straps. If you have a serger, this is a good moment to use it. If not, finish your seams otherwise.
+
+## Step 2: Finish hem
+
+
+
+Fold the hem upwards, and sew it down. If you have a coverlock, use it. If not, use a _twin needle_ or _zig-zag stitch_ to keep the seam stretchable.
+
+
+
+##### Fold only once, to avoid bulk
+
+Knitwear doesn't ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric.
+
+
+
+## Step 3: Sew knit binding to the front
+
+
+
+##### About knit binding
+
+If you are new to [knit binding](/docs/sewing/knit-binding), you might read [this page on the subject](/docs/sewing/knit-binding).
+
+###### Repeat steps 3 and 4 for both armholes and the neck opening
+
+The procedure outlined below applies to both of the armholes as well as the neck opening. In other words, you'll have to do this three times.
+
+###### Start with the simplest opening
+
+I would advise you to start with whatever opening has the most uniform curvature. By default, those are the arm holes, but if you changed the pattern options (think racerback) that might not be the case.
+
+Either way, the less sharp bends you have, the easier it will be. So start with that to warm up before you do the trickier bends.
+
+
+
+We are going to finish the arm and neck hole with [knit binding](/docs/sewing/knit-binding) (note: not a knit band. There's a difference, and it's explained [here](/docs/sewing/knit-binding)).
+
+
+
+This is the only part of making this A-shirt that requires a bit of practice. Don't worry, all you need to do is make a couple of these and you'll be a pro in no time.
+
+
+
+### Pick your spot
+
+
+
+The first thing we need to do is decide where we are going to start/stop our binding. Here's what I suggest:
+
+- For the armholes: at the side seam. This will hide our seam under the arm
+- For the neck opening: the center back of the neck. You might want to mark this with a pin
+
+### Place (the start of) your binding
+
+
+
+Put your A-shirt down with the good side up, and place your binding strip on top of it with the good side down (as in, good sides together).
+
+Align the long edge of your strip with the edge of your fabric so the strip lies on top of the fabric (not in the opening). Place the corner on your starting point.
+
+Now shift your binding strip 1cm beyond your starting point. This little extra will guarantee we can join the two ends later.
+
+### Make sure you know where to sew
+
+
+
+We are going to sew 1.5cm from the edge. So be careful because this is not the standard seam allowance.
+
+
+
+The easy way to keep this 1.5cm distance is by using a seam gauge.
+Or do what I do, place a piece of marking tape on your sewing machine and mark a line on it 1.5cm from your needle.
+Then all you need to do is keep the edge of your fabric aligned with that line.
+
+
+
+Also, we are not starting at our start point, but we skip the first 3cm. We'll need this wiggle room later to join the ends of our binding.
+
+### Sew binding in place
+
+
+
+Sew your binding in place while gently stretching the binding, but not the fabric. Make sure not to sew the last 3cm but leave them, just as you did at the start.
+
+You might need to practice a bit to get the hang of it.
+
+> Make sure to stretch your binding more when you're taking a sharper bend. Read my notes on [knit binding](/docs/sewing/knit-binding) for more info.
+
+### Mark binding ends
+
+
+
+With about 6cm left to go before we complete our circle, it's time to sew the ends of the binding together.
+
+
+
+Take one of the edges, and stretch it along the 3cm seperating it from the start point as you would while sewing.
+
+Mark the binding where it reaches the start point. Do the same for the other end.
+
+### Sew binding ends together
+
+
+
+Fold your A-shirt in whatever way makes it easier for you to place both binding ends with good sides together, aligning the marks. Sew them together on the mark.
+
+> 6 cm is not much, but should be enough to get both edges comfortably under your sewing machine to sew them togther.
+
+### Finish last 6cm of binding
+
+
+
+Now that your binding ends are joined together, it's time to finish the last 6cm of binding. Sew it down, staying 1.5cm from the edge as you did before.
+
+## Step 4: Fold knit binding to the back and sew down
+
+### Fold your binding over the fabric edge to the back
+
+
+
+Fold your binding fabric around the fabric of your A-shirt to the back. This is how we'll sew it down.
+
+> While the fabric is folded double at the front (hiding the fabric edge in the process) there's no need for that at the back. We will merely trim back the edge later, given that knit doesn't ravel. If we were to fold back the fabric at the back too, it would only add bulk.
+
+### Sew your binding down
+
+
+
+From the right side of your fabric, sew along the inner edge of your binding (furthest from the edge), making sure to catch the binding at the back in the process.
+
+
+
+If you have a coverlock machine, that would be perfect for this seam
+
+
+
+You'll have to, once again, stretch your binding a bit while doing this. But this time, there's an extra caveat to look out for.
+
+
+
+##### Beware of the uneven feed
+
+As you feed your binding through your sewing machine, the feed dogs will pull the bottom layer (back of your binding) forward.
+
+In a perfect world, all layers will follow smoothly.
+But more often than not, the top layer (front of your binding) tends to lag behind a bit.
+This causes your binding to not neatly fold around the edge of the fabric, but make ugly wrinkles.
+
+So watch out for this, and if you see it happening, stretch the under-layer a bit extra to compensate.
+
+
+
+## Step 5: Trim back knit binding on the inside
+
+
+
+On the inside of your A-shirt, trim back the knit binding against your seam to finish up.
+
+
+
+Be careful not to cut a hole in your A-shirt. Seriously, this happened to me on more than one occasion.
+
+
+
+
diff --git a/markdown/org/docs/patterns/aaron/measurements/uk.md b/markdown/org/docs/patterns/aaron/measurements/uk.md
new file mode 100644
index 00000000000..8c83ee2b127
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Aaron A-Shirt: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/aaron/needs/uk.md b/markdown/org/docs/patterns/aaron/needs/uk.md
new file mode 100644
index 00000000000..1b8ae536ec9
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/needs/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Aaron A-Shirt: What You Need"
+- - -
+
+To make Aaron, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.75 meters (0.8 yards) of a suitable fabric ([see Fabric options](/docs/patterns/aaron/fabric))
+
+
+
+#### A serger/overlock is nice, but optional
+
+As with all knitwear and stretch fabrics, a serger/overlock will make your life easier.
+
+If you do not have one of those, don't despair. You don't really need it.
+Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch.
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md b/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md
new file mode 100644
index 00000000000..cbeff8dafa2
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Armhole drop"
+- - -
+
+
+
+How much to lower the armhole below the default amount.
+
+> This option also allows negative values. They will, obviously, raise the armhole by said amount.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md b/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md
new file mode 100644
index 00000000000..dc03cfba7c4
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Back armhole shape"
+- - -
+
+
+
+Determines the bend of the armhole at the back. In other words, the amount the arm opening is cut-out on your back.
+
+> Higher values bend the armhole more, resulting in a more raceback-style top.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/chestease/uk.md b/markdown/org/docs/patterns/aaron/options/chestease/uk.md
new file mode 100644
index 00000000000..c53eff0f9f9
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/chestease/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+How much room do you want at the chest?
+
+Whatever value you provide here will simply be added to your chest circumference measurement when drafting the garment.
+
+> Given that an undershirt has no arms, a little chest ease goes a long way. Add too much, and you'll end up with gaping armholes.
+
+> ##### This option also allows negative values
+>
+> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the **stretch** option.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/hipsease/uk.md b/markdown/org/docs/patterns/aaron/options/hipsease/uk.md
new file mode 100644
index 00000000000..80bea835d7f
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/hipsease/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Hips ease"
+- - -
+
+
+
+How much room do you want at the hips?
+
+Whatever value you provide here will simply be added to your hips circumference measurement when drafting the garment.
+
+> ##### This option also allows negative values.
+>
+> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the stretch option.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md b/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..a8b062d44ba
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+How much longer than the default length to make your top.
+
+> This option allows negative values, which will shorten/crop the top.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md b/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md
new file mode 100644
index 00000000000..5defe749fc2
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Neckline shape"
+- - -
+
+
+
+Determines the bend of the front of the neck opening.
+
+> Higher values bend the neck opening more, resulting in a more squarish neck opening.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md b/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md
new file mode 100644
index 00000000000..d0c50d0ad93
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Neckline drop"
+- - -
+
+
+
+Determines how much to lower the neckline of the top beyond the default.
+
+> Higher values lower the neckline further, resulting in more exposed skin.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md b/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md
new file mode 100644
index 00000000000..1db39fe6cf8
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulderstrap placement"
+- - -
+
+
+
+Determines the position of the shoulder strap on the shoulder.
+
+> Lower values place the strap closer to the neck, whereas higher values place it closer to the shoulder.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md b/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md
new file mode 100644
index 00000000000..9bbf7734b25
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulderstrap width"
+- - -
+
+
+
+Determines the width of the shoulder straps.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md b/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md
new file mode 100644
index 00000000000..2b370cf77a6
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Stretch"
+- - -
+
+
+
+How much does your fabric stretch? Choose 0% if your fabric does not stretch.
+
+> ##### This option does only impact stretch one-way (horizontal).
+>
+> Four-way stretch is not really a concern for this top, but if you want you can play with the [length bonus](../lengthbonus) option.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/aaron/options/uk.md b/markdown/org/docs/patterns/aaron/options/uk.md
new file mode 100644
index 00000000000..77f26960978
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Aaron A-Shirt: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/aaron/uk.md b/markdown/org/docs/patterns/aaron/uk.md
new file mode 100644
index 00000000000..fd0bc438e16
--- /dev/null
+++ b/markdown/org/docs/patterns/aaron/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Aaron A-Shirt"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/albert/cutting/uk.md b/markdown/org/docs/patterns/albert/cutting/uk.md
new file mode 100644
index 00000000000..939af2c0fad
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/cutting/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Albert apron: Cutting Instructions"
+- - -
+
+- Cut **1 front** on the fold
+- Cut **1 pocket** on the fold
+- Cut **2 straps**
diff --git a/markdown/org/docs/patterns/albert/fabric/uk.md b/markdown/org/docs/patterns/albert/fabric/uk.md
new file mode 100644
index 00000000000..6d15ee896c2
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/fabric/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Albert apron: Fabric Options"
+- - -
+
+An apron works best with a fabric that is sturdy, tightly woven, and easy to clean. In addition, make sure to go for a natural fibre and in any case something that is heat-resistant.
+
+Heavy cotton, chino, canvas or denim are all excellent choices.
+
+When in doubt, go for raw denim (pure cotton, if it stretches it's no good).
diff --git a/markdown/org/docs/patterns/albert/instructions/uk.md b/markdown/org/docs/patterns/albert/instructions/uk.md
new file mode 100644
index 00000000000..60a4af1e2f4
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/instructions/uk.md
@@ -0,0 +1,57 @@
+- - -
+title: "Albert apron: Sewing Instructions"
+- - -
+
+### Step 1: The Pocket
+
+- Along the top of the pocket fold the seam allowance to wrong side, press.
+- Then fold the top hem allowance to wrong side and press, making sure the seam allowance is tucked underneath. Pin in place if you need to.
+- Press the seam allowance of the sides and bottom to the wrong side.
+- On the right side topstich close to where the hem edge lies underneath, making sure to catch the hem and seam allowances as you sew.
+- Pin the pocket to the front using the guides.
+- _Edgestitch_ the sides and bottom of the pocket leaving the top open. Make sure to backstitch at the start and end to secure the pocket properly.
+
+
+
+If you have trouble catching the top hem we suggest to either _Baste_ close to the hem edge first, and use that as a guide when stitching on the right side or pin the hem edge down from the right side making sure the pins are parallel to the top edge and use them as a guide.
+
+
+
+
+
+There are multiple ways to sew a patch pocket so use the way you prefer if you do not like this one.\
+A fun thing you can do is embroider/stitch the pocket with the name of the person the apron is for or even a cute design. Just remember that aprons typically get dirty so don't go to overtop with it.
+
+
+
+### Step 2: The Front
+
+- Press under the side seam allowances to the wrong side.
+- Press under the side seams to the wrong side along the hem lines making sure the seam allowances are tucked underneath.
+- On the right side topstich close to where the folded edges lie underneath, making sure to catch the hems as you sew.
+- Repeat Step 2 for the top and bottom hems.
+
+
+
+It is recommended to hem the side seams before the top and bottom seams as they are narrower.\
+The side seams are narrow hems simply being the seam allowance folded over twice.
+
+
+
+### Step 3: The Straps
+
+- Fold one strap in half, right sides together and sew the top and side together.
+- Turn inside out through the bottom. Press.
+- Using the cross and rectangle as a guide, stitch the top of the strap to the wrong side of the front on the top left.
+- Using the cross and rectangle as a guide, stitch the bottom of the strap to the wrong side of the front at the side right.
+- Repeat Step 3 for the remaining strap attaching it at the top right and then the side left.
+
+
+
+You can make another set of straps to tie at the back if you wish to keep the apron close to body when moving.
+
+
+
+### Step 4: Enjoy!
+
+You're done! Now go enjoy your apron and make every stain a memory!
diff --git a/markdown/org/docs/patterns/albert/measurements/uk.md b/markdown/org/docs/patterns/albert/measurements/uk.md
new file mode 100644
index 00000000000..6a2678a410b
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Albert apron: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/albert/needs/uk.md b/markdown/org/docs/patterns/albert/needs/uk.md
new file mode 100644
index 00000000000..a4cba15cd37
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/needs/uk.md
@@ -0,0 +1,8 @@
+- - -
+title: "Albert apron: What You Need"
+- - -
+
+To make Albert, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 1.25 meters (1.4 yards) (depending on the length of your apron) of a suitable fabric ([see Fabric options](/docs/patterns/albert/fabric))
diff --git a/markdown/org/docs/patterns/albert/options/backopening/uk.md b/markdown/org/docs/patterns/albert/options/backopening/uk.md
new file mode 100644
index 00000000000..6aa7811f2e5
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/options/backopening/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back opening"
+- - -
+
+Controls the amount of opening at the back of your apron.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/albert/options/biblength/uk.md b/markdown/org/docs/patterns/albert/options/biblength/uk.md
new file mode 100644
index 00000000000..27c30beb911
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/options/biblength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Bib length"
+- - -
+
+Controls the length of the _bib_ part of your apron.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/albert/options/bibwidth/uk.md b/markdown/org/docs/patterns/albert/options/bibwidth/uk.md
new file mode 100644
index 00000000000..ce1a5cb74a5
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/options/bibwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Bib width"
+- - -
+
+Controls the width of the _bib_ part of your apron.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/albert/options/chestdepth/uk.md b/markdown/org/docs/patterns/albert/options/chestdepth/uk.md
new file mode 100644
index 00000000000..78f82905432
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/options/chestdepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Strap length"
+- - -
+
+Controls the length of the straps on your apron.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md b/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..71d7bd1865b
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+How much longer than the default length to make your apron.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/albert/options/strapwidth/uk.md b/markdown/org/docs/patterns/albert/options/strapwidth/uk.md
new file mode 100644
index 00000000000..3151fd1a8a9
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/options/strapwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Strap width"
+- - -
+
+Controls the width of the straps on your apron.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/albert/options/uk.md b/markdown/org/docs/patterns/albert/options/uk.md
new file mode 100644
index 00000000000..33f099b9590
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Albert apron: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/albert/uk.md b/markdown/org/docs/patterns/albert/uk.md
new file mode 100644
index 00000000000..ac5611f2ee6
--- /dev/null
+++ b/markdown/org/docs/patterns/albert/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Albert apron"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bee/cutting/uk.md b/markdown/org/docs/patterns/bee/cutting/uk.md
new file mode 100644
index 00000000000..b3669ce33e9
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/cutting/uk.md
@@ -0,0 +1,43 @@
+---
+title: "Bee bikini top: Cutting Instructions"
+---
+
+There are three variations of this pattern. **One Colour**, which is where the bikini top is made out of one colour. **Two Colours**, where the bikini top is made reversible by using two colours, and **Cross Back Tie Variant**, where the neck ties tie in the back replacing the band tie.
+
+## Materials
+
+### One Colour (Non-Reversible)
+
+**Main fabric**
+
+- Cut **4 cup** parts.
+- Cut **2 neck tie** parts.
+- Cut **1 band tie** part.
+
+### Two Colours (Reversible)
+
+**Main fabric**
+
+- Cut **2 cup** parts from main.
+- Cut **2 neck tie** parts.
+- Cut **1 band tie** part.
+
+**Lining fabric**
+
+- Cut **2 cup** parts.
+- Cut **2 neck tie** parts.
+- Cut **1 band tie** part.
+
+### Cross Back Tie Variant.
+
+**Main fabric**
+
+- Cut **4 cup** parts or Cut **2 cups** from main and lining if making reversible ties.
+- Cut **2 neck tie** parts or Cut **2 neck ties** from main and lining if making reversible ties.
+- Cut **1 band** part if making cross back tie variant instead of band tie variant.
+
+
+
+This pattern is easily made reversible by buying a similar fabric to the main fabric and using it as contrast. To save confusion on instructions it will be refered to as the lining fabric.
+
+
diff --git a/markdown/org/docs/patterns/bee/fabric/uk.md b/markdown/org/docs/patterns/bee/fabric/uk.md
new file mode 100644
index 00000000000..8a9179dbee0
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/fabric/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Bee bikini top: Fabric Options"
+---
+
+### Main and Lining Fabric
+
+The main and lining fabric are the same type of material. Bee is made with swimwear fabrics such as lycras.
+
+
+
+You only need lining fabric if you intend to make the pattern reversible or if you want the band for the cross back tie variant to be a constrasting fabric. Otherwise you can cut all the required pieces from your main fabric.
+
+
diff --git a/markdown/org/docs/patterns/bee/instructions/uk.md b/markdown/org/docs/patterns/bee/instructions/uk.md
new file mode 100644
index 00000000000..6eafa0877fc
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/instructions/uk.md
@@ -0,0 +1,128 @@
+---
+title: "Bee bikini top: Sewing Instructions"
+---
+
+
+Make sure to use a stretch stitch
+
+
+
+
+When making a reversible top the second colour will be refered to as the lining fabric.\
+The notches in this pattern act more like dots so **do not** clip them to mark them.
+
+
+
+### Step 1: Construct the Neck Ties
+
+#### Neck Ties One Colour Method
+
+- Fold one of the neck tie pieces in half lengthwise, right sides and raw edges together.
+- Sew along the raw edges, leaving one of the short ends open.
+- Trim the seam allowances and clip the corners.
+- Turn inside out and press.
+
+Repeat this for the other neck tie
+
+#### Neck Ties Two Colours Method
+
+- With right sides together, sew one main neck tie to one lining neck tie leaving one of the short edges open.
+- Trim the seam allowances and clip the corners.
+- Turn inside out. Press.
+
+Repeat this for the the remaining neck tie pieces
+
+### Step 2: The Cups
+
+#### Band Tie Variant
+
+- With raw edges and main fabric together, _baste_ one of the neck ties to the top of one of the cup pieces making sure that the tie goes towards the bottom of the cup.
+- With the neck tie sandwiched inside, pin a lining cup piece right sides together to the main cup piece.
+- Sew the lining to the main cup between notches along the front, top and side seams, making sure not to catch the neck tie and to reinforce the stitch at the notches.
+- (Optional) Fold to the wrong side and _edgestitch_ the seam allowance down between notches on the front and side seams. Do not sew the allowances together.
+- With good sides together, sew the lining to the main fabric along the bottom, leaving a gap between the side notches making sure to reinforce the stitch at the either end.
+- Trim the seam allowances of the sewn edges whilst leaving the seam allowance between the notches. Clip the corners. You may also need to clip the curved seams.
+- Turn inside out by pulling the neck tie through one of the gaps. Press.
+- (Optional) _edgestitch_ the top, sides and bottom of the cup leaving the gaps between the notches open.
+- Stitch along casing line to create band channel.
+
+Repeat this for the other cup
+
+
+
+If your seam allowance is wide you may find that you need to trim the gaps' seam allowances a little to reduce bulk.\
+If you are having trouble turning the cups you can try one of these methods:
+
+- Create a 2.5cm (1") gap in the front or side seam and turn throught that, either _slipstitch_-ing the gap closed or _edgestitch_-ing it closed during Step 7.
+- Widen one of the existing gaps and turn through that. Then when turned _edgestitch_ or _slipstitch_ the widened part closed.
+
+
+
+
+Whilst certainly optional it is recommended to _edgestitch_ the top and sides of the cups but the bottom is entirely optional.
+
+
+
+#### Cross Back Ties Variant
+
+- With raw edges and main fabric together, _baste_ one of the neck ties to the top of one of the cup pieces making sure that the tie goes towards the bottom of the cup.
+- With the neck tie sandwiched inside, pin a lining cup piece right sides together to the main cup piece.
+- Sew the lining to the main cup along the front, top and side seams, making sure not to catch the neck tie.
+- Turn the cups right side out and press.
+- (Optional) _edgestitch_ the top and sides of the cups.
+- Sew a line of basting stitches along the bottom of the cups, just inside the seamline.
+- Gather cups along the basting stitches.
+
+
+
+The amount you gather the cups is a matter of preference and cup size, but you can hold them up to yourself before stitching in place to ensure the fit is right.\
+There are also notches on either side of the band piece's midpoint to help give you an idea of how much to gather by.
+
+
+
+- Find the midpoint of the band piece, this is marked by a notch, then pin the gathered bottoms of cups to band piece, right sides together. You'll want the cups to meet at the band's midpoint.
+- Stitch the cups to the band. Once they're stitched in place, check the fit of the cups once more before continuing. Unpicking swim fabric is a pain, so it's better to make sure the cups fit just right before moving on.
+
+
+
+You may prefer to wrap the one cup over the other at the midpoint. To do this place the sides of the cups at the otuer notches and lay their fronts pass the midpoint with the left on top.
+
+
+
+- Now it's time to finish the band. To do this, fold in the seam allowance on both sides of the band. The raw edges of your swim cups should be turned to the inside of the band. Then, fold the band in half lengthwise, aligning the long edges and enclosing the seam allowances. Swim fabric can be slippery, so you may need extra pins or clips to hold the fabric in place.
+- Stitch along the top of the band, securing the seam allowances within the band.
+
+
+
+For extra support, you can also add swim elastic into the band, either by stitching clear elastic into the band's seam allowance, or by threading swim elastic through the band at this point.
+
+
+
+- At this point, the band is a long tube with open ends. Next, we'll be sewing those closed while providing a loop to thread your neck ties through. To do this fold over one end of the band towards the inside of the swim top. The amount you fold over should be, at minimum, the width of your neck ties plus a seam allowance. Stitch the end down to create a loop at least as wide as your neck ties. There will be a lot of pressure on this point, so make sure your stitching is secure, and consider running a second line of stitching next to the first, for additional support. Repeat for the other end of the band.
+- To thread your neck-ties for cross back ties, take the tie from the left cup and thread it through the loop on the right side of the band, from top to bottom. Thread the tie from the right cup top-to-bottom through the loop on the left side of the band. Then tie the neck ties at center back to secure the swim top.
+- Skip to "Step 5: Enjoy!"
+
+### Step 3: Band tie
+
+You only need to do this step if making the band tie variant.
+
+#### Band Tie One Colour Method
+
+- Fold the band tie piece in half lengthwise, right sides and raw edges together.
+- Sew along the raw edges, leaving one of the short ends open.
+- Trim the seam allowances and clip the corners.
+- Turn inside out. Press.
+
+#### Band Tie Two Colours Method
+
+- With right sides together, sew the main band tie to the lining neck tie leaving one of the short edges open.
+- Trim the seam allowances and clip the corners.
+- Turn inside out. Press.
+
+### Step 4: Putting it all together.
+
+- Thread the band tie through the gaps along the bottom edge of the cups, making sure the front sides of the cups are in the centre and that the main and lining sides are on the respective side.
+
+### Step 5: Enjoy!
+
+Hooray, your Bee Bikini Top is finished!
diff --git a/markdown/org/docs/patterns/bee/measurements/uk.md b/markdown/org/docs/patterns/bee/measurements/uk.md
new file mode 100644
index 00000000000..ce2ccc57d36
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bee bikini top: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bee/needs/uk.md b/markdown/org/docs/patterns/bee/needs/uk.md
new file mode 100644
index 00000000000..fd1e2506c8c
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/needs/uk.md
@@ -0,0 +1,18 @@
+---
+title: "Bee bikini top: What You Need"
+---
+
+To make Bee, you will need the following:
+
+- Basic sewing supplies
+- About 0.5 - 1 metre (0.6 - 1.1 yards) of a suitable fabric ([see Bee Fabric options](/docs/patterns/bee/fabric/))
+- (Optional) About 0.5 - 1 metre (0.6 - 1.1 yards) of lining fabric ([see Bee Fabric options](/docs/patterns/bee/fabric/))
+- (Optional) Ribbons/Tapes/Cords for neck ties and bands, with the same length and width as neck tie and/or band.
+
+
+
+The lining fabric is only needed if you want to make this pattern reversible. If you don't, you only need the main fabric.\
+You can use a serger/overlocker to construct this pattern but it is not mandatory.\
+Ribbons/Tapes/Cords can be used instead of making custom ties. Just make sure to get more than you need and that you cut down to size after construction.
+
+
diff --git a/markdown/org/docs/patterns/bee/options/armholedepth/uk.md b/markdown/org/docs/patterns/bee/options/armholedepth/uk.md
new file mode 100644
index 00000000000..d11842296c2
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/armholedepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Armhole depth (Bella)"
+- - -
+
+---
+
+Controls the armhole depth in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/backdartheight/uk.md b/markdown/org/docs/patterns/bee/options/backdartheight/uk.md
new file mode 100644
index 00000000000..4a0f55fa2e9
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/backdartheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Back dart height (Bella)"
+- - -
+
+---
+
+Controls the back dart height in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bandlength/uk.md b/markdown/org/docs/patterns/bee/options/bandlength/uk.md
new file mode 100644
index 00000000000..c1c9c77d212
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bandlength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Band Length (Cross back ties)"
+- - -
+
+---
+
+Controls the length of the band around your chest for the cross back ties variation of Bee
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md b/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md
new file mode 100644
index 00000000000..084d6e22f23
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Band (chest) tie length colours"
+- - -
+
+---
+
+Whether you want single color tie around your chest, or dual-coloured ones
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bandtieends/uk.md b/markdown/org/docs/patterns/bee/options/bandtieends/uk.md
new file mode 100644
index 00000000000..b04b171e6e0
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bandtieends/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Band (chest) tie ends"
+- - -
+
+---
+
+Whether you like straight or pointy ends on the tie around your chest
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bandtielength/uk.md b/markdown/org/docs/patterns/bee/options/bandtielength/uk.md
new file mode 100644
index 00000000000..3f6bcc9cf6c
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bandtielength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Band (chest) tie length"
+- - -
+
+---
+
+Controls the length of the tie around your chest
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md b/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md
new file mode 100644
index 00000000000..6dea5485321
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Band (chest) tie width"
+- - -
+
+---
+
+Controls the width of the tie/band around your chest
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bellaguide/uk.md b/markdown/org/docs/patterns/bee/options/bellaguide/uk.md
new file mode 100644
index 00000000000..fa9368f37bc
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bellaguide/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Show Bella"
+- - -
+
+---
+
+Shows the outline of the Bella block Bee is based on
+
+This is to help give context to the other options of Bee especially when using the fit options
+
+
+
+It is recommended to have this on when adjusting the options for this pattern but also to turn it off before printing
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md b/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md
new file mode 100644
index 00000000000..fab3958c0fd
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Bottom depth"
+- - -
+
+---
+
+Controls how far the bikini cup extends downwards
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/bustspanease/uk.md b/markdown/org/docs/patterns/bee/options/bustspanease/uk.md
new file mode 100644
index 00000000000..3eff108369d
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/bustspanease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Bust span ease"
+- - -
+
+---
+
+Controls the bust span ease in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/chestease/uk.md b/markdown/org/docs/patterns/bee/options/chestease/uk.md
new file mode 100644
index 00000000000..cb249dd4aea
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+---
+
+Controls the chest ease in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/crossbackties/uk.md b/markdown/org/docs/patterns/bee/options/crossbackties/uk.md
new file mode 100644
index 00000000000..444041548b6
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/crossbackties/uk.md
@@ -0,0 +1,27 @@
+- - -
+title: "Cross back ties"
+- - -
+
+---
+
+A variation of Bee, where the neck ties cross and tie in the back by looping into a band that replaces the band tie
+
+#### Default
+
+- 2 neck ties
+- 1 band tie
+
+The neck ties are sewn into the cups and tie at the neck like a halter.\
+The band tie is thread through casings in the cups and ties with itself at the back
+
+#### Cross Back Ties
+
+- 2 neck ties
+- No band tie
+
+The band tie and casing on the cups are replaced by a band which is sewn with loops in the back.\
+The neck ties are longer and cross over each other in the back, then go through the loops in the band and then tie with one another.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md b/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md
new file mode 100644
index 00000000000..e97562a4217
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole pitch depth (Bella)"
+- - -
+
+---
+
+Controls the front armhole pitch depth in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/frontcurve/uk.md b/markdown/org/docs/patterns/bee/options/frontcurve/uk.md
new file mode 100644
index 00000000000..5e5aa8113ec
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/frontcurve/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front curve"
+- - -
+
+---
+
+Controls the curvature of the front of the bikini cup
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md b/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md
new file mode 100644
index 00000000000..71690ad329b
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front shoulder width (Bella)"
+- - -
+
+---
+
+Controls the front shoulder width in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/fullchesteasereduction/uk.md b/markdown/org/docs/patterns/bee/options/fullchesteasereduction/uk.md
new file mode 100644
index 00000000000..dda6dc9fb65
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/fullchesteasereduction/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Full chest reduction (Bella)"
+---
+
+---
+
+Controls the full chest reduction in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md b/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md
new file mode 100644
index 00000000000..acf2d8f6792
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "High bust width (Bella)"
+- - -
+
+---
+
+Controls the high bust width in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md b/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md
new file mode 100644
index 00000000000..595036baa82
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Neck tie colours"
+- - -
+
+---
+
+Whether you want single color ties around your neck, or dual-coloured ones
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/necktieends/uk.md b/markdown/org/docs/patterns/bee/options/necktieends/uk.md
new file mode 100644
index 00000000000..403d48ded45
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/necktieends/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Neck tie ends"
+- - -
+
+---
+
+Whether you like straight or pointy ends on the ties around your neck
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/necktielength/uk.md b/markdown/org/docs/patterns/bee/options/necktielength/uk.md
new file mode 100644
index 00000000000..fa8e63b5074
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/necktielength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Neck tie length"
+- - -
+
+---
+
+Controls the length of the ties around your neck
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md b/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md
new file mode 100644
index 00000000000..78bdc13f20a
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Neck tie width"
+- - -
+
+---
+
+Controls the width of the ties around your neck
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/shouldertoshoulderease/uk.md b/markdown/org/docs/patterns/bee/options/shouldertoshoulderease/uk.md
new file mode 100644
index 00000000000..a39e5d87e7f
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/shouldertoshoulderease/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Shoulder to Shoulder ease (Bella)"
+---
+
+---
+
+Controls the shoulder to shoulder ease in the underlying Bella block Bee is based on.
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/bee/options/sidecurve/uk.md b/markdown/org/docs/patterns/bee/options/sidecurve/uk.md
new file mode 100644
index 00000000000..cca5443d0c8
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/sidecurve/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Side curve"
+- - -
+
+---
+
+Controls the curvature of the side of the bikini cup
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/sidedepth/uk.md b/markdown/org/docs/patterns/bee/options/sidedepth/uk.md
new file mode 100644
index 00000000000..5c1365c121d
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/sidedepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Side depth"
+- - -
+
+---
+
+Controls how far the bikini cup extends towards the side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/ties/uk.md b/markdown/org/docs/patterns/bee/options/ties/uk.md
new file mode 100644
index 00000000000..8527ecc00af
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/ties/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ties"
+- - -
+
+---
+
+Whether to includes ties, yes or no
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/topdepth/uk.md b/markdown/org/docs/patterns/bee/options/topdepth/uk.md
new file mode 100644
index 00000000000..3e3dbfe7298
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/topdepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Top Depth"
+- - -
+
+---
+
+Controls how far the bikini cup extends upwards
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/options/uk.md b/markdown/org/docs/patterns/bee/options/uk.md
new file mode 100644
index 00000000000..7b8598640ec
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bee bikini top: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bee/options/waistease/uk.md b/markdown/org/docs/patterns/bee/options/waistease/uk.md
new file mode 100644
index 00000000000..8b18b7eacd9
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+---
+
+Controls the waist ease in the underlying Bella block Bee is based on
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bee/uk.md b/markdown/org/docs/patterns/bee/uk.md
new file mode 100644
index 00000000000..620e4d1a4b8
--- /dev/null
+++ b/markdown/org/docs/patterns/bee/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bee bikini top"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bella/cutting/uk.md b/markdown/org/docs/patterns/bella/cutting/uk.md
new file mode 100644
index 00000000000..f6bfb8a0c3d
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/cutting/uk.md
@@ -0,0 +1,27 @@
+- - -
+title: "Bella body block: Cutting Instructions"
+- - -
+
+**Main fabric**
+
+- Cut **1 Front** part on the fold.
+- Cut **2 Back** parts.
+
+These cutting instructions are just for the default Bella block. Adjust your cutting accordingly if you have/are making changes to the block.
+
+
+
+If you do not have someone to help pin you into Bella then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front.
+
+
+
+
+
+###### Bella is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/bella/fabric/uk.md b/markdown/org/docs/patterns/bella/fabric/uk.md
new file mode 100644
index 00000000000..f0a38a9e773
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/fabric/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Bella body block: Fabric Options"
+- - -
+
+If you are making a default Bella to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with.
+
+You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Bella.
+
+
+
+###### Bella is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/bella/instructions/uk.md b/markdown/org/docs/patterns/bella/instructions/uk.md
new file mode 100644
index 00000000000..c6368d0ba94
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/instructions/uk.md
@@ -0,0 +1,68 @@
+- - -
+title: "Bella body block: Sewing Instructions"
+- - -
+
+
+
+###### Bella is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Bella block.
+
+
+
+### Step 1: Mock-up Construction
+
+- Close the front bust and waist darts.
+- Close the back darts.
+- Sew the front to the backs at the shoulders _good sides together_.
+- Sew the front to the backs at the side seams _good sides together_.
+
+
+
+If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust.
+
+
+
+### Step 2: Try it on
+
+- Try it on and check the fit by pinning the back closed whilst wearing it.
+- Make any alterations and try it on again.
+- Repeat until you are happy.
+
+
+
+If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on.
+
+Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting.
+
+Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours.
+
+
+
+
+
+Remember to treat Bella as a basis rather than a final product, so adjust what you need to get the desired look.\
+For instance:
+
+- Change the neck line
+- Add/change the closure allowances
+- Alter the dart placements
+- Add a collar
+
+It is all up to you! Experiment and go forth!
+
+
+
+### Step 3: Make a paper pattern
+
+- Once happy with all your changes unpick your mockup and make a paper pattern based off of it.
+- Now you have a pattern you can use to produce a garment.
+
+
+
+It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from.
+
+
diff --git a/markdown/org/docs/patterns/bella/measurements/uk.md b/markdown/org/docs/patterns/bella/measurements/uk.md
new file mode 100644
index 00000000000..40e5ec6cfde
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bella body block: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bella/needs/uk.md b/markdown/org/docs/patterns/bella/needs/uk.md
new file mode 100644
index 00000000000..cf4f34e4d3e
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/needs/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Bella body block: What You Need"
+- - -
+
+To make Bella, you will need the following:
+
+- Basic sewing supplies
+- About 0.5 metres (0.6 yards) of a suitable fabric ([see Bella Fabric options](/docs/patterns/bella/fabric/))
+
+This list is for a default Bella Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc.
+
+
+
+###### Bella is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/bella/options/armholedepth/uk.md b/markdown/org/docs/patterns/bella/options/armholedepth/uk.md
new file mode 100644
index 00000000000..f8d80dca084
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/armholedepth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Armhole depth"
+---
+
+---
+
+
+
+The **armhole depth** option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/backarmholecurvature/uk.md b/markdown/org/docs/patterns/bella/options/backarmholecurvature/uk.md
new file mode 100644
index 00000000000..b4b3707c163
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/backarmholecurvature/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back armhole curvature"
+---
+
+---
+
+
+
+The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/backarmholepitchdepth/uk.md b/markdown/org/docs/patterns/bella/options/backarmholepitchdepth/uk.md
new file mode 100644
index 00000000000..65fa6ff0e24
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/backarmholepitchdepth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back armhole pitch depth"
+---
+
+---
+
+
+
+The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/backarmholeslant/uk.md b/markdown/org/docs/patterns/bella/options/backarmholeslant/uk.md
new file mode 100644
index 00000000000..6ac1cb06e24
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/backarmholeslant/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back armhole slant"
+---
+
+---
+
+
+
+The **back armhole slant** slightly rotates the armhole around the back pitch point.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/backdartheight/uk.md b/markdown/org/docs/patterns/bella/options/backdartheight/uk.md
new file mode 100644
index 00000000000..24356063a0c
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/backdartheight/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back dart height"
+---
+
+---
+
+
+
+The **back dart height** option controls the height (length if you will) of the back dart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/backhemslope/uk.md b/markdown/org/docs/patterns/bella/options/backhemslope/uk.md
new file mode 100644
index 00000000000..c98d0c900eb
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/backhemslope/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back hem slope"
+---
+
+---
+
+
+
+The **back hem slope** option controls the slope of the hem at the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/backneckcutout/uk.md b/markdown/org/docs/patterns/bella/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..f14d382f267
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/backneckcutout/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back neck cutout"
+---
+
+---
+
+
+
+The **back neck cutout** option controls how far the neck opening is scooped out at the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/bustdartcurve/uk.md b/markdown/org/docs/patterns/bella/options/bustdartcurve/uk.md
new file mode 100644
index 00000000000..92d68e7d8be
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/bustdartcurve/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Bust dart curve"
+---
+
+---
+
+
+
+The **bust dart curve** option controls the curvature of the bust dart. From straight to slightly curved.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/bustdartlength/uk.md b/markdown/org/docs/patterns/bella/options/bustdartlength/uk.md
new file mode 100644
index 00000000000..27c4f1bf7ea
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/bustdartlength/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Bust dart length"
+---
+
+---
+
+
+
+The **bust dart length** option controls the length of the bust dart. The maximum length brings the dart all the way to the bust apex.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/bustspanease/uk.md b/markdown/org/docs/patterns/bella/options/bustspanease/uk.md
new file mode 100644
index 00000000000..fdf2573b7c7
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/bustspanease/uk.md
@@ -0,0 +1,15 @@
+---
+title: "Bust span ease"
+---
+
+---
+
+
+
+The **bust span ease** option controls how much ease is applied to the bust span.
+
+This will not add ease to the garment, but merely influence the bust point
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/chestease/uk.md b/markdown/org/docs/patterns/bella/options/chestease/uk.md
new file mode 100644
index 00000000000..e1a81e71bc2
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/chestease/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Chest ease"
+---
+
+---
+
+
+
+The **chest ease** option controls the amount of ease at the fullest part of your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/frontarmholecurvature/uk.md b/markdown/org/docs/patterns/bella/options/frontarmholecurvature/uk.md
new file mode 100644
index 00000000000..3b6c39ed811
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/frontarmholecurvature/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Front armhole curvature"
+---
+
+---
+
+Controls how deep the armhole is scooped out at the front bottom
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/frontarmholepitchdepth/uk.md b/markdown/org/docs/patterns/bella/options/frontarmholepitchdepth/uk.md
new file mode 100644
index 00000000000..5d609781593
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/frontarmholepitchdepth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Front armhole pitch depth"
+---
+
+---
+
+
+
+The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/frontshoulderwidth/uk.md b/markdown/org/docs/patterns/bella/options/frontshoulderwidth/uk.md
new file mode 100644
index 00000000000..d8aca3dfe90
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/frontshoulderwidth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Front shoulder width"
+---
+
+---
+
+
+
+The **front shoulder width** option controls the width of the shoulders at the front, relative to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/fullchesteasereduction/uk.md b/markdown/org/docs/patterns/bella/options/fullchesteasereduction/uk.md
new file mode 100644
index 00000000000..946e1189cdb
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/fullchesteasereduction/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Full chest ease reduction"
+---
+
+---
+
+Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/highbustwidth/uk.md b/markdown/org/docs/patterns/bella/options/highbustwidth/uk.md
new file mode 100644
index 00000000000..57e148416b2
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/highbustwidth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "High bust width"
+---
+
+---
+
+
+
+The **high bust width** option allows you to tweak the high bust width at the front.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/uk.md b/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/uk.md
new file mode 100644
index 00000000000..c9f93c87db0
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/uk.md
@@ -0,0 +1,10 @@
+---
+title: Shoulder to Shoulder ease
+---
+
+Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/uk.md b/markdown/org/docs/patterns/bella/options/uk.md
new file mode 100644
index 00000000000..367ca0d04a9
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bella body block: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bella/options/waistdartlength/uk.md b/markdown/org/docs/patterns/bella/options/waistdartlength/uk.md
new file mode 100644
index 00000000000..1108727ff08
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/waistdartlength/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Waist dart length"
+---
+
+---
+
+
+
+The **waist dart length** option controls the length of the waist dart towards the bust.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/options/waistease/uk.md b/markdown/org/docs/patterns/bella/options/waistease/uk.md
new file mode 100644
index 00000000000..af0765829f6
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/options/waistease/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Waist ease"
+---
+
+---
+
+
+
+The **waist ease** option controls the amount of ease at your waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bella/uk.md b/markdown/org/docs/patterns/bella/uk.md
new file mode 100644
index 00000000000..208b53e63f0
--- /dev/null
+++ b/markdown/org/docs/patterns/bella/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bella body block"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/benjamin/cutting/uk.md b/markdown/org/docs/patterns/benjamin/cutting/uk.md
new file mode 100644
index 00000000000..bf7b58d367d
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/cutting/uk.md
@@ -0,0 +1,25 @@
+- - -
+title: "Benjamin bow tie: Cutting Instructions"
+- - -
+
+Benjamin is a rather simple pattern, but your options will determine what needs to be cut out. Below are two typical layouts.
+
+## Without adjustment ribbon
+
+- **Main fabric**
+ - Cut **4 Knot**
+ - Cut **2 Collar band**
+- **Interfacing**
+ - Cut **4 interfacing knot**
+ - Cut **2 interfacing collar band**
+
+## With adjustment ribbon
+
+- **Main fabric**
+ - Cut **1 Knot 1**
+ - Cut **1 Knot 2**
+ - Cut **2 Knot 3**
+- **Interfacing**
+ - Cut **1 interfacing knot 1**
+ - Cut **1 interfacing knot 2**
+ - Cut **2 interfacing knot 3**
diff --git a/markdown/org/docs/patterns/benjamin/fabric/uk.md b/markdown/org/docs/patterns/benjamin/fabric/uk.md
new file mode 100644
index 00000000000..c23207a4bf3
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/fabric/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Benjamin bow tie: Fabric Options"
+- - -
+
+The bow ties you find in the store are typically make out of silk or some imitation silk poly. So it will come as no surprise that those are good options. Any type of fabric that you like the pattern or looks of can become a candidate for a bow tie. The only real limitation is that the bow tie will have to be turned inside out through a tube that is only 2cm across. With some thicker fabrics, this will be a difficult proposition.
+
+Bow ties are more whimsical than normal ties, so having a fun pattern or loud colour is not as much of a problem as it would be with a regular tie.
+
+Silk and silk imitation is slippery and tricky to work with. This can be compensated for with a fusible interfacing.
+
+## Interfacing
+
+Depending on the fabric you chose for your bow tie, you will probably need interfacing. Interfacing comes in two main types: fusible and sew-in.
+
+The fusible variety has some adhesive attached to one side that is activated with the heat of your iron. This attaches the interfacing to the fabric and the two can then be used as one. Fusible interfacing can be a great option if your fabric allows the heat required, and you use a quality interfacing. Some lesser quality interfacings can have the adhesive detach, and this shows as bubbles on the fabric surface later on in the life of your bow tie. Good quality interfacings and correctly following the guidelines for adhering the interfacing will not present these problems.
+
+Sew-in interfacing is sew into place before the fabric pieces are used. You attach the interfacing to the fabric by sewing the two together inside the seam allowance. If you use a seam allowance of 6mm, you will sew the interfacing at 3mm. Anything may work as a sew-in interfacing, including an extra layer of the same fabric.
+
+The key part of the interfacing is to give your bow tie the structure you like. You can have a bow tie that stands proud and crisp. Or one that droops a bit at the tips. This is all about your preference.
+
+It is good to experiment with the interfacing on a scrap piece of your fabric, specially with the fusible kind. You want to make sure you get the structure you like before committing it to your pattern pieces.
+
+Although the pattern calls for applying interfacing to all parts, if you have thick or stiff fabric, you may be able to only do one side, or no sides at all.
diff --git a/markdown/org/docs/patterns/benjamin/instructions/uk.md b/markdown/org/docs/patterns/benjamin/instructions/uk.md
new file mode 100644
index 00000000000..d85a2a87460
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/instructions/uk.md
@@ -0,0 +1,130 @@
+- - -
+title: "Benjamin bow tie: Sewing Instructions"
+- - -
+
+## Notes and tips
+
+### Precision
+
+Since a bow tie is a rather small item, precission with sewing is key to a good result. Any slight difference between the upper and lower part of the bow will stand out. To get a great result I found it very helpful to trace the actual seam lines onto the interfacing and follow that while sewing.
+
+### Press wisely
+
+Later in the construction steps, you will be asked to press your fabric. Please be careful that you are not using too much heat on a delicate fabric that can't handle it.
+
+It's a good idea to try pressing some fabric scraps before you start. This will allow you to figure out what is a good heat setting for the fabric you are using.
+
+### Choosing your grain
+
+This pattern includes a grain line. This grain line is mostly there to be used with the interfacing. Since each pattern piece is interfaced, the grain line of the fabric itself is not so important. You can even change this from the standard for more informal impressions.
+
+
+
+If this all sounds very confusing, might I suggest reading the help
+page on [Fabric grain](/docs/sewing/fabric-grain).
+
+
+
+### Bow tie adjustment ribbon
+
+This pattern allows you to make a bow tie that is the right length for a certain neck size. It can also make one that has a ribbon and hardware that makes the bow tie adjustable to different neck sizes. This is useful if not all of your shirts have the same neck measurements, or if you sometimes like shirts with more ease in the neck.
+
+These ribbons can be found in the better haberdasheries or can be ordered online.
+
+### Seam allowance
+
+Since the bow tie is constructed with the right sides of the fabric against each other, the whole thing will have to be turned inside out. You probably want to consider using a small seam allowance of 6mm (¼ inch) to reduce the bulk.
+
+## Construction
+
+### Step 1: Apply interfacing
+
+Apply interfacing to all parts where you feel it's needed.
+
+### Without adjustment ribbon
+
+#### Step 2: Sew the knot to the collar band
+
+Put the collar band part on the bow tie knot part, right sides together. Align the ends of both parts. Now sew across the end to join the parts.
+
+
+
+Do this for each end on both collar bands.
+
+Press open all the seams.
+
+You now have two identical single sided bow ties.
+
+#### Step 3: Join both sides
+
+
+
+Lay both the sides you made on top of each other, right sides together. Sew all along, but leaving an area of 5cm open in the middle of the collar band. Through this opening we will turn the bow tie right side out.
+
+#### Step 4: Turning
+
+
+
+Clip the seam allowance back in the usual spots and make little cuts to allow for a smooth curves.
+
+Then use the back of a large crochet hook, or some other appropriately long skinny object, to turn the two sides right-side-out through the little opening. Start by gently pulling the two fabric pieces at the end of the bow apart. Then push the end of the bow up between the two pieces of fabric. Keep gently pushing while pulling the rest of the tie down over it. This can be a tedious procedure. Take your time and be gentle. It's easy to push too hard and rip stitches or fabric.
+
+Once you have the tie right side out, make sure you push all the corners and sides out before giving it a good press.
+
+#### Step 5: Closing
+
+
+
+Now all that is left is closing the litle hole we used to turn the bow tie right side out. You can do this by hand with a slip stitch, or a ladder stitch. Or you can use the machine and stitch right at the edge of the band. Since this will normally be hidden by the collar of your shirt, it will not be all that obvious.
+
+Now give it one last press and admire your work.
+
+### With adjustment ribbon
+
+#### Step 2: Attaching the ribbon
+
+
+
+The first thing to do is to sew the adjustment ribbon to the shortest of the bow parts. The ribbon should be 290mm long. If it is different, you have to make sure that you align it such that the ribbon and short bow piece together are as long as the long bow piece.
+
+Put right sides of the short bow piece and the ribbon together.
+
+Now sew across the end to join the parts.
+
+#### Step 3: Join both sides
+
+
+
+Lay both the parts of the medium bow on top of each other, right sides together. And lay the long bow on top of the ribbon and short bow part, also rights sides together.
+
+Sew all along, but leave the short ends open. Through these openings we will turn the bow tie parts right side out.
+
+#### Step 4: Turning
+
+
+
+Clip the seam allowance back in the usual spots and make little cuts to allow for a smooth curves.
+
+Then use the back of a large crochet hook, or some other appropriately long skinny object, to turn the two parts right-side-out through the ends. Start by gently pulling the two fabric pieces at the end of the bow apart. Then push the end of the bow up between the two pieces of fabric. Keep gently pushing while pulling the rest of the tie down over it. This can be a tedious procedure. Take your time and be gentle. It's easy to push too hard and rip stitches or fabric.
+
+Once you have the part right side out, make sure you push all the corners and sides out before giving it a good press.
+
+Do this with both parts.
+
+#### Step 5: Add hardware
+
+Now we need to add the two pieces of hardware that make the bow tie adjustable. The oval looking piece will be attached to the part without the adjustment ribbon. And the piece with the T shaped attachment will go on the part with the ribbon.
+
+First do the part without the ribbon. This is because the fabric tail of the ribbon piece will have to go through the oval part before sewing on its hardware. If you would do it in the other sequence, you may not be able to feed it through.
+
+To finish the ends, we're going to fold the fabric in three steps:
+
+
+
+First we fold the side in under an angle. Then we fold the end over by just a small seam allowance, something like 5mm. Then we fold it over again, for about 1cm. Finally we stick the oval ring under this last fold and stitch across.
+
+Now feed the ribbon piece through the oval part and finish it the same way.
+
+Hook the T in one of the adjustment holes and your bow tie is done!
+
+
diff --git a/markdown/org/docs/patterns/benjamin/measurements/uk.md b/markdown/org/docs/patterns/benjamin/measurements/uk.md
new file mode 100644
index 00000000000..1863dcc3510
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Benjamin bow tie: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/benjamin/needs/uk.md b/markdown/org/docs/patterns/benjamin/needs/uk.md
new file mode 100644
index 00000000000..26bd0a809ca
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/needs/uk.md
@@ -0,0 +1,10 @@
+- - -
+title: "Benjamin bow tie: What You Need"
+- - -
+
+To make Benjamin, you will need the following:
+
+- Basic sewing supplies
+- About 0.5 meters (0.6 yards) of a suitable fabric ([see Fabric options](/docs/patterns/benjamin/fabric/)). Left over pieces of a recent project could work too.
+- About the same amount of interfacing
+- Optionally: Bow tie adjustment ribbon and hardware
diff --git a/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md b/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md
new file mode 100644
index 00000000000..3a07a9ce2b5
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Adjustment ribbon"
+- - -
+
+
+
+With Benjamin, you can make a traditional fixed size bow tie. And you can make one that incorporates an adjustment ribbon. These are ribbons and pieces of hardware that allow you to change the neck size of the bow tie. Very handy when you have shirts with different neck sizes, or if you have different ease in the collar for some.
+
+
+
+This is a great option if you decide to make a bow tie for someone else as a gift.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md b/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md
new file mode 100644
index 00000000000..31626282332
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Bow length"
+- - -
+
+
+
+You can make wide bow ties, or narrow ones. This option allows you to change the horizontal size of the bows. Make them larger to be more flamboyant, or small for a more subdued style.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md b/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md
new file mode 100644
index 00000000000..26d32b4baaf
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md
@@ -0,0 +1,16 @@
+- - -
+title: "Bow style"
+- - -
+
+Four different bow tie styles!
+
+Benjamin allows you to make four different bow ties.
+
+- Contemporary Diamond
+- Traditional Butterfly
+- Classic Square
+- Whimsical Wide Square
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/collarease/uk.md b/markdown/org/docs/patterns/benjamin/options/collarease/uk.md
new file mode 100644
index 00000000000..5489ca42249
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/collarease/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Collar ease"
+- - -
+
+
+
+Using the neck circumference is one part of getting a well-fitting bow tie. The other is how much collar ease you normally use for your shirts. Together they dictate how long the bow tie becomes.
+
+> #### Not used with the adjustment ribbon option
+>
+> This option is used to make a precise fitting bow tie. When you use the adjustment ribbon, this option is not used.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md b/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md
new file mode 100644
index 00000000000..fe7bcf3841b
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "End style"
+- - -
+
+
+
+In addition to having four different bow tie styles, each style can be individualized with three different tip options:
+
+- Straight
+- Pointed
+- Round
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md
new file mode 100644
index 00000000000..0b0bc7f1340
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Knot width"
+- - -
+
+
+
+The knot width is the width in the middle of the bow tie, where you make the knot.
+
+How wide your bow tie is in the middle will influence the tie knot. Bigger works better with larger bow ties.
+
+
+
+With the Square type bow tie, this value also dictates the width of the tips
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/ribbonwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/ribbonwidth/uk.md
new file mode 100644
index 00000000000..5f87f3aceef
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/ribbonwidth/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Ribbon width"
+---
+
+---
+
+Width of the ribbon
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md
new file mode 100644
index 00000000000..522b4c7cac2
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Tip width"
+- - -
+
+
+
+You can make BIG bow ties, or small ones. This option allows you to change the vertical size of the bows. Make them larger to be more flamboyant, or small for a more subdued style.
+
+
+
+###### Not used with the Square bow tie type
+
+This option is ignored with the Square bow tie option. Square bow ties are as wide as the knot width.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/benjamin/options/uk.md b/markdown/org/docs/patterns/benjamin/options/uk.md
new file mode 100644
index 00000000000..ee34ee7782c
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Benjamin bow tie: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/benjamin/uk.md b/markdown/org/docs/patterns/benjamin/uk.md
new file mode 100644
index 00000000000..94a0f45ace5
--- /dev/null
+++ b/markdown/org/docs/patterns/benjamin/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Benjamin bow tie"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bent/cutting/uk.md b/markdown/org/docs/patterns/bent/cutting/uk.md
new file mode 100644
index 00000000000..7ed78097a3a
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/cutting/uk.md
@@ -0,0 +1,29 @@
+---
+title: "Bent body Block: Cutting Instructions"
+---
+
+**Main fabric**
+
+- Cut **1 Front** part on the fold.
+- Cut **1 Back** part on the fold.
+- Cut **2 Top sleeve** parts.
+- Cut **2 Under sleeve** parts.
+
+These cutting instructions are just for the default Bent block. Adjust your cutting accordingly if you have/are making changes to the block.
+
+
+
+As Bent is a block it does not have any closures. If you are making a test Bent you will want to Cut 2 Front parts with seam allowances so you can pin yourself into it.
+
+
+
+
+
+###### Bent is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/bent/fabric/uk.md b/markdown/org/docs/patterns/bent/fabric/uk.md
new file mode 100644
index 00000000000..b391a8b9e7b
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/fabric/uk.md
@@ -0,0 +1,18 @@
+---
+title: "Bent body Block: Fabric Options"
+---
+
+If you are making a default Bent to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with.
+
+You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Bent.
+
+
+
+###### Bent is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/bent/instructions/uk.md b/markdown/org/docs/patterns/bent/instructions/uk.md
new file mode 100644
index 00000000000..ec65c9c0196
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/instructions/uk.md
@@ -0,0 +1,84 @@
+- - -
+title: "Bent body Block: Sewing Instructions"
+- - -
+
+
+
+###### Bent is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Bent block.
+
+
+
+
+
+As Bent is a block it does not have any closures. So the instructions below will explain how to make a Bent with a seam down the centre front so you can pin yourself into it.
+
+
+
+### Step 1: Mock-up Construction
+
+- Sew the fronts to the back at the shoulder seams _good sides together_.
+- Sew the fronts to the back at the side seams _good sides together_.
+- Sew the under sleeves to the top sleeves _good sides together_ along the side seams.
+- Attach the sleeves to the body, _good sides together_ and sew them in the round.
+
+
+
+You may need to ease/gather the sleeves to fit.
+
+You may need to leave the bottom of one of the sleeve seams open to put the garment on.
+
+
+
+
+If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust.
+
+
+
+### Step 2: Try it on
+
+- Try it on and check the fit by pinning the front closed whilst wearing it.
+- Make any alterations and try it on again.
+- Repeat until you are happy.
+
+
+
+If you do not have someone to help with pinning alterations, you can use a dressform to pin any alterations that are hard to do on person. Just remember to try it on after to make sure it fits you.
+
+Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting.
+
+Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours.
+
+
+
+
+Remember to treat Bent as a basis rather than a final product, so adjust what you need to get the desired look.\
+For instance:
+
+- Change the neck line
+- Add/change the closure allowances
+- Alter the hem style
+- Add a collar
+
+It is all up to you! Experiment and go forth!
+
+
+
+### Step 3: Make a paper pattern
+
+- Once happy with all your changes unpick your mockup and make a paper pattern based off of it.
+- Now you have a pattern you can use to produce a garment.
+
+
+
+It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from.
+
+
+
+### Bent is a block, looking for a finalised pattern?
+
+> Here are some of the patterns based on Bent: [Carlton](/patterns/carlton), [Carlita](/patterns/carlita), and [Jaeger](/patterns/jaeger).
diff --git a/markdown/org/docs/patterns/bent/measurements/uk.md b/markdown/org/docs/patterns/bent/measurements/uk.md
new file mode 100644
index 00000000000..b19c4fc06bc
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bent body Block: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bent/needs/uk.md b/markdown/org/docs/patterns/bent/needs/uk.md
new file mode 100644
index 00000000000..a4091238c36
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/needs/uk.md
@@ -0,0 +1,21 @@
+---
+title: "Bent body Block: What You Need"
+---
+
+To make Bent, you will need the following:
+
+- Basic sewing supplies
+- About 1.5 - 2 metres (1.7 - 2.2 yards) of a suitable fabric ([see Bent Fabric options](/docs/patterns/bent/fabric/))
+
+This list is for a default Bent Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc.
+
+
+
+###### Bent is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..a8c898672fd
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Across back factor"
+- - -
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..52da905d3e5
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This controls the depth of the armhole, which in turn influences the sleevecap width.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md b/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..048b3f195ae
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+
+
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/bicepsease/uk.md b/markdown/org/docs/patterns/bent/options/bicepsease/uk.md
new file mode 100644
index 00000000000..12c67cd6a5e
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/bicepsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Biceps ease"
+- - -
+
+This option controls the ease at your upper arm/biceps.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/chestease/uk.md b/markdown/org/docs/patterns/bent/options/chestease/uk.md
new file mode 100644
index 00000000000..260cd7f4aca
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/chestease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest ease"
+- - -
+
+The amount of ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/collarease/uk.md b/markdown/org/docs/patterns/bent/options/collarease/uk.md
new file mode 100644
index 00000000000..76d1d841655
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/collarease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar ease"
+- - -
+
+The amount of ease at your neck/collar.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/cuffease/uk.md b/markdown/org/docs/patterns/bent/options/cuffease/uk.md
new file mode 100644
index 00000000000..e1617e56d8c
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/cuffease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cuff ease"
+- - -
+
+The amount of ease at your cuff/wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..81489b1d2d5
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+How much the armhole is cut out deeper at the front, than the back.
+
+Because a shoulder is more rounded at the front of the body than the back, the front of the armhole cuts deeper into the chest than the back cuts into the back part.
+
+This options controls by how much.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md b/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..dbebec23d5f
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+This option controls how far the block extend below your hips.
+
+> Note that by default this block is as long as your hip line, which is almost certainly too short for the final garment.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/s3armhole/uk.md b/markdown/org/docs/patterns/bent/options/s3armhole/uk.md
new file mode 100644
index 00000000000..eefde4440ed
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/s3collar/uk.md b/markdown/org/docs/patterns/bent/options/s3collar/uk.md
new file mode 100644
index 00000000000..896e63b50ac
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/shoulderease/uk.md b/markdown/org/docs/patterns/bent/options/shoulderease/uk.md
new file mode 100644
index 00000000000..82d1079e328
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/shoulderease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+The amount of ease across the shoulders. When making a coat or jacket, you want to foresee more ease so one can wear layers under the coat/jacket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..3b20f8a8dec
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+This pattern adapts to sloped shoulder by taking the shoulder slope measurment into account.
+
+However, for jackets or coats, you may want to create more room at the shoulders to allow for shoulder pads. This option lets you create extra room at the shoulders by reducing the amount the shoulders are sloped.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/sleevebend/uk.md b/markdown/org/docs/patterns/bent/options/sleevebend/uk.md
new file mode 100644
index 00000000000..a546c3b3c95
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/sleevebend/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve bend"
+- - -
+
+The angle by which the sleeve bends at the elbow.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md b/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..392255a1f74
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+How much sleevecap ease do you want?
+
+> #### What's the point?
+>
+> The amount of sleevecap ease determines how the sleeves rolls from the shoulder.
+>
+> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter.
+
+> The lighter your fabric, the less sleevecap ease you want.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md
new file mode 100644
index 00000000000..3e3e06d853e
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleevecap height"
+- - -
+
+This factor controls the height of the sleevecap.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..d7ecd4d3117
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+The amount to extend the sleeve beyond the length of the sleeve in the base block.
+
+
+
+#### This is not supposed to be zero
+
+Setting this to zero will make the sleeve length the same as the base length of the Bent block,
+which is certainly too short for a coat.
+Please take note of the default value and use that as a basis to lengthen or shorten the sleeve.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bent/options/uk.md b/markdown/org/docs/patterns/bent/options/uk.md
new file mode 100644
index 00000000000..0168fdf7409
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bent body Block: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bent/uk.md b/markdown/org/docs/patterns/bent/uk.md
new file mode 100644
index 00000000000..f6bbff15d2d
--- /dev/null
+++ b/markdown/org/docs/patterns/bent/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bent body Block"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bob/cutting/uk.md b/markdown/org/docs/patterns/bob/cutting/uk.md
new file mode 100644
index 00000000000..f7ac437efee
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/cutting/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Bob the Bib: Cutting Instructions"
+---
+
+- Cut **1 bib**
+
+
+
+#### Caveats
+
+- There is no seam allowance on the bib, it will be finished with bias tape
+
+
diff --git a/markdown/org/docs/patterns/bob/fabric/uk.md b/markdown/org/docs/patterns/bob/fabric/uk.md
new file mode 100644
index 00000000000..d73c52ccd32
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/fabric/uk.md
@@ -0,0 +1,8 @@
+---
+title: "Bob the Bib: Fabric Options"
+---
+
+An bib should be soft, absorbent, and be able to handle plenty of washing cycles. In addition, natural fibres are much preferred, especially for babies.
+
+So use cotton, flannel, or jersey knit for the bib front of the bib, and back it with something like terrycloth (aka towel fabric) or a similar bamboo-based fabric.
+
diff --git a/markdown/org/docs/patterns/bob/instructions/uk.md b/markdown/org/docs/patterns/bob/instructions/uk.md
new file mode 100644
index 00000000000..f7be7d80f69
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/instructions/uk.md
@@ -0,0 +1,51 @@
+---
+title: "Bob the Bib: Sewing Instructions"
+---
+
+
+
+#### Before we start: One layer or two?
+
+First thing you need to figure out is whether you're going to make a 1-layer (simple) bib,
+or do you want to make one out of two layers.
+
+A two-layer bib gives you more options, as you can use an absorbent backing layer like
+terrycloth, yet still have the entire cotton selection of your local fabric store available
+as your choice for the front layer, aka the visible one.
+
+
+
+## Step 1: Optional: Join layers
+
+If you decide to go for two layers, simply join them together at the edges before applying the bias tape.
+
+You probably want to pin or bast this prior to sewing. The two different types of fabric will behave differently, so secure them in place prior to sewing the together.
+
+Make sure to sew close to the edge so that the stitches will be under the bias tape finish later.
+
+
+## Step 2: Apply bias tape
+
+Wer're going to apply bias tape as a finish around the entire edge of the bib.
+
+You probably want to start at the bottom strap, as this way the joint of the bias seam will be covered when the bib is worn.
+
+Just work your way around, and take your time.
+
+
+
+Provide generic instructions for sewing bias tape
+
+
+
+## Step 3: Install snaps or button
+
+Next, install the snaps on the straps, as indicated on the pattern.
+
+If you don't have or want snaps, you can also use a button + buttonhole.
+
+
+## Step 4: You're done!
+
+That was easy 😃
+
diff --git a/markdown/org/docs/patterns/bob/measurements/uk.md b/markdown/org/docs/patterns/bob/measurements/uk.md
new file mode 100644
index 00000000000..ddd35e02fb3
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/measurements/uk.md
@@ -0,0 +1,9 @@
+---
+title: "Bob the Bib: Required Measurements"
+---
+
+
+Bob does not require any measurements
+
+
+
diff --git a/markdown/org/docs/patterns/bob/needs/uk.md b/markdown/org/docs/patterns/bob/needs/uk.md
new file mode 100644
index 00000000000..950e1cd3848
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/needs/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Bob the Bib What You Need"
+---
+
+To make Bob, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- A little bit of suitable fabric ([see Fabric options](/docs/patterns/aaron/fabric))
+- Enough bias tape to go around the entire bib
+- A snap or other type of fastener
+
diff --git a/markdown/org/docs/patterns/bob/options/headsize/uk.md b/markdown/org/docs/patterns/bob/options/headsize/uk.md
new file mode 100644
index 00000000000..1de465c9d9c
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/options/headsize/uk.md
@@ -0,0 +1,13 @@
+---
+title: Head size
+---
+
+Controls the size of the bib, as it will be drafted to fit this head circumference.
+
+In our tutorial (this bib is what we use in our tutorial to show people the ropes of designing their own patterns) we use a measurement for this.
+
+But we feel that's a bit overkill for real-world use on our site, so we've made it an option.
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/bob/options/lengthratio/uk.md b/markdown/org/docs/patterns/bob/options/lengthratio/uk.md
new file mode 100644
index 00000000000..d777235e019
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/options/lengthratio/uk.md
@@ -0,0 +1,10 @@
+---
+title: Length ratio
+---
+
+Document this option
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bob/options/neckratio/uk.md b/markdown/org/docs/patterns/bob/options/neckratio/uk.md
new file mode 100644
index 00000000000..281da515421
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/options/neckratio/uk.md
@@ -0,0 +1,10 @@
+---
+title: Neck ratio
+---
+
+Document this option
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bob/options/uk.md b/markdown/org/docs/patterns/bob/options/uk.md
new file mode 100644
index 00000000000..892eb904f85
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/options/uk.md
@@ -0,0 +1,5 @@
+---
+title: "Bob the Bib: Design Options"
+---
+
+
diff --git a/markdown/org/docs/patterns/bob/options/widthratio/uk.md b/markdown/org/docs/patterns/bob/options/widthratio/uk.md
new file mode 100644
index 00000000000..130b8cceb9c
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/options/widthratio/uk.md
@@ -0,0 +1,10 @@
+---
+title: Width ratio
+---
+
+Document this option
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bob/uk.md b/markdown/org/docs/patterns/bob/uk.md
new file mode 100644
index 00000000000..a60097b7bd7
--- /dev/null
+++ b/markdown/org/docs/patterns/bob/uk.md
@@ -0,0 +1,5 @@
+---
+title: "Bob the Bib"
+---
+
+
diff --git a/markdown/org/docs/patterns/breanna/cutting/uk.md b/markdown/org/docs/patterns/breanna/cutting/uk.md
new file mode 100644
index 00000000000..d98baa3688f
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/cutting/uk.md
@@ -0,0 +1,28 @@
+- - -
+title: "Breanna body block: Cutting Instructions"
+- - -
+
+**Main fabric**
+
+- Cut **1 Front** part on the fold.
+- Cut **2 Back** parts.
+- Cut **2 Sleeve** parts, _good sides together_.
+
+These cutting instructions are just for the default Breanna block. Adjust your cutting accordingly if you have/are making changes to the block.
+
+
+
+If you do not have someone to help pin you into Breanna then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front.
+
+
+
+
+
+###### Breanna is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/breanna/fabric/uk.md b/markdown/org/docs/patterns/breanna/fabric/uk.md
new file mode 100644
index 00000000000..e546aa3136f
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/fabric/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Breanna body block: Fabric Options"
+- - -
+
+If you are making a default Breanna to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Breanna with.
+
+You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Breanna.
+
+
+
+###### Breanna is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/breanna/instructions/uk.md b/markdown/org/docs/patterns/breanna/instructions/uk.md
new file mode 100644
index 00000000000..c21b7e957c3
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/instructions/uk.md
@@ -0,0 +1,76 @@
+- - -
+title: "Breanna body block: Sewing Instructions"
+- - -
+
+
+
+###### Breanna is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Breanna block.
+
+
+
+### Step 1: Mock-up Construction
+
+- Close the front darts.
+- Close the back darts.
+- Sew the front to the backs at the shoulders _good sides together_.
+- Matching notches, sew the sleeves to the shoulder _good sides together_.
+- Sew the side seams _good sides together_.
+
+
+
+You may need to leave the bottom of sleeve side seams open to put the garment on.
+
+
+
+
+
+If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust.
+
+
+
+### Step 2: Try it on
+
+- Try it on and check the fit by pinning the back closed whilst wearing it.
+- Make any alterations and try it on again.
+- Repeat until you are happy.
+
+
+
+If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on.
+
+Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting.
+
+Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours.
+
+
+
+
+
+Remember to treat Breanna as a basis rather than a final product, so adjust what you need to get the desired look.\
+For instance:
+
+- Change the neck line
+- Add/change the closure allowances
+- Alter the dart placements
+- Add a collar
+
+It is all up to you! Experiment and go forth!
+
+
+
+### Step 3: Make a paper pattern
+
+- Once happy with all your changes unpick your mockup and make a paper pattern based off of it.
+- Now you have a pattern you can use to produce a garment.
+
+
+
+It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from.
+
+
+
diff --git a/markdown/org/docs/patterns/breanna/measurements/uk.md b/markdown/org/docs/patterns/breanna/measurements/uk.md
new file mode 100644
index 00000000000..8e5c0fa92b9
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Breanna body block: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/breanna/needs/uk.md b/markdown/org/docs/patterns/breanna/needs/uk.md
new file mode 100644
index 00000000000..e869fe3be0b
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/needs/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Breanna body block: What You Need"
+- - -
+
+To make Breanna, you will need the following:
+
+- Basic sewing supplies
+- About 1.25 - 1.5 metres (1.4 - 1.7 yards) of a suitable fabric ([see Breanna Fabric options](/docs/patterns/Breanna/fabric/))
+
+This list is for a default Breanna Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc.
+
+
+
+###### Breanna is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..edebf5b0b50
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Across back factor"
+- - -
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..eae2afb2627
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md b/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..8b7843c5e2a
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md b/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md
new file mode 100644
index 00000000000..bc0e09caa6a
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Biceps ease"
+- - -
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/chestease/uk.md b/markdown/org/docs/patterns/breanna/options/chestease/uk.md
new file mode 100644
index 00000000000..404d80a8e2f
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/chestease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest ease"
+- - -
+
+This option controls the ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/collarease/uk.md b/markdown/org/docs/patterns/breanna/options/collarease/uk.md
new file mode 100644
index 00000000000..41fdac4a80f
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/collarease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar ease"
+- - -
+
+Controls the amount of ease at your collar/neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/cuffease/uk.md b/markdown/org/docs/patterns/breanna/options/cuffease/uk.md
new file mode 100644
index 00000000000..026cbf6eb1d
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/cuffease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cuff ease"
+- - -
+
+This option controls the ease at your wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..d42e9307f04
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md b/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md
new file mode 100644
index 00000000000..e2f0ea0f26a
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front scye dart"
+- - -
+
+The amount to take out in a dart at the front of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md
new file mode 100644
index 00000000000..8b9ebef2164
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Bust dart"
+- - -
+
+Where to place the primary bust dart to shape the chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md
new file mode 100644
index 00000000000..8bfef702fe6
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Bust dart length"
+- - -
+
+The length of the primary bust dart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md
new file mode 100644
index 00000000000..8f03431c07c
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Bust darts shaping"
+- - -
+
+Controls the balance between the primary and secondary bust darts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md b/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md
new file mode 100644
index 00000000000..acf59b30e1e
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Secondary bust dart"
+- - -
+
+Optionally include a secondary bust dart to distribute the shaping of the chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md
new file mode 100644
index 00000000000..05758d7938b
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Secondary bust dart length"
+- - -
+
+The length of the secondary bust dart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md
new file mode 100644
index 00000000000..bb88dae781a
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder dart"
+- - -
+
+Whether or not to inlude a back shoulder dart to round the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md
new file mode 100644
index 00000000000..72c03a3197e
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder dart length"
+- - -
+
+The length of the back shoulder dart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md
new file mode 100644
index 00000000000..233dfb12d3e
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder dart size"
+- - -
+
+The size of the back shoulder dart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md
new file mode 100644
index 00000000000..763cf4b8334
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..b2124b0a024
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+Reduces the shoulder slope to create extra room for shoulder padding.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..7c0f4f054e2
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..aebaa6543bb
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..5d8b19e7185
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..6bc7b1100ca
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..8addd0f21a0
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..2f83aaa7bcf
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..6242224a122
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..d135e75845d
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..406941b5693
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..598f8ea574f
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..d4a100ed250
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..f1c9c6aed84
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..4a313d113b8
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..4315fbb4b52
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..7234ba6fd3b
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..40122d4f55c
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..15454059be4
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..90ee4115aab
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..158352dff10
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..d9ad028dfad
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+This option controls how to lengthen the sleeves.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/uk.md b/markdown/org/docs/patterns/breanna/options/uk.md
new file mode 100644
index 00000000000..01ff0182bfc
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/uk.md
@@ -0,0 +1,121 @@
+- - -
+title: "Breanna body block: Design Options"
+- - -
+
+
+
+## Understanding the sleevecap
+
+The Breanna sleevecap was designed to be adaptable into different types of sleeves and garments. As a result, the sleevecap alone has 20 options to control its shape. Whereas that may seem a bit overwhelming at first, understanding how the sleevecap is drafted makes it easy to understand what all the individual options do.
+
+### The bounding box
+
+The _bounding box_ of the sleevecap is a rectangle that is as wide as the sleeve, and as high as the sleevecap. Inside this box, we will construct our sleevecap later.
+
+
+
+The image above shows a sleevecap, starting at point 1, then going up until point 4, and then down again to point 2.
+
+
+
+###### Finding out which is the front of the sleeve(cap)
+
+In our example, the front of the sleevecap is on the right hand side. But how would you know?
+
+While patterns typically have an indication that shows which side is which (a single notch
+means the front, whereas a double notch means the back), you can also
+recognize the front side of a sleevecap because it is more curved. The backside of the
+sleevecap will also be curved, but it's a flatter curve. That's because the human shoulder
+is more pronounced and curved on the front of the body, thus the sleevecap is more curved
+there to fit the shoulder.
+
+
+
+The width of the sleevecap (and thus the width of the sleeve at the bottom of the armhole) is equal to the distance between points 1 and 2. That distance depends on the measurements of the model, the amount of ease, the cut of the garment and so on. For our sleevecap, all we need to know is that we start with a given width. And while that width can be influenced by other factors, we can not influence it by any of the sleevecap options.
+
+
+
+The height of the sleevecap is equal to the distance between points 3 and 4. The exact height is a trade-off between the measurments of the model, options, ease, sleevecap ease, and the fact that the sleeve ultimately has to fit the armhole. So the height may vary, and we don't control the exact value. But there are two options that control the shape of our sleevecap:
+
+- [Sleevecap top X](/docs/patterns/breanna/options/sleevecaptopfactorx/) : Controls the horizontal placement of point 3 and 4
+- [Sleevecap top Y](/docs/patterns/breanna/options/sleevecaptopfactory/) : Controls the vertical placement of point 4
+
+In other words, point 4 can be made higher and lower and, perhaps less intutitively, it can also be changed to lie more to the right or the left, rather than smack in the middle as in our example.
+
+### The inflection points
+
+
+
+With points 1, 2, 3, and 4 in place, we have a box to draw our sleevecap in. Now it's time to map out our _inflection points_. These are points 5 and 6 on our drawing, and their placement is determined by the following 4 options:
+
+- [Sleevecap back X](/docs/patterns/breanna/options/sleevecapbackfactorx) : Controls the horizontal placement of point 5
+- [Sleevecap back Y](/docs/patterns/breanna/options/sleevecapbackfactory) : Controls the vertical placement of point 5
+- [Sleevecap front X](/docs/patterns/breanna/options/sleevecapbackfactorx) : Controls the horizontal placement of point 6
+- [Sleevecap front Y](/docs/patterns/breanna/options/sleevecapbackfactory) : Controls the vertical placement of point 6
+
+
+
+As you see in our example, these points do not always lie on our sleevecap line. Instead, they
+are instrumental in creating the points that always lie on the sleevecap: the anchor points.
+
+
+
+### The anchor points
+
+
+
+Ultimately, our sleevecap will be the combination of 5 curves. In addition to points 1 and 2, the four _anchor points_ that are marked in orange in our example will be the start/finish of those curves.
+
+The points are _offset_ perpendicular from the middle of a line between the two anchor points surrounding them. The offset for each point is controlled by these 4 options:
+
+- [Sleevecap Q1 offset](/docs/patterns/breanna/options/sleevecapq1offset) : Controls the offset perpendicular to the line from points 2 to 6
+- [Sleevecap Q2 offset](/docs/patterns/breanna/options/sleevecapq2offset) : Controls the offset perpendicular to the line from points 6 to 4
+- [Sleevecap Q3 offset](/docs/patterns/breanna/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 4 to 5
+- [Sleevecap Q4 offset](/docs/patterns/breanna/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 5 to 1
+
+
+
+We've divided our sleevecap into 4 quarters. We start at the front (the right in our example)
+with quarter 1, and make our way to the back to end with quarter 4.
+
+Like the offset option, the last options to determine the shape of our sleevecap will just repeat so you can
+control each quarter individually.
+
+
+
+### The spread
+
+
+
+We now have all the start and end points to draw the 5 curves that will make up our sleevecaps. What we're missing are the control points (see [our info on Bézier curves](https://freesewing.dev/concepts/beziercurves) to learn more about how curves are constructed). These are determined by the so-called _spread_.
+
+For each of the anchor points (the ones marked in orange, not points 1 and 2) there is an option to control the spread upwards, and downwards:
+
+- [Sleevecap Q1 downward spread](/docs/patterns/breanna/options/sleevecapq1spread1) : Controls the downward spread in the first quarter
+- [Sleevecap Q1 upward spread](/docs/patterns/breanna/options/sleevecapq1spread2) : Controls the upward spread in the first quarter
+- [Sleevecap Q2 downward spread](/docs/patterns/breanna/options/sleevecapq2spread1) : Controls the downward spread in the second quarter
+- [Sleevecap Q2 upward spread](/docs/patterns/breanna/options/sleevecapq2spread2) : Controls the upward spread in the second quarter
+- [Sleevecap Q3 upward spread](/docs/patterns/breanna/options/sleevecapq3spread1) : Controls the upward spread in the third quarter
+- [Sleevecap Q3 downward spread](/docs/patterns/breanna/options/sleevecapq3spread2) : Controls the downward spread in the third quarter
+- [Sleevecap Q4 upward spread](/docs/patterns/breanna/options/sleevecapq4spread1) : Controls the upward spread in the fourth quarter
+- [Sleevecap Q4 downward spread](/docs/patterns/breanna/options/sleevecapq4spread2) : Controls the downward spread in the fourth quarter
+
+
+
+Attentive readers will have noticed that point 4 is not an anchor point. In other words, there is no guarantee
+that it will lie on the sleevecap line. Which also means that the upwards spread in quarters 2 and 3 will influence
+the height of the sleevecap. Reduce the upwards spread, and the curve will dip below point 4. Increase it and
+the curve will rise above it.
+
+
+
+### Takeaways
+
+While the sleevecap in Breanna (and all patterns that extend Breanna) have a lot of options, understanding how the sleevecap is constructed can help you design the exact sleevecap shape you want. To do so:
+
+- Start with placing the top of your sleevecap
+- Then determine the inflection points
+- Next, use the offset to control the steepness of the curve
+- Finally, use the spread to smooth things out
+
+What's important to remember is that you're only ever controlling the shape of the sleevecap. Whatever shape you design, it will be fitted to the armhole, meaning that its size can and will be adapted to make sure the sleeve fits the armscye. However, the shape you design will always be respected.
diff --git a/markdown/org/docs/patterns/breanna/options/verticalease/uk.md b/markdown/org/docs/patterns/breanna/options/verticalease/uk.md
new file mode 100644
index 00000000000..6d6271767ae
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/verticalease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Vertical ease"
+- - -
+
+The amount of ease to distribute along the length of the garment.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/waistdart/uk.md b/markdown/org/docs/patterns/breanna/options/waistdart/uk.md
new file mode 100644
index 00000000000..cdf7013e1c2
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/waistdart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist dart"
+- - -
+
+Whether or not to inlude a back waist dart to round the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md
new file mode 100644
index 00000000000..63ce0249aed
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist dart length"
+- - -
+
+The length of the back waist dart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md b/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md
new file mode 100644
index 00000000000..7bb386f20bc
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist dart size"
+- - -
+
+The size of the back waist dart
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/options/waistease/uk.md b/markdown/org/docs/patterns/breanna/options/waistease/uk.md
new file mode 100644
index 00000000000..30874bcb705
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/options/waistease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist ease"
+- - -
+
+The amount of ease at the waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/breanna/uk.md b/markdown/org/docs/patterns/breanna/uk.md
new file mode 100644
index 00000000000..0f6bc049219
--- /dev/null
+++ b/markdown/org/docs/patterns/breanna/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Breanna body block"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/brian/cutting/uk.md b/markdown/org/docs/patterns/brian/cutting/uk.md
new file mode 100644
index 00000000000..6db9138412a
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/cutting/uk.md
@@ -0,0 +1,28 @@
+- - -
+title: "Brian body block: Cutting Instructions"
+- - -
+
+**Main fabric**
+
+- Cut **1 Front** part on the fold.
+- Cut **1 Back** part on the fold.
+- Cut **2 Sleeve** parts.
+
+These cutting instructions are just for the default Brian block. Adjust your cutting accordingly if you have/are making changes to the block.
+
+
+
+If you do not have someone to help pin you into Brian then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front.
+
+
+
+
+
+###### Brian is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/brian/fabric/uk.md b/markdown/org/docs/patterns/brian/fabric/uk.md
new file mode 100644
index 00000000000..15ad7c12fea
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/fabric/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Brian body block: Fabric Options"
+- - -
+
+If you are making a default Brian to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Brian with.
+
+You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Brian.
+
+
+
+###### Brian is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/brian/instructions/uk.md b/markdown/org/docs/patterns/brian/instructions/uk.md
new file mode 100644
index 00000000000..6e1eeb67512
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/instructions/uk.md
@@ -0,0 +1,72 @@
+- - -
+title: "Brian body block: Sewing Instructions"
+- - -
+
+
+
+###### Brian is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Brian block.
+
+
+
+### Step 1: Mock-up Construction
+
+- Sew the front to the backs at the shoulders _good sides together_.
+- Matching notches, sew the sleeves to the shoulder _good sides together_.
+- Sew the side seams _good sides together_.
+
+
+
+You may need to leave the bottom of sleeve side seams open to put the garment on.
+
+
+
+
+
+If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust.
+
+
+
+### Step 2: Try it on
+
+- Try it on and check the fit by pinning the back closed whilst wearing it.
+- Make any alterations and try it on again.
+- Repeat until you are happy.
+
+
+
+If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on.
+
+Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting.
+
+Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours.
+
+
+
+
+
+Remember to treat Brian as a basis rather than a final product, so adjust what you need to get the desired look.\
+For instance:
+
+- Change the neck line
+- Add/change the closure allowances
+- Add a collar
+
+It is all up to you! Experiment and go forth!
+
+
+
+### Step 3: Make a paper pattern
+
+- Once happy with all your changes unpick your mockup and make a paper pattern based off of it.
+- Now you have a pattern you can use to produce a garment.
+
+
+
+It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from.
+
+
diff --git a/markdown/org/docs/patterns/brian/measurements/uk.md b/markdown/org/docs/patterns/brian/measurements/uk.md
new file mode 100644
index 00000000000..78e3c9897c5
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Brian body block: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/brian/needs/uk.md b/markdown/org/docs/patterns/brian/needs/uk.md
new file mode 100644
index 00000000000..67a3475253e
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/needs/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Brian body block: What You Need"
+- - -
+
+To make Brian, you will need the following:
+
+- Basic sewing supplies
+- About 1.25 - 1.5 metres (1.4 - 1.7 yards) of a suitable fabric ([see Brian Fabric options](/docs/patterns/brian/fabric/))
+
+This list is for a default Brian Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc.
+
+
+
+###### Brian is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..31b06766a4f
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Across back factor"
+- - -
+
+
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..7b1447f4fab
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md b/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..6ef9c41b232
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/bicepsease/uk.md b/markdown/org/docs/patterns/brian/options/bicepsease/uk.md
new file mode 100644
index 00000000000..58414fefa75
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/bicepsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Biceps ease"
+- - -
+
+
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/chestease/uk.md b/markdown/org/docs/patterns/brian/options/chestease/uk.md
new file mode 100644
index 00000000000..8d599cda6ad
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+This option controls the ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/collarease/uk.md b/markdown/org/docs/patterns/brian/options/collarease/uk.md
new file mode 100644
index 00000000000..99af6dbf456
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/collarease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar ease"
+- - -
+
+
+
+Controls the amount of ease at your collar/neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/cuffease/uk.md b/markdown/org/docs/patterns/brian/options/cuffease/uk.md
new file mode 100644
index 00000000000..7781c19b60a
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/cuffease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Cuff ease"
+- - -
+
+
+
+This option controls the ease at your wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..69e0b79d87b
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md b/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..10533905fb0
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+This option controls how far the block extend below your hips.
+
+> Note that by default this block is as long as your hip line, which is almost certainly too short for the final garment.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/s3armhole/uk.md b/markdown/org/docs/patterns/brian/options/s3armhole/uk.md
new file mode 100644
index 00000000000..2f1527ce14d
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/s3collar/uk.md b/markdown/org/docs/patterns/brian/options/s3collar/uk.md
new file mode 100644
index 00000000000..6948b18477e
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/shoulderease/uk.md b/markdown/org/docs/patterns/brian/options/shoulderease/uk.md
new file mode 100644
index 00000000000..53cae92bab5
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/shoulderease/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..aeff0df37e1
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+
+
+Reduces the shoulder slope to create extra room for shoulder padding.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..a140524105f
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+---
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..ab2f58c717f
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+---
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..79750fa784a
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+---
+
+This option determines the amount of ease at the sleevecap.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..3d386228926
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+---
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..301e80e6357
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+---
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..0021b95c614
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+---
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..09f103960af
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+---
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..1e982d3adf1
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+---
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..2e6dd5e5c63
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+---
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..bddaa0aaaec
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+---
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..57b6f241cc5
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+---
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..0213bd9a533
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+---
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..30e7aba621a
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+---
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..1d551ad7fad
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+---
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..5bde5488eea
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+---
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..6bf70dc2f7d
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+---
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..83476708f93
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+---
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..6acb0c8c318
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+---
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..b77970fc590
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+---
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..6a712699336
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+This option controls how to lengthen the sleeves.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..24dfac20f71
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Sleeve width guarantee"
+- - -
+
+We first draft the arm opening, then we draft a sleeve to fit it.
+
+When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it.
+
+Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap.
+
+To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/uk.md b/markdown/org/docs/patterns/brian/options/uk.md
new file mode 100644
index 00000000000..c33201faf60
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/uk.md
@@ -0,0 +1,121 @@
+- - -
+title: "Brian body block: Design Options"
+- - -
+
+
+
+## Understanding the sleevecap
+
+In version 2 of FreeSewing, the sleevecap of Brian was redesigned to be more adaptable to different types of sleeves and garments. As a result, the sleevecap alone now has 20 options to control its shape. Whereas that may seem a bit overwhelming at first, understanding how the sleevecap is drafted makes it easy to understand what all the individual options do.
+
+### The bounding box
+
+The _bounding box_ of the sleevecap is a rectangle that is as wide as the sleeve, and as high as the sleevecap. Inside this box, we will construct our sleevecap later.
+
+
+
+The image above shows a sleevecap, starting at point 1, then going up until point 4, and then down again to point 2.
+
+
+
+###### Finding out which is the front of the sleeve(cap)
+
+In our example, the front of the sleevecap is on the right hand side. But how would you know?
+
+While patterns typically have an indication that shows which side is which (a single notch
+means the front, whereas a double notch means the back), you can also
+recognize the front side of a sleevecap because it is more curved. The backside of the
+sleevecap will also be curved, but it's a flatter curve. That's because the human shoulder
+is more pronounced and curved on the front of the body, thus the sleevecap is more curved
+there to fit the shoulder.
+
+
+
+The width of the sleevecap (and thus the width of the sleeve at the bottom of the armhole) is equal to the distance between points 1 and 2. That distance depends on the measurements of the model, the amount of ease, the cut of the garment and so on. For our sleevecap, all we need to know is that we start with a given width. And while that width can be influenced by other factors, we can not influence it by any of the sleevecap options.
+
+
+
+The height of the sleevecap is equal to the distance between points 3 and 4. The exact height is a trade-off between the measurments of the model, options, ease, sleevecap ease, and the fact that the sleeve ultimately has to fit the armhole. So the height may vary, and we don't control the exact value. But there are two options that control the shape of our sleevecap:
+
+- [Sleevecap top X](/docs/patterns/brian/options/sleevecaptopfactorx/) : Controls the horizontal placement of point 3 and 4
+- [Sleevecap top Y](/docs/patterns/brian/options/sleevecaptopfactory/) : Controls the vertical placement of point 4
+
+In other words, point 4 can be made higher and lower and, perhaps less intutitively, it can also be changed to lie more to the right or the left, rather than smack in the middle as in our example.
+
+### The inflection points
+
+
+
+With points 1, 2, 3, and 4 in place, we have a box to draw our sleevecap in. Now it's time to map out our _inflection points_. These are points 5 and 6 on our drawing, and their placement is determined by the following 4 options:
+
+- [Sleevecap back X](/docs/patterns/brian/options/sleevecapbackfactorx) : Controls the horizontal placement of point 5
+- [Sleevecap back Y](/docs/patterns/brian/options/sleevecapbackfactory) : Controls the vertical placement of point 5
+- [Sleevecap front X](/docs/patterns/brian/options/sleevecapbackfactorx) : Controls the horizontal placement of point 6
+- [Sleevecap front Y](/docs/patterns/brian/options/sleevecapbackfactory) : Controls the vertical placement of point 6
+
+
+
+As you see in our example, these points do not always lie on our sleevecap line. Instead, they
+are instrumental in creating the points that always lie on the sleevecap: the anchor points.
+
+
+
+### The anchor points
+
+
+
+Ultimately, our sleevecap will be the combination of 5 curves. In addition to points 1 and 2, the four _anchor points_ that are marked in orange in our example will be the start/finish of those curves.
+
+The points are _offset_ perpendicular from the middle of a line between the two anchor points surrounding them. The offset for each point is controlled by these 4 options:
+
+- [Sleevecap Q1 offset](/docs/patterns/brian/options/sleevecapq1offset) : Controls the offset perpendicular to the line from points 2 to 6
+- [Sleevecap Q2 offset](/docs/patterns/brian/options/sleevecapq2offset) : Controls the offset perpendicular to the line from points 6 to 4
+- [Sleevecap Q3 offset](/docs/patterns/brian/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 4 to 5
+- [Sleevecap Q4 offset](/docs/patterns/brian/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 5 to 1
+
+
+
+We've divided our sleevecap into 4 quarters. We start at the front (the right in our example)
+with quarter 1, and make our way to the back to end with quarter 4.
+
+Like the offset option, the last options to determine the shape of our sleevecap will just repeat so you can
+control each quarter individually.
+
+
+
+### The spread
+
+
+
+We now have all the start and end points to draw the 5 curves that will make up our sleevecaps. What we're missing are the control points (see [our info on Bézier curves](https://freesewing.dev/concepts/beziercurves) to learn more about how curves are constructed). These are determined by the so-called _spread_.
+
+For each of the anchor points (the ones marked in orange, not points 1 and 2) there is an option to control the spread upwards, and downwards:
+
+- [Sleevecap Q1 downward spread](/docs/patterns/brian/options/sleevecapq1spread1) : Controls the downward spread in the first quarter
+- [Sleevecap Q1 upward spread](/docs/patterns/brian/options/sleevecapq1spread2) : Controls the upward spread in the first quarter
+- [Sleevecap Q2 downward spread](/docs/patterns/brian/options/sleevecapq2spread1) : Controls the downward spread in the second quarter
+- [Sleevecap Q2 upward spread](/docs/patterns/brian/options/sleevecapq2spread2) : Controls the upward spread in the second quarter
+- [Sleevecap Q3 upward spread](/docs/patterns/brian/options/sleevecapq3spread1) : Controls the upward spread in the third quarter
+- [Sleevecap Q3 downward spread](/docs/patterns/brian/options/sleevecapq3spread2) : Controls the downward spread in the third quarter
+- [Sleevecap Q4 upward spread](/docs/patterns/brian/options/sleevecapq4spread1) : Controls the upward spread in the fourth quarter
+- [Sleevecap Q4 downward spread](/docs/patterns/brian/options/sleevecapq4spread2) : Controls the downward spread in the fourth quarter
+
+
+
+Attentive readers will have noticed that point 4 is not an anchor point. In other words, there is no guarantee
+that it will lie on the sleevecap line. Which also means that the upwards spread in quarters 2 and 3 will influence
+the height of the sleevecap. Reduce the upwards spread, and the curve will dip below point 4. Increase it and
+the curve will rise above it.
+
+
+
+### Takeaways
+
+While the sleevecap in Brian (and all patterns that extend Brian) have a lot of options, understanding how the sleevecap is constructed can help you design the exact sleevecap shape you want. To do so:
+
+- Start with placing the top of your sleevecap
+- Then determine the inflection points
+- Next, use the offset to control the steepness of the curve
+- Finally, use the spread to smooth things out
+
+What's important to remember is that you're only ever controlling the shape of the sleevecap. Whatever shape you design, it will be fitted to the armhole, meaning that its size can and will be adapted to make sure the sleeve fits the armscye. However, the shape you design will always be respected.
diff --git a/markdown/org/docs/patterns/brian/uk.md b/markdown/org/docs/patterns/brian/uk.md
new file mode 100644
index 00000000000..6e6a1c731ef
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Brian body block"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bruce/cutting/uk.md b/markdown/org/docs/patterns/bruce/cutting/uk.md
new file mode 100644
index 00000000000..31ca46e731b
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/cutting/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Bruce boxer briefs: Cutting Instructions"
+- - -
+
+Bruce consists of a back, and two sides, insets and fronts.
+
+- **Main fabric**
+ - Cut **1 back** on the fold
+ - Cut **2 fronts**
+ - Cut **2 insets**
+ - Cut **2 sides**
+
+
+
+###### Caveats
+
+- **back**: Extra hem allowance at the leg
+- **front**: Cut this **twice**
+
+
diff --git a/markdown/org/docs/patterns/bruce/fabric/uk.md b/markdown/org/docs/patterns/bruce/fabric/uk.md
new file mode 100644
index 00000000000..b947db92644
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/fabric/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Bruce boxer briefs: Fabric Options"
+- - -
+
+You need a stretchy fabric for this pattern. Preferable something that is comfortable and soft to the touch, while allowing the skin to breathe.
+
+I personally think that nothing can beat rayon for this pattern, although you can do with some other knit too, like jersey.
+
+When in doubt, go for rayon.
diff --git a/markdown/org/docs/patterns/bruce/instructions/uk.md b/markdown/org/docs/patterns/bruce/instructions/uk.md
new file mode 100644
index 00000000000..25781c8d610
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/instructions/uk.md
@@ -0,0 +1,217 @@
+- - -
+title: "Bruce boxer briefs: Sewing Instructions"
+- - -
+
+
+
+### Step 1: Join back to first side
+
+
+
+Align the side of the back (piece 1) with the side (piece 3) making sure to put the good sides together. The side (piece 3) is not symmetric, so make be careful to correctly match them.
+
+
+If you look at the part 3 (the side) with the text so you can read it, then then left side should be attached to the back,
+and the right side attached to the front & inset. The notches will also help you figure it out.
+
+
+Serge them together, taking into account that the seam allowance is 1cm. So aim the outside needle of your serger 1cm from the edge of your fabric.
+
+> If metric is not your bag, 1 cm is 3/8 inch.
+
+> Some sergers have a lever to choose between flat seams, or bundled up seams. If you plan to topstitch later (see Step 6), make sure to choose flat seams.
+
+### Step 2: Join back to second side
+
+
+
+Align the other side of the back (piece 1) with the second side (piece 3) making sure to put the good sides together. Since the side (piece 3) is symmetric, you can't go wrong.
+
+Serge them together, as you did on the other side.
+
+> The back and sides are now joined together. Put them aside for a moment as we turn our attention to the other pieces.
+
+### Step 3: Join first inset and fronts
+
+  
+
+Joining the inset (piece 4) with the fronts (piece 2) requires you to serge them together across their curvy edges.
+
+> Remember that you have two fronts. You have to put them on top of each other and treat it as one double-layered front.
+
+Faced with a tricky seam like this, you might reach for your pins or basting thread, but don't. Pinning or basting this will make it harder to sew.
+
+Instead, start at the top of the curved seam, aligning the pieces as shown, and slowly serge them together a few cm.
+
+As you move along, manipulate the fabric to make sure both edges stay on top of each other as you feed them through your serger.
+
+As you manipulate the fabric to get it aligned properly, it's easy to stretch one part more than the other. The notch in the curved edge can help you make sure you're keeping things even.
+
+Once you've passed the notch, things will get easier. This would also be a good time to compare the remaining length of the curved seams. If one is a bit longer than the other, simply stretch the shorter one until they match up.
+
+If the difference is too big however, just leave it. It will get cut off when we do the crotchseam.
+
+
+
+This is probably the hardest seam in the pattern. Take it slow, and you'll be fine.
+
+
+
+
+
+###### Or enclose these seams by sandwiching them between the fronts
+
+While it's a bit more work, you can enclose this seam if you baste the insets to a single one of the front pieces first,
+and then sew your front pieces together with the insets sandwiched inside.
+
+Sew the front darts separately and turn the whole thing inside out, and you have a nice seamless package area in front.
+
+
+
+### Step 4: Join second inset and fronts
+
+
+
+After you have joined the first inset and the fronts, continue with the second one.
+
+With the fronts and insets joined together, you are left with 3 parts:
+
+- The joined insets and fronts
+- The joined sides and back
+- The elastic
+
+### Step 5: Close the fronts dart
+
+
+
+Fold the fronts double along the center fronts line, so that the tusks at the bottom line up.
+
+Serge the sides of the tusks to close the fronts dart. For best results, start at the top of the seam (where the fabric is folded) and work your way to the bottom.
+
+
+
+###### Keep that seam away from my ...
+
+Alternatively, sew the darts on each piece individually so that both seams are folded inside.
+Arguably, not having an exposed seam in this area is more comfortable for the wearer.
+
+
+
+### Step 6: Optional: Topstitch
+
+
+
+
+
+This step is optional. Topstitching adds a visual effect that emphasizes the individual pattern pieces.
+It's nice to visually break up a solid fabric, but if you're using a print, or when you're colour-blocking, you might want to not topstitch.
+
+
+
+If you want to topstitch your serged seams for visual effect, you should do so now.
+
+If you topstitch, simply do it for every seam, making sure to do so with a flexible stitch. You can use a zig-zag stitch or twin needle if you don't have a coverlock or specific flexible stitch setting.
+
+
+
+When topstitching the seam that closed the fronts dart, start from the bottom,
+and let the topstitching run all the way to the top, where the waistband will come.
+The seam stops halfway through (where the dart ends) but your topstitching should continue.
+
+
+
+### Step 7: Join the first side to the fronts
+
+
+
+Align the side edge of the first side with the edge made up of the fronts+inset (good sides together as usual) and serge them together.
+
+### Step 8: Join the second side to the fronts
+
+
+
+Do the same for the second side.
+
+### Step 9: Optional: Topstitch
+
+
+
+If you've topstitched before, make sure to do the same now for the seams you made in step 7 and 8.
+
+### Step 10: Finish the crotchseam
+
+
+
+We will now serge the arched opening in the back part to the front parts of the boxers, made up of the fronts and insets.
+
+The notches on the back piece will help you. There's the center notch, and the other two notches should match up with where the fronts and inset pieces are joined.
+
+
+
+It's easier to start in the middle point and work your way to one side. Then start from the middle again to do the other side.
+
+Take it slow, and be **very aware** of where your serger blade is cutting into.
+
+
+
+### Step 11: Hem the first leg
+
+
+
+Time to hem the legs. Hem them as you would do any other stretchy knit. Go for a flexible stitch. You can use a zig-zag stitch or twin needle if you don't have a coverlock or specific flexible stich setting.
+
+
+
+I feel that hemming is much easier when you pin things in place first.
+So fold back your hem, and pin it in place.
+Even better: pin both legs in place and only sew when you're happy with how it looks.
+
+
+
+### Step 12: Hem the second leg
+
+
+
+You know it makes sense.
+
+### Step 13: Make your elastic into a loop
+
+
+
+Sew both ends of your elastic together with good sides together.
+
+
+
+###### Not sure how much elastic you need?
+
+Simply wrap your elastic around your waist where it would end up sitting, and tighten it until it feels right.
+Make a mark of where the edge joins, add 2cm seam allowance, and that's your length.
+
+
+
+### Step 14: Attach elastic to waist
+
+
+
+Attach the elastic to the waist.
+
+Do so good sides together if you're using a flexible stitch or twin needle on a conventional sewing machine.
+
+If you're using a coverlock, put the elastic on top of the good side of the fabric.
+
+
+
+The length of your elastic will probably difffer from the fabric length, as they stretch differently.
+Pinning will help you achieve an even stretch.
+
+Divide both your elastic and boxer waistline into 4 (or 8) parts. Pin elastic and fabric together at these points.
+
+While sewing, stretch elastic and fabric together between each set of pins, removing the pins as you move on.
+
+
+
+### Step 15: Trim and clean up
+
+
+
+Trim any excess fabric you might have at elastic or hem, and any loose threads.
diff --git a/markdown/org/docs/patterns/bruce/measurements/uk.md b/markdown/org/docs/patterns/bruce/measurements/uk.md
new file mode 100644
index 00000000000..43560d5b07d
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bruce boxer briefs: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bruce/needs/uk.md b/markdown/org/docs/patterns/bruce/needs/uk.md
new file mode 100644
index 00000000000..3b1084b9ad1
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/needs/uk.md
@@ -0,0 +1,10 @@
+- - -
+title: "Bruce boxer briefs: What You Need"
+- - -
+
+To make Bruce, you will need the following:
+
+- Basic sewing supplies
+- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/bruce/fabric/))
+- Enough wide (3cm (1.2 inch) or wider) elastic to fit around your waist
+- A serger, although you can survive without one
diff --git a/markdown/org/docs/patterns/bruce/options/backrise/uk.md b/markdown/org/docs/patterns/bruce/options/backrise/uk.md
new file mode 100644
index 00000000000..eb921e4ae82
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/options/backrise/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Back rise"
+- - -
+
+
+
+How much extra rise do you want at the back?
+
+This factor will raise the waist at the back of your boxers only.
+
+> If you want to raise the waist overall, that's what the **rise** option does
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bruce/options/bulge/uk.md b/markdown/org/docs/patterns/bruce/options/bulge/uk.md
new file mode 100644
index 00000000000..a5d39e4fc07
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/options/bulge/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Bulge"
+- - -
+
+
+
+How much room do you want in the front pouch?
+
+This option will increase the front dart, thereby creating more room in the front.
+
+> If it's vertical room you're looking for, that's what the **rise** option does
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bruce/options/legbonus/uk.md b/markdown/org/docs/patterns/bruce/options/legbonus/uk.md
new file mode 100644
index 00000000000..9911758fd4b
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/options/legbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Leg length bonus"
+- - -
+
+
+
+How much do you want to lengthen the legs?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bruce/options/legstretch/uk.md b/markdown/org/docs/patterns/bruce/options/legstretch/uk.md
new file mode 100644
index 00000000000..08a8b7449e4
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/options/legstretch/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Leg stretch"
+- - -
+
+
+
+The amount of stretch at the (upper) legs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bruce/options/rise/uk.md b/markdown/org/docs/patterns/bruce/options/rise/uk.md
new file mode 100644
index 00000000000..2fa56f6cc55
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/options/rise/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Rise"
+- - -
+
+
+
+This option controls the overal height of the waist.
+
+> The higher the rise, the higher your waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bruce/options/stretch/uk.md b/markdown/org/docs/patterns/bruce/options/stretch/uk.md
new file mode 100644
index 00000000000..94789964420
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/options/stretch/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Stretch"
+- - -
+
+
+
+The amount of overall (horizontal) stretch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/bruce/options/uk.md b/markdown/org/docs/patterns/bruce/options/uk.md
new file mode 100644
index 00000000000..715dd5ad9b9
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Bruce boxer briefs: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/bruce/uk.md b/markdown/org/docs/patterns/bruce/uk.md
new file mode 100644
index 00000000000..5c5d4c1c9f2
--- /dev/null
+++ b/markdown/org/docs/patterns/bruce/uk.md
@@ -0,0 +1,6 @@
+- - -
+title: "Bruce boxer briefs"
+- - -
+
+
+
diff --git a/markdown/org/docs/patterns/carlita/cutting/uk.md b/markdown/org/docs/patterns/carlita/cutting/uk.md
new file mode 100644
index 00000000000..098964832de
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/cutting/uk.md
@@ -0,0 +1,65 @@
+- - -
+title: "Carlita coat: Cutting Instructions"
+- - -
+
+
+
+Certain parts have to be drafted off of the existing parts. How to draft these are provided in the [instructions](/docs/patterns/carlita/instructions).
+
+
+
+### Materials
+
+- **Main fabric**
+ - Cut **2 Front** parts
+ - Cut **2 Side** parts
+ - Cut **2 Front facing** parts
+ - Cut **2 Back** parts
+ - Cut **2 topsleeve** parts
+ - Cut **2 undersleeve** parts
+ - Cut **2 tail** parts
+ - Cut **4 belt** parts
+ - Cut **2 Collar stand** parts
+ - Cut **2 collar** parts on the fold or Cut the upper collar on the fold and the under collar on the bias
+ - Cut **2 cuffFacing** parts
+ - Cut **2 Pocket** parts
+ - Cut **4 pocketFlap** parts
+ - Cut **2 chestPocketWelt** parts
+ - Cut **2 innerPocketWelt** parts
+
+
+
+If your main fabric is quite lightweight and flimsy you may need to interface all the parts with a lightweight interfacing.
+
+
+
+- **Lining fabric**
+ - Cut **2 Front lining** parts
+ - Cut **2 Side** parts
+ - Cut **2 Back** parts
+ - Cut **2 topsleeve** parts
+ - Cut **2 undersleeve** parts
+ - Cut **2 tail** parts
+ - Cut **2 innerPocketBag** parts
+ - Cut **1 innerPocketTab** parts
+ - Cut **2 pocketLining** parts
+ - Cut **2 chestPocketBag** parts
+- **Light to Mediumweight Hair Canvas**
+ - Cut **2 Front** parts
+ - Cut **2 Side** parts
+ - Cut **1 Collar stand** parts
+ - Cut **2 collar** parts on the bias and seam together
+ - Cut **2 cuffFacing** parts
+ - Cut **2 pocketFlap** parts
+ - Cut **2 chestPocketWelt** parts
+ - Cut **2 innerPocketWelt** parts
+- **Heavyweight Hair Canvas**
+ - Cut **2 Front shoulder** parts
+ - Cut **2 Side shoulder** parts
+ - Cut **2 Back shoulder** parts
+
+
+
+The canvas parts need to be cut nett (without seam allowances).
+
+
diff --git a/markdown/org/docs/patterns/carlita/fabric/uk.md b/markdown/org/docs/patterns/carlita/fabric/uk.md
new file mode 100644
index 00000000000..1b49bf0f6a0
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/fabric/uk.md
@@ -0,0 +1,39 @@
+- - -
+title: "Carlita coat: Fabric Options"
+- - -
+
+### Main Fabric
+
+You want a fabric that has a bit of body that holds its shape. Generally **Wools** of **coating weight** will be the best choice as they will provide warmth and give shape to the coat. Other fabrics of **coating weight** should also work. However if you are looking for something more lightweight you could try **Linens** and lighter **Wools**, but you may need to face these fabrics to give them more body before construction. **Fleece** is a cheaper alternate to **Wools** but may note keep as long, if you are putting the effort into properly tailoring Carlita then you are gonna want to consider buying a fabric that will last for a long period of time.
+
+
+
+Remember that this pattern is intended to be a winter coat so you need to consider warmth when choosing your fabric.
+
+
+
+### Linings and Pocket Bags
+
+Lightweight **Cottons** such as **Cotton Silesia**, **Cotton Lawn** or **Glazed Cottons** should do for the body lining but you may find that you require **Silks** or similar for the sleeve linings to reduce friction and make it easier to take on and off over the arms. **Silks** can also be used for the body as well but the **Cotton** will be more durable in the long run. Pocket bags should be out of **Cotton** or something that is strong enough to hold the weight of the intended items you wish to carry in them. **Printed Cottons** are a fun thing to try but if your main fabric is quite bulky you may find they add to much weight.
+
+
+
+As per usual with Linings it is really down to your prefered lining materials but if you are new to lining a coat we suggest to use the **Cotton** options for the body and pockets and use the **Silk** option for the sleeves.
+
+
+
+### Facings
+
+We recommend **Hair canvases**. You may be tempted to use modern interfacing but hair canvases will provide the best results. You will want a combination of different weight hair canvases such as lightweight to medium weight **Tailors Canvas** and heavyweight **Horsehair Canvas**. A common misconception is that you have to use horsehair canvas for all of it, but this is not the case and really is only needed for areas that need the most structure such as the front shoulder but are often too stiff for other parts. Tailors canvas is generally used for the majority of facing a coat.
+
+
+
+You can use fusible or non-fusible facings but you may find that you still need to flatline the facing and fabric pieces together with basting stitches, even after fusing for the best results.
+
+
+
+
+
+Certain hair canvases, such as **Horsehair canvas** can have stiff hairs that can poke out of the fabric so will require tape like tailors tape to prevent this from happening.
+
+
diff --git a/markdown/org/docs/patterns/carlita/instructions/uk.md b/markdown/org/docs/patterns/carlita/instructions/uk.md
new file mode 100644
index 00000000000..4e681ccf366
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/instructions/uk.md
@@ -0,0 +1,95 @@
+- - -
+title: "Carlita coat: Sewing Instructions"
+- - -
+
+### Step 1: Draft and Cut the missing Lining and Facing Parts
+
+Some parts for Carlton require you to draft parts from the existing parts. The following are a list of what parts you need to draft, [see Carlton Cutting](/docs/patterns/carlton/cutting/) for details on how to cut them.
+
+#### Drafting
+
+##### Front facing and Front lining
+
+- Trace off of **Front** part.
+- Cut along the green line.
+- Add seam allowance (if including) along green line to both pieces
+- The piece with the lapel is now the **Front facing** part.
+- Trim the hem allowance (if included) of the remaining piece to seam allowance length
+- The remaining piece is now the **Front lining** part.
+
+
+
+The button and pocket markings are not needed for these parts so feel free not to trace them.
+
+
+
+
+
+Don't forget the seam allowance for these pieces when cutting if you are making these parts nett!
+
+
+
+##### Front and Side Shoulder
+
+- Trace off of **Front and Side** parts.
+- Tape together so the notches match and armhole is complete. Do not worry about connecting everything else, you just need the armhole.
+- Draw a curve from shoulder to bottom of armhole.
+- Cut along this curve and discard the lower parts.
+- Separate out the pieces back into their front and side pieces.
+- These are now you \*_Front and Side shoulder_ parts.
+
+##### Back shoulder
+
+- Trace off of **Back** part.
+- Cut along the orange line.
+- Discard lower piece.
+- Remove the seam allowamces (if included) of the upper piece.
+- The upper piece is now the **Back shoulder** part.
+
+#### Cutting
+
+- Cut all the parts above from their respective fabrics/facings. ([see Carlita Cutting](/docs/patterns/carlita/cutting/))
+
+### Step 2 : Preliminary Instructions
+
+#### Maker's notes
+
+
+
+We don't have fully worked out instructions for Carlita yet.
+Below are some notes from [@AnnekeCaramin](/users/AnnekeCaramin) who
+[made Carlita](http://www.annekecaramin.com/2018/02/this-is-one-of-those-origin-superhero.html).
+
+
+
+- Find and mark roll line on lapel,
+- Draft back stay & cut from heavy muslin or hair canvas if you want to be absolutely bulletproof
+- Iron interfacing onto back armholes, entire side front (except for seam & hem allowances), bias strips onto back hem
+- Stitch front shoulder hair canvas pieces to larger hair canvas piece (quilt together with parallel rows of stitching)
+- Attach front hair canvas thing to center front with permanent basting stitch
+- Get that thimble out and pad stitch the lapels
+- Tape the roll line
+- Tape the front and lapel edge
+- Take a picture and post it on social media because this looks so cool
+- Close back darts
+- Sew back seam in two parts. Baste the part that will form the pleat closed, fold down and press.
+- Baste the back stay to the shoulders, armholes and neckline
+- Stabilize waist seam with selvedge strip of muslin (optional)
+- Stabilize top of coat tail with strip of hair canvas (optional)
+- Fold, pin and baste pleats on coat tail piece
+- Sew waist seam and press up. Catch stitch waist seam to strip of muslin (optional)
+- Sew belt and pocket flap pieces with right sides together, turn and press.
+- Sew patch pocket top edge to lining, leaving a hole for turning later. Sew side and bottom edge of patch pocket to lining (make lining 1 mm smaller all around to make sure it doesn’t show on the outside). Turn and press.
+- Fold front welt pieces with right sides together, turn and press.
+- Place front welt on center front piece between notches. Put pocket bag on top. Match location of front welt and pocket bag on side front piece, pin second part of pocket bag in place. Stitch and press. Pin and sew princess seam up until pocket stitching, stop and continue after the pocket. Stitch the edges of the front welt down.
+- Place patch pocket and pocket flap on marked locations and attach.
+- Sew front sleeve seam. Attach cuff facing up until the cuff fold line. Stitch back sleeve seam, careful not to catch the facing. Sew the rest of the facing seam. Turn, press, fold cuff back and baste to keep in place.
+- Stitch upper lining piece to front facing. Stitch side front lining to front facing. (When using an extra back facing piece, leave top five cm of lining/facing seam unsewn)
+- Make inner pocket flap, fold and press welts. Mark welt location, pin welts, flap and pocket bag in place. Stitch. Slash between welts. Turn and press. Stitch those little triangle thingies to the welts and close pocket bag. Omg.
+- Optional: cut under collar on the bias to make it sit nicer. Interface collar stand. Sew collar stands to upper and under collar. Cut piece of hair canvas for under collar. Pad stitch under collar. Sew collar pieces around edge with right sides together, leaving bottom edge open. Turn and press. Fold collar into right shape around tailor’s ham or rolled up towel and steam the shit out of it.
+- Lining: optional: cut back neck facing from shell fabric to have something nice to sew a label on. Draft separate upper back lining piece. Stitch back seams, stitch darts as tucks. Stitch tail lining to upper back. Stitch shoulder and side seams on lining. Stitch shoulder seams on front and back facing. Stitch lining to facing, connecting the earlier stitching lines. Insert lining sleeves to mentally prepare for the real deal.
+- Get some shoulder pads or craft them yourself from hair canvas and cotton batting. Set in sleeves, cry, unpick, set in sleeves again. Add a strip of cotton batting to the sleeve head for maximum oomph. Attach shoulder pads.
+- Pin collar to neckline, matching center back to center collar. Mind the varying seam allowances! Baste in place. Pin facing/lining combo to neckline and front edge, sandwiching collar in between. Stitch carefully around the entire coat, including the bottom edge of the facing (leave the rest of the hem alone). Check for puckers or pleats, trim seams, turn the whole thing right side out and press.
+- Turn hem up, press and baste into place. Sew hem with an invisible stitch, then hand sew lining hem to coat.
+- Mark buttonholes on coat front and belt pieces. Make buttonholes and attach buttons.
+- Remove all basting still present, put on your coat, give yourself a pat on the back and then sleep for three weeks.
diff --git a/markdown/org/docs/patterns/carlita/measurements/uk.md b/markdown/org/docs/patterns/carlita/measurements/uk.md
new file mode 100644
index 00000000000..dd83b164950
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Carlita coat: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/carlita/needs/uk.md b/markdown/org/docs/patterns/carlita/needs/uk.md
new file mode 100644
index 00000000000..66d600e22cd
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/needs/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Carlita coat: What You Need"
+- - -
+
+To make Carlita, you will need the following:
+
+- Basic sewing supplies
+- About 5 - 6 metres (5.5 - 6.6 yards) of a suitable main fabric ([see Carlita Fabric options](/docs/patterns/carlita/fabric/))
+- About 3.5 - 4 metres (3.8 - 4.4 yards) of lining fabric ([see Carlita Fabric options](/docs/patterns/carlita/fabric/))
+- About 0.75 - 1 metre (0.8 - 1.1 yards) of sleeve lining fabric ([see Carlita Fabric options](/docs/patterns/carlita/fabric/))
+- Light to Mediumweight hair canvas ([see Carlita Fabric options](/docs/patterns/carlita/fabric/))
+- Heavyweight hair canvas ([see Carlita Fabric options](/docs/patterns/carlita/fabric/))
+- Tailors tape
+- 6 Buttons for front closure
+- Strong thread for attaching facings
+- (Optional) Silk buttonhole twist if hand-sewing the buttonholes and buttons.
+
+
+
+Carlita has a lot of pieces! These lengths are estimates, you may need more or less depending on your size but if in doubt add an extra 0.5 to 1 metre of fabric.
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..968dbf62d78
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Across back factor"
+- - -
+
+
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..00c91624881
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+
+
+This controls the depth of the armhole, which in turn influences the sleevecap width.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md b/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..f27e9cad40b
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md b/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md
new file mode 100644
index 00000000000..6941abec0b1
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Belt width"
+- - -
+
+Controls the width of the belt at the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md b/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md
new file mode 100644
index 00000000000..72953c18d19
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Biceps ease"
+- - -
+
+
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md b/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md
new file mode 100644
index 00000000000..dddae30ad1d
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Horizontal button spacing"
+- - -
+
+Controls how far the double rows of front buttons are set apart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/chestease/uk.md b/markdown/org/docs/patterns/carlita/options/chestease/uk.md
new file mode 100644
index 00000000000..79ba07a3bb7
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+The amount of ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md
new file mode 100644
index 00000000000..508bca30a02
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket angle"
+- - -
+
+Controls the slant of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md
new file mode 100644
index 00000000000..bb63609e7a0
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket height"
+- - -
+
+Controls the height/size of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md
new file mode 100644
index 00000000000..53a2b4f5728
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket placement"
+- - -
+
+Controls the location of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md
new file mode 100644
index 00000000000..a80cfb47a13
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket width"
+- - -
+
+Controls the width of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/collarflare/uk.md b/markdown/org/docs/patterns/carlita/options/collarflare/uk.md
new file mode 100644
index 00000000000..570fcd867ce
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/collarflare/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Collar flare"
+- - -
+
+Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar.
+
+- Increase this option to increase the fall length.
+- Decrease this option to decrease the fall length.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/collarheight/uk.md b/markdown/org/docs/patterns/carlita/options/collarheight/uk.md
new file mode 100644
index 00000000000..40ecd16270e
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/collarheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar height"
+- - -
+
+
+
+Controls the height of the collar.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/collarspread/uk.md b/markdown/org/docs/patterns/carlita/options/collarspread/uk.md
new file mode 100644
index 00000000000..6886ff660ca
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/collarspread/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Collar spread"
+- - -
+
+Controls the distance between the points of the collar.
+
+- Increase this option to spread the collar out and towards the shoulder.
+- Decrease this option to bring the collar in towards the body.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/contour/uk.md b/markdown/org/docs/patterns/carlita/options/contour/uk.md
new file mode 100644
index 00000000000..596ff045fb9
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/contour/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Contour"
+- - -
+
+Controls how sharply the princess seam will correct once it's passed the fullness of your breasts.
+
+A high factor will smooth the curve, resulting in a less fitted coat that's easier to sew. A low factor will sharpen the curve, resulting in a more fitted coat, with a princess seam that's harder to sew.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/cuffease/uk.md b/markdown/org/docs/patterns/carlita/options/cuffease/uk.md
new file mode 100644
index 00000000000..6fe5878436e
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/cuffease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Cuff ease"
+- - -
+
+
+
+The amount of ease at your cuff/wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/cufflength/uk.md b/markdown/org/docs/patterns/carlita/options/cufflength/uk.md
new file mode 100644
index 00000000000..53da63691fe
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/cufflength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cuff length"
+- - -
+
+Controls the length (height if you wish) of the cuffs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..a1cd08239dd
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md b/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md
new file mode 100644
index 00000000000..08b8912a23c
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front overlap"
+- - -
+
+Controls how much the right and left front of the garment overlap at the center front.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md
new file mode 100644
index 00000000000..b741ec00540
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket depth"
+- - -
+
+Controls the depth of the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md
new file mode 100644
index 00000000000..3ceb1ae733f
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket placement"
+- - -
+
+Controls the location of the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md
new file mode 100644
index 00000000000..1b9e1330110
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket welt height"
+- - -
+
+Controls the size of the welts on the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md
new file mode 100644
index 00000000000..c1163894fb6
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket width"
+- - -
+
+Controls the width of the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md b/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md
new file mode 100644
index 00000000000..fa8fa7d47b4
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Lapel reduction"
+- - -
+
+Controls how much the lapel tip goes inwards.
+
+It is common to have the edge of the lapels not be entirely straight, but rather turn inwards a bit towards the top of the lapels. This option controls by how much it does that.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/length/uk.md b/markdown/org/docs/patterns/carlita/options/length/uk.md
new file mode 100644
index 00000000000..d0eeb5e9a5a
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/length/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length"
+- - -
+
+
+
+Controls the overall length of the coat.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md b/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md
new file mode 100644
index 00000000000..4fb58d43846
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Pocket flap radius"
+- - -
+
+
+
+Controls the radius with which the pocket flaps are rounded at the bottom.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md b/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md
new file mode 100644
index 00000000000..8e0eefca3ea
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket height"
+- - -
+
+Controls the height/depth of the pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md b/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md
new file mode 100644
index 00000000000..be7b9ee8683
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Horizontal pocket placement"
+- - -
+
+Controls the location of the pockets horizontally (more left or right).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md b/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md
new file mode 100644
index 00000000000..eec28fe478b
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Vertical pocket placement"
+- - -
+
+Controls the location of the pockets vertically (higher or lower).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md b/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md
new file mode 100644
index 00000000000..59543151c2f
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Pocket radius"
+- - -
+
+
+
+Controls the radius with which the pockets are rounded at the bottom.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md
new file mode 100644
index 00000000000..07bf73d5b13
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket width"
+- - -
+
+Controls the width of the pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md b/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md
new file mode 100644
index 00000000000..4d190ee4954
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/s3collar/uk.md b/markdown/org/docs/patterns/carlita/options/s3collar/uk.md
new file mode 100644
index 00000000000..deea6634360
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/seatease/uk.md b/markdown/org/docs/patterns/carlita/options/seatease/uk.md
new file mode 100644
index 00000000000..f60d21cd06d
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/seatease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Seat ease"
+- - -
+
+
+
+The amount of ease at your seat.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md b/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md
new file mode 100644
index 00000000000..2e044744e9e
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+
+
+The amount of ease at your shoulders. This is an option specific to coats/overwear to allow room for garments worn under the coat.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..2a2f8d43b3b
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+Reduces the shoulder slope to create extra room for shoulder padding.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md b/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md
new file mode 100644
index 00000000000..c295ce51de4
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve bend"
+- - -
+
+
+
+The angle of the sleeve at the elbow.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md b/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..62d5a8f6042
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+
+
+How much sleevecap ease do you want?
+
+> #### What's the point?
+>
+> The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+>
+> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter.
+
+> The lighter your fabric, the less sleevecap ease you want.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md
new file mode 100644
index 00000000000..eb1841d1e80
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleevecap height"
+- - -
+
+This factor controls the height of the sleevecap.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..701e835cfc2
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+The amount to extend the sleeve beyond the length of the sleeve in the base block.
+
+
+
+###### This is not supposed to be zero
+
+Setting this to zero will make the sleeve length the same as the base length of the Bent block,
+which is certainly too short for a coat.
+Please take note of the default value and use that as a basis to lengthen or shorten the sleeve.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/uk.md b/markdown/org/docs/patterns/carlita/options/uk.md
new file mode 100644
index 00000000000..fa66172e5b5
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Carlita coat: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/carlita/options/waistease/uk.md b/markdown/org/docs/patterns/carlita/options/waistease/uk.md
new file mode 100644
index 00000000000..b9bcf488691
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+
+
+The amount of ease at your waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlita/uk.md b/markdown/org/docs/patterns/carlita/uk.md
new file mode 100644
index 00000000000..bbb1585c41d
--- /dev/null
+++ b/markdown/org/docs/patterns/carlita/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Carlita coat"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/carlton/cutting/uk.md b/markdown/org/docs/patterns/carlton/cutting/uk.md
new file mode 100644
index 00000000000..380e5a31c2c
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/cutting/uk.md
@@ -0,0 +1,62 @@
+- - -
+title: "Carlton coat: Cutting Instructions"
+- - -
+
+
+
+Certain parts have to be drafted off of the existing parts. How to draft these are provided in the [instructions](/docs/patterns/carlton/instructions).
+
+
+
+### Materials
+
+- **Main fabric**
+ - Cut **2 Front** parts
+ - Cut **2 Front facing** parts
+ - Cut **2 Back** parts
+ - Cut **2 topsleeve** parts
+ - Cut **2 undersleeve** parts
+ - Cut **2 tail** parts
+ - Cut **4 belt** parts
+ - Cut **2 Collar stand** parts
+ - Cut **2 collar** parts on the fold or Cut the upper collar on the fold and the under collar on the bias
+ - Cut **2 cuffFacing** parts
+ - Cut **2 Pocket** parts
+ - Cut **4 pocketFlap** parts
+ - Cut **2 chestPocketWelt** parts
+ - Cut **2 innerPocketWelt** parts
+
+
+
+If your main fabric is quite lightweight and flimsy you may need to interface all the parts with a lightweight interfacing.
+
+
+
+- **Lining fabric**
+ - Cut **2 Front lining** parts
+ - Cut **2 Back** parts
+ - Cut **2 topsleeve** parts
+ - Cut **2 undersleeve** parts
+ - Cut **2 tail** parts
+ - Cut **2 innerPocketBag** parts
+ - Cut **1 innerPocketTab** parts
+ - Cut **2 pocketLining** parts
+ - Cut **2 chestPocketBag** parts
+- **Light to Mediumweight Hair Canvas**
+ - Cut **2 Front Facing** parts
+ - Cut **1 Collar stand** parts
+ - Cut **2 collar** parts on the bias and seam together
+ - Cut **2 cuffFacing** parts
+ - Cut **2 pocketFlap** parts
+ - Cut **2 chestPocketWelt** parts
+ - Cut **2 innerPocketWelt** parts
+- **Heavyweight Hair Canvas**
+ - Cut **2 Front Shoulder** parts
+ - Cut **2 Chest canvas** parts
+ - Cut **2 Back shoulder** parts
+
+
+
+The canvas parts need to be cut nett (without seam allowances).
+
+
diff --git a/markdown/org/docs/patterns/carlton/fabric/uk.md b/markdown/org/docs/patterns/carlton/fabric/uk.md
new file mode 100644
index 00000000000..076f7d7971b
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/fabric/uk.md
@@ -0,0 +1,39 @@
+- - -
+title: "Carlton coat: Fabric Options"
+- - -
+
+### Main Fabric
+
+You want a fabric that has a bit of body that holds its shape. Generally **Wools** of **coating weight** will be the best choice as they will provide warmth and give shape to the coat. Other fabrics of **coating weight** should also work. However if you are looking for something more lightweight you could try **Linens** and lighter **Wools**, but you may need to face these fabrics to give them more body before construction. **Fleece** is a cheaper alternate to **Wools** but may note keep as long, if you are putting the effort into properly tailoring Carlton then you are gonna want to consider buying a fabric that will last for a long period of time.
+
+
+
+Remember that this pattern is intended to be a winter coat so you need to consider warmth when choosing your fabric.
+
+
+
+### Linings and Pocket Bags
+
+Lightweight **Cottons** such as **Cotton Silesia**, **Cotton Lawn** or **Glazed Cottons** should do for the body lining but you may find that you require **Silks** or similar for the sleeve linings to reduce friction and make it easier to take on and off over the arms. **Silks** can also be used for the body as well but the **Cotton** will be more durable in the long run. Pocket bags should be out of **Cotton** or something that is strong enough to hold the weight of the intended items you wish to carry in them. **Printed Cottons** are a fun thing to try but if your main fabric is quite bulky you may find they add to much weight.
+
+
+
+As per usual with Linings it is really down to your prefered lining materials but if you are new to lining a coat we suggest to use the **Cotton** options for the body and pockets and use the **Silk** option for the sleeves.
+
+
+
+### Facings
+
+We recommend **Hair canvases**. You may be tempted to use modern interfacing but hair canvases will provide the best results. You will want a combination of different weight hair canvases such as lightweight to medium weight **Tailors Canvas** and heavyweight **Horsehair Canvas**. A common misconception is that you have to use horsehair canvas for all of it, but this is not the case and really is only needed for areas that need the most structure such as the upper front but are often too stiff for other parts. Tailors canvas is generally used for the majority of facing a coat.
+
+
+
+You can use fusible or non-fusible facings but you may find that you still need to flatline the facing and fabric pieces together with basting stitches, even after fusing for the best results.
+
+
+
+
+
+Certain hair canvases, such as **Horsehair canvas** can have stiff hairs that can poke out of the fabric so will require tape like tailors tape to prevent this from happening.
+
+
diff --git a/markdown/org/docs/patterns/carlton/instructions/uk.md b/markdown/org/docs/patterns/carlton/instructions/uk.md
new file mode 100644
index 00000000000..5e4ce7103a0
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/instructions/uk.md
@@ -0,0 +1,67 @@
+- - -
+title: "Carlton coat: Sewing Instructions"
+- - -
+
+### Step 1: Draft and Cut the missing Lining and Facing Parts
+
+Some parts for Carlton require you to draft parts from the existing parts. The following are a list of what parts you need to draft, [see Carlton Cutting](/docs/patterns/carlton/cutting/) for details on how to cut them.
+
+#### Drafting
+
+##### Front facing and Front lining
+
+- Trace off of **Front** part.
+- Cut along the green line.
+- Add seam allowance (if including) along green line to both pieces
+- The piece with the lapel is now the **Front facing** part.
+- Trim the hem allowance (if included) of the remaining piece to seam allowance length
+- The remaining piece is now the **Front lining** part.
+
+
+
+The button and pocket markings are not needed for these parts so feel free not to trace them.
+
+
+
+
+
+Don't forget the seam allowance for these pieces when cutting if you are making these parts nett!
+
+
+
+##### Chest canvas
+
+- Trace off of **Front** part.
+- Cut along the orange line.
+- Discard lower piece.
+- Cut along lapel line.
+- Discard lapel piece.
+- Remove the seam allowances (if included) of the upper piece.
+- The upper piece is now the **Chest canvas** part.
+
+##### Front Shoulder
+
+- Trace off of **Front** part.
+- Draw a curve from shoulder to bottom of armhole.
+- Cut along this curve and discard the lower part.
+- The upper piece is now the **Front Shoulder** part.
+
+##### Back shoulder
+
+- Trace off of **Back** part.
+- Cut along the orange line.
+- Discard lower piece.
+- Remove the seam allowamces (if included) of the upper piece.
+- The upper piece is now the **Back shoulder** part.
+
+#### Cutting
+
+- Cut all the parts above from their respective fabrics/facings. ([see Carlton Cutting](/docs/patterns/carlton/cutting/))
+
+### Step 2: Fix Me
+
+
+
+Documentation for this pattern still needs to be written. In the meantime their are some preliminary instructions for ([Carlita, Carlton's Counterpart](/docs/patterns/carlita/instructions/)) that should help.
+
+
diff --git a/markdown/org/docs/patterns/carlton/measurements/uk.md b/markdown/org/docs/patterns/carlton/measurements/uk.md
new file mode 100644
index 00000000000..89d480b811d
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Carlton coat: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/carlton/needs/uk.md b/markdown/org/docs/patterns/carlton/needs/uk.md
new file mode 100644
index 00000000000..61cddb5c25b
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/needs/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Carlton coat: What You Need"
+- - -
+
+To make Carlton, you will need the following:
+
+- Basic sewing supplies
+- About 5 - 6 metres (5.5 - 6.6 yards) of a suitable main fabric ([see Carlton Fabric options](/docs/patterns/carlton/fabric/))
+- About 3.5 - 4 metres (3.8 - 4.4 yards) of lining fabric ([see Carlton Fabric options](/docs/patterns/carlton/fabric/))
+- About 0.75 - 1 metre (0.8 - 1.1 yards) of sleeve lining fabric ([see Carlton Fabric options](/docs/patterns/carlton/fabric/))
+- Light to Mediumweight hair canvas ([see Carlton Fabric options](/docs/patterns/carlton/fabric/))
+- Heavyweight hair canvas ([see Carlton Fabric options](/docs/patterns/carlton/fabric/))
+- Tailors tape
+- 6 Buttons for front closure
+- Strong thread for attaching facings
+- (Optional) Silk buttonhole twist if hand-sewing the buttonholes and buttons.
+
+
+
+Carlton has a lot of pieces! These lengths are estimates, you may need more or less depending on your size but if in doubt add an extra 0.5 to 1 metre of fabric.
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..f782cfde9a0
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Across back factor"
+- - -
+
+
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..0691481c007
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+
+
+This controls the depth of the armhole, which in turn influences the sleevecap width.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md b/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..303fac1ca85
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md b/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md
new file mode 100644
index 00000000000..5cc32e541e9
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Belt width"
+- - -
+
+Controls the width of the belt at the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md b/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md
new file mode 100644
index 00000000000..4cd9835c958
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Biceps ease"
+- - -
+
+
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md b/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md
new file mode 100644
index 00000000000..dc7045fb502
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Horizontal button spacing"
+- - -
+
+Controls how far the double rows of front buttons are set apart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/chestease/uk.md b/markdown/org/docs/patterns/carlton/options/chestease/uk.md
new file mode 100644
index 00000000000..5546822d9bc
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+The amount of ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md
new file mode 100644
index 00000000000..115a880cd6c
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket angle"
+- - -
+
+Controls the slant of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md
new file mode 100644
index 00000000000..bb6ca4d3bb7
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket height"
+- - -
+
+Controls the height/size of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md
new file mode 100644
index 00000000000..0924193281e
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket placement"
+- - -
+
+Controls the location of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md
new file mode 100644
index 00000000000..7fa2b82ca5b
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket width"
+- - -
+
+Controls the width of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/collarflare/uk.md b/markdown/org/docs/patterns/carlton/options/collarflare/uk.md
new file mode 100644
index 00000000000..8ede2d86a0b
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/collarflare/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Collar flare"
+- - -
+
+Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar.
+
+- Increase this option to increase the fall length.
+- Decrease this option to decrease the fall length.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/collarheight/uk.md b/markdown/org/docs/patterns/carlton/options/collarheight/uk.md
new file mode 100644
index 00000000000..44e64dc4351
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/collarheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar height"
+- - -
+
+
+
+Controls the height of the collar.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/collarspread/uk.md b/markdown/org/docs/patterns/carlton/options/collarspread/uk.md
new file mode 100644
index 00000000000..a4f2d09618f
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/collarspread/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Collar spread"
+- - -
+
+Controls the distance between the points of the collar.
+
+- Increase this option to spread the collar out and towards the shoulder.
+- Decrease this option to bring the collar in towards the body.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/cuffease/uk.md b/markdown/org/docs/patterns/carlton/options/cuffease/uk.md
new file mode 100644
index 00000000000..e22ab8bc86f
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/cuffease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Cuff ease"
+- - -
+
+
+
+The amount of ease at your cuff/wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/cufflength/uk.md b/markdown/org/docs/patterns/carlton/options/cufflength/uk.md
new file mode 100644
index 00000000000..970fd28058e
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/cufflength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cuff length"
+- - -
+
+Controls the length (height if you wish) of the cuffs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..b111665d0bb
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md b/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md
new file mode 100644
index 00000000000..47f87fd9be6
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front overlap"
+- - -
+
+Controls how much the right and left front of the garment overlap at the center front.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md
new file mode 100644
index 00000000000..db56bbefc1c
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket depth"
+- - -
+
+Controls the depth of the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md
new file mode 100644
index 00000000000..0206eeb19bb
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket placement"
+- - -
+
+Controls the location of the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md
new file mode 100644
index 00000000000..fe87806235e
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket welt height"
+- - -
+
+Controls the size of the welts on the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md
new file mode 100644
index 00000000000..91979430988
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket width"
+- - -
+
+Controls the width of the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md b/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md
new file mode 100644
index 00000000000..48a671b8b0c
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Lapel reduction"
+- - -
+
+Controls how much the lapel tip goes inwards.
+
+It is common to have the edge of the lapels not be entirely straight, but rather turn inwards a bit towards the top of the lapels. This option controls by how much it does that.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/length/uk.md b/markdown/org/docs/patterns/carlton/options/length/uk.md
new file mode 100644
index 00000000000..93f70408861
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/length/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length"
+- - -
+
+
+
+Controls the overall length of the coat.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md b/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md
new file mode 100644
index 00000000000..ad79b42ce81
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Pocket flap radius"
+- - -
+
+
+
+Controls the radius with which the pocket flaps are rounded at the bottom.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md b/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md
new file mode 100644
index 00000000000..0b6ea016253
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket height"
+- - -
+
+Controls the height/depth of the pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md b/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md
new file mode 100644
index 00000000000..1592d1aa518
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Horizontal pocket placement"
+- - -
+
+Controls the location of the pockets horizontally (more left or right).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md b/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md
new file mode 100644
index 00000000000..81b65438373
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Vertical pocket placement"
+- - -
+
+Controls the location of the pockets vertically (higher or lower).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md b/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md
new file mode 100644
index 00000000000..01ef5a5de02
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Pocket radius"
+- - -
+
+
+
+Controls the radius with which the pockets are rounded at the bottom.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md
new file mode 100644
index 00000000000..0e5c6897392
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket width"
+- - -
+
+Controls the width of the pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md b/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md
new file mode 100644
index 00000000000..3a7da650d49
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/s3collar/uk.md b/markdown/org/docs/patterns/carlton/options/s3collar/uk.md
new file mode 100644
index 00000000000..be84f6d5d09
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/seatease/uk.md b/markdown/org/docs/patterns/carlton/options/seatease/uk.md
new file mode 100644
index 00000000000..4ae7b5dcb34
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/seatease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Seat ease"
+- - -
+
+
+
+The amount of ease at your seat.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md b/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md
new file mode 100644
index 00000000000..92401a5b992
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+
+
+The amount of ease at your shoulders. This is an option specific to coats/overwear to allow room for garments worn under the coat.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..81b69a211ef
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+Reduces the shoulder slope to create extra room for shoulder padding.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md b/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md
new file mode 100644
index 00000000000..7155216aca4
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve bend"
+- - -
+
+
+
+The angle of the sleeve at the elbow.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md b/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..779beb3852a
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+
+
+How much sleevecap ease do you want?
+
+> #### What's the point?
+>
+> The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+>
+> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter.
+
+> The lighter your fabric, the less sleevecap ease you want.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md
new file mode 100644
index 00000000000..f0ecdac21f1
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleevecap height"
+- - -
+
+This factor controls the height of the sleevecap.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..17cb8843e44
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+The amount to extend the sleeve beyond the length of the sleeve in the base block.
+
+
+
+###### This is not supposed to be zero
+
+Setting this to zero will make the sleeve length the same as the base length of the Bent block,
+which is certainly too short for a coat.
+Please take note of the default value and use that as a basis to lengthen or shorten the sleeve.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/uk.md b/markdown/org/docs/patterns/carlton/options/uk.md
new file mode 100644
index 00000000000..61e509fb6fe
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Carlton coat: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/waistease/uk.md b/markdown/org/docs/patterns/carlton/options/waistease/uk.md
new file mode 100644
index 00000000000..41f269f836a
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+
+
+The amount of ease at your waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/uk.md b/markdown/org/docs/patterns/carlton/uk.md
new file mode 100644
index 00000000000..57ba862d7a9
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Carlton coat"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/cathrin/cutting/uk.md b/markdown/org/docs/patterns/cathrin/cutting/uk.md
new file mode 100644
index 00000000000..21d73fcd630
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/cutting/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Cathrin corset: Cutting Instructions"
+- - -
+
+Cut 1 core fabric and 1 outer fabric of the center panel, making sure to cut on the fold.
+
+Cut 2 core and 2 outer of each side panel with _good sides together_.
+
+For example, for the 11-panel version of Cathrin:
+
+- Panel 1 - Cut 1 core and 1 outer
+- Panel 2 - Cut 2 core and 2 outer
+- Panel 3 - Cut 2 core and 2 outer
+- Panel 4 - Cut 2 core and 2 outer
+- Panel 5 - Cut 2 core and 2 outer
+- Panel 6 - Cut 2 core and 2 outer
+
+
diff --git a/markdown/org/docs/patterns/cathrin/fabric/uk.md b/markdown/org/docs/patterns/cathrin/fabric/uk.md
new file mode 100644
index 00000000000..1cf5cbb0165
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/fabric/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cathrin corset: Fabric Options"
+- - -
+
+Corsets must be made from fabric with no stretch at all. The fabric designed for corset making is called coutil. Although coutil is expensive, not much is needed for a corset. Some cheaper alternatives include canvas, denim and cotton ticking. However, these will stretch over time and are not suitable for any garment with a large waist reduction: they are not strong enough. They are good options for testing the pattern to see how it fits on you. For corsets made from silk and cotton and other fancy fabrics, you need to use several layers - the fabric you want to be seen, on top of a layer of coutil or other strength layer, and perhaps also a third layer made out of lining which will sit next to the body.
+
+For the core fabric, you need a strong fabric, such as coutil, canvas, or denim.
+
+For the outer fabric, you can use most non-stretch fabrics, such as linen, cotton, or silk.
diff --git a/markdown/org/docs/patterns/cathrin/instructions/uk.md b/markdown/org/docs/patterns/cathrin/instructions/uk.md
new file mode 100644
index 00000000000..28275c27557
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/instructions/uk.md
@@ -0,0 +1,121 @@
+- - -
+title: "Cathrin corset: Sewing Instructions"
+- - -
+
+
+
+#### There are many ways to construct a corset
+
+These instructions are just one way. With this method, I recommend using a wider seam allowance of at least 1.5cm so that your boning channels fit comfortably inside the seam allowance.
+
+Beginner corset makers should read the tutorials written by [Sidney Eileen](http://www.sidneyeileen.com), who demonstrates several different construction methods. [Foundations Revealed](https://www.foundationsrevealed.com) is a paywall site for corset makers, with several exceptional articles free for non members.
+
+#### Check the original tutorial
+
+This pattern is based on [this tutorial by Cathrin Alen](https://katafalk.wordpress.com/2010/06/24/underbust-pattern-tutorial/). Cathrin also has [this informative post on making corsets](https://katafalk.wordpress.com/2009/05/03/how-i-sew-corsets/) on her blog which you might find helpful.
+
+
+
+## Step 1: Sew boning channels in center front
+
+
+
+Start with the center front pieces. For an 11-panel Cathrin, this will be Panel 1. Place the outer Panel 1 on the core Panel 1, bad sides together.
+
+With a small stitch width (I set mine to “2”), sew a line straight down the center front. Then sew two boning channels to either side, allowing a bit of extra space, about 2mm, in addition to the width of your boning.
+
+## Step 2: Attach the first side panel
+
+
+
+Take the next piece. For an 11-panel Cathrin, this will be Panel 2.
+
+Place the outer Panel 2 on the outer Panel 1, _good sides together_.
+
+Place the core Panel 2 on the core Panel 1, _good sides together_.
+
+Ensure that the four layers of fabric line up perfectly. Double check that you haven’t mixed up pattern pieces or flipped any over by mistake.
+
+Match up the four layers of fabric at the narrowest part, _good sides together_, and pin. Then match the top and bottom of each panel and pin. Finally, pin the rest of the edge in place. Use as many pins as needed to make sure the panels stay perfectly aligned.
+
+Sew the seam.
+
+## Step 3: Sew the boning channel
+
+
+
+Press both layers of Panel 2 away from the center, using the iron to ease the material where the seams curve.
+
+Edgestitch right along the folded edge, just 1-2mm from the seam line. Sew slowly and keep an eye on the stitching to ensure that the distance is kept even at all times. The purpose of adding this topstitch line is to relieve some stress from the connecting seam.
+
+Topstitch another seam parallel to the first seam, allowing a bit of extra space, about 3mm, in addition to the width of your boning.
+
+## Step 4: Attach the next panel
+
+
+
+Take the next piece. For an 11-panel Cathrin, this will be Panel 3.
+
+Place the outer Panel 3 on the outer Panel 2, _good sides together_.
+
+Place the core Panel 3 on the core Panel 2, _good sides together_.
+
+Match up the four layers of fabric at the narrowest part, _good sides together_, and pin. Then match the top and bottom of each panel and pin. Finally, pin the rest of the edge in place. Use as many pins as needed to make sure the panels stay perfectly aligned.
+
+Sew the seam.
+
+## Step 5: Sew another boning channel
+
+
+
+Press both layers of Panel 3 away from the center, using the iron to ease the material where the seams curve.
+
+Edgestitch right along the folded edge, just 1-2mm from the seam line.
+
+Topstitch another seam parallel to the first seam, allowing a bit of extra space, about 2mm, in addition to the width of your boning.
+
+This new boning channel should look just like the one you made attaching Panel 2 to Panel 1.
+
+## Step 6: Continue attaching the side panels
+
+Continue attaching panels, creating a boning channel in each seam. Attach Panel 4 to Panel, Panel 5 to Panel 4, and finally Panel 6 to Panel 5.
+
+
+
+Repeat these steps on the other side.
+
+
+
+## Step 7: Finish the corset back
+
+With all of your panels connected, you’re working with the flat sides of each Panel 6.
+
+Fold the seam allowance of both pieces inward so that the seam allowance is hidden. Press flat, then top stitch close to the edge.
+
+Topstitch another seam next to the edgestitched seam, allowing a bit of extra space, about 2mm, in addition to the width of your boning.
+
+
+
+Mark the locations of your grommets. (Don’t insert them yet. Just mark the fabric where you’ll place them, and make sure you’re creating a strip suited to the width of your grommets.)
+
+Top stitch on the opposite side of the grommet markings, then shift and topstitch another seam parallel to the topstitched seam, again leaving enough space for the boning.
+
+
+
+Repeat on the other side.
+
+## Step 8: Insert boning
+
+Insert boning in all of the channels.
+
+## Step 9: Bind the top and bottom
+
+Use bias tape or ribbon to bind the top and bottom edges of the corset.
+
+## Step 10: Set the grommets
+
+Set the grommets in the locations you marked earlier.
+
+## Step 11: Lace the corset
+
+You’re done!
diff --git a/markdown/org/docs/patterns/cathrin/measurements/uk.md b/markdown/org/docs/patterns/cathrin/measurements/uk.md
new file mode 100644
index 00000000000..5db91118eed
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Cathrin corset: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/cathrin/needs/uk.md b/markdown/org/docs/patterns/cathrin/needs/uk.md
new file mode 100644
index 00000000000..915dfaad3a2
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/needs/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Cathrin corset: What You Need"
+- - -
+
+Corsets are easier to construct than they seem, however they need several specialist items and tools.
+
+You will need BONING. Historic corsets used whale bone to stiffen corsets. Modern corset makers use steel. You can get steel bones either as flat steel and spiral steel - do research, as different types of corset and different corset makers have their own preferences. Plastic bones are also a cheaper option.
+
+You can find a good guide to other tools at [Foundations Revealed](https://foundationsrevealed.com/).
+
+Sample supplies list:
+
+- About 0.5 meters (0.6 yards) of core fabric ([see Fabric options](/docs/patterns/cathrin/fabric))
+- About 0.5 meters (0.6 yards) of outer fabric ([see Fabric options](/docs/patterns/cathrin/fabric))
+- Boning
+- Grommets (size 2)
+- About 2 meters of bias tape
+- About 3 meters of lacing
+- Tools: Grommet setter, awl
diff --git a/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md b/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md
new file mode 100644
index 00000000000..1837b02519c
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Back drop"
+- - -
+
+
+
+This option determines how far the center back will be lowered at the bottom of your corset.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/backopening/uk.md b/markdown/org/docs/patterns/cathrin/options/backopening/uk.md
new file mode 100644
index 00000000000..66c45701214
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/backopening/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Back opening"
+- - -
+
+
+
+This option determines how wide the back opening of your corset will be. The back opening is where you string the corset together.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/backrise/uk.md b/markdown/org/docs/patterns/cathrin/options/backrise/uk.md
new file mode 100644
index 00000000000..d0f4005e6c5
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/backrise/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Back rise"
+- - -
+
+
+
+How high do you want the corset to rise at the back, relative to the underbust height?
+
+Zero means that the backline will stay horizontal at the level of your underbust. In other words, the back will be somewhat the same height as your bra strap.
+
+If you increase the back rise, your corset will rise upwards at the back.
+
+> As this is an underbust corset, the back rise is a style choice and won't affect the fit
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md b/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md
new file mode 100644
index 00000000000..12658af3dc7
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Front drop"
+- - -
+
+
+
+This option determines how far the center front will be lowered at the bottom of your corset.
+
+> If you lower this too much, sitting might become an issue.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md b/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md
new file mode 100644
index 00000000000..4b6c84f16d1
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Front rise"
+- - -
+
+
+
+How high do you want the corset to rise up at the center front.
+
+> This rise occurs center front between your breasts. Don't overdo it or the edge of your corset will push into your breasts.
+
+> This option also allows negative values. They will cause the center front to be lowered.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md b/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md
new file mode 100644
index 00000000000..289c2b436a1
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hip rise"
+- - -
+
+
+
+How high do you want to corset to rise on your hips, in comparison to the center front and center back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/panels/uk.md b/markdown/org/docs/patterns/cathrin/options/panels/uk.md
new file mode 100644
index 00000000000..b2a9aa63a50
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/panels/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Number of panels"
+- - -
+
+
+
+This options determines how many panels will be used to make up the corset. You have the choice between:
+
+- 11 panels
+- 13 panels
+
+More panels is a bit more work, but also allows the difference between bust/waist/hips to be evened out over more darts, which may yield to better results.
+
+> More curves = more panels
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/uk.md b/markdown/org/docs/patterns/cathrin/options/uk.md
new file mode 100644
index 00000000000..1f307ab8713
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Cathrin corset: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md b/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md
new file mode 100644
index 00000000000..ee99dfab99f
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist reduction"
+- - -
+
+
+
+The amount you want the corset to be smaller than your natural waist. In other words, how much do you want it to squeeze you.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cathrin/uk.md b/markdown/org/docs/patterns/cathrin/uk.md
new file mode 100644
index 00000000000..44184073887
--- /dev/null
+++ b/markdown/org/docs/patterns/cathrin/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Cathrin corset"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/charlie/cutting/uk.md b/markdown/org/docs/patterns/charlie/cutting/uk.md
new file mode 100644
index 00000000000..a43a52becdf
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/cutting/uk.md
@@ -0,0 +1,33 @@
+- - -
+title: "Charlie chinos: Cutting Instructions"
+- - -
+
+##### From main fabric
+
+- Part **1**: **2 x** _with good sides together_.
+- Part **2**: **2 x** _with good sides together_.
+- Part **4**: **4 x**
+- Part **6**: **2 x**
+- Part **8**: **4 x** (2 pairs _with good sides together_)
+- Part **9**: **2 x** _with good sides together_
+- Part **10**: **1 x** on the fold
+- Part **11**: **1 x** if making a straight waistband
+- Part **11**: **2 x** _with good sides together_ if making a curved waistband
+- Part **12**: **1 x**
+
+##### From lining (or any material suitable for pocket bags)
+
+- Part **5**: **2 x**
+- Part **7**: **2 x**
+
+##### From fusible interfacing
+
+- Part **3**: **2 x**
+
+
+
+##### A dash of color perhaps?
+
+You can cut part 4 from a different color for a little contrasting detail at the back pockets
+
+
diff --git a/markdown/org/docs/patterns/charlie/fabric/uk.md b/markdown/org/docs/patterns/charlie/fabric/uk.md
new file mode 100644
index 00000000000..aeae674f53f
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/fabric/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Charlie chinos: Fabric Options"
+- - -
+
+The obvious choice for Charlie chinos, is [chino fabric](https://en.wikipedia.org/wiki/Chino_cloth), which is a cotton twill fabric. These days it's often sold as a blend to a little bit of stretch, which is optional.
+
+But you have a lot of options here, and your choice of fabric will influence what sort of style these project.
+
+Go for **wool** for the most classic look. Check the suiting section of your fabric store for options. If this is your first pair, some wool-poly blend is most likely going to be more budget-friendly. But don't let price alone guide you, buying some cheap whimsical fabric is the best way to come up with a shitty looking pair of trousers, and get frustrated in the process.
+
+For **cotton**, go for a heavier weight. Cotton might also be a bit easier on the beginner than wool. If unsure what to use, ask for chino in the fabric store and simply pick a colour you like.
+
+Nothing beats **linen** on a hot summer day. It's fun to work with too, but it does wrinkle like a mofo, and even the most neatly made trousers look somewhat messy when made in linen. What I'm saying is, maybe not for your first pair.
diff --git a/markdown/org/docs/patterns/charlie/instructions/uk.md b/markdown/org/docs/patterns/charlie/instructions/uk.md
new file mode 100644
index 00000000000..daeb8ebcb6d
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/instructions/uk.md
@@ -0,0 +1,405 @@
+- - -
+title: "Charlie chinos: Sewing Instructions"
+- - -
+
+## Step 1: Close the back dart
+
+First thing we're going to do is close the waist dart on the back panel.
+
+To do so, fold the back panel double with _good sides together_ making sure to match both sides of the dart on top of each other.
+
+Now sew the dart close, making sure to use a small stitch length, and to sew all the way to the end of the dart, even a couple of stitches off the fabric.
+
+
+
+
+
+Your back darts should be of equal length. Make sure to sew them precisely.
+
+
+
+## Step 2: Construct the back pockets
+
+Follow [our double welt pocket instructions](/docs/sewing/double-welt-pockets/) to create the back welt pockets.
+
+
+
+Since these are chinos, you can/should edgestitch around the welt opening.
+It's not strictly required for welt pockets, and typically not done on classic trousers (and thus not shown in
+the instructions) but it's a very typical finish for chinos, and makes it easier to keep everything in place.
+
+
+
+### Attach the back pocket facing to the pocket bag
+
+Join the back pocket facing to the pocket bag by placing them with _good sides together_ and sewing along the longest of the non-curved seams of the facing.
+
+When you're done, press the seam allowance to the side of the pocket bag.
+
+### Attach the back pocket bag
+
+Sew the bottom of the pocket bag to the bottom welt. Press it down when done.
+
+Now align the top of the pocket bag with the waist and sew it down in the waist's seam allowance.
+
+### Close the pocket back
+
+Fold the leg panel out of the way so you can close both sides of the pocket bag.
+
+
+
+Make sure to also sew the pocket welts down on the pocket bag
+
+
+
+You should overlock/serge the sides of the pocketbag so they don't ravel.
+
+
+
+If you don't have a _serger_ you can always use a zig-zag stitch instead.
+
+
+
+## Step 3: Overlock the front and back edges
+
+Before we go any further, we'll overlock/serge the edges of the front and back panels of the legs. Make sure to also catch the top of the pocket bag when doing the back panels.
+
+What we want to to prevent these edges from ravelling after we've completed our trousers, and now is the best time to do so.
+
+
+
+## Step 4: Construct the front pocket opening
+
+The front pockets are a little unusual because they have the appearance of classic slanted pockets, but are constructed on the side seam.
+
+### Attach the front pocket facings to the pocket bags
+
+We have two front pocket bags, that each have two pieces of facing to attach to them.
+
+Align them with _good sides together_ (\*) and sew the facing in place.
+
+
+
+(\*) With a pocket bag, it's not so obvious what the good side should be.
+
+Do you want the good side to be what you feel when you put your hand in your pocket?
+Or do you want it to be what you see when your trousers lie on the floor with their insides showing.
+
+There's no right or wrong answer here. You do you.
+
+
+
+
+
+### Mark the pocket notch on pocket facing, and front and back leg panels
+
+There's a notch on both front and back leg panels that indicates up to what point the pocket facing should be attached to the side seam.
+
+Make sure to transfer this notch to both the (edge of the) pocket facing and the front trouser leg, since it's important we match them.
+
+
+
+### Pin or base the pocket to the front and back leg panel
+
+Both on the front and the back leg panel, we're going to sew the pocket facing to the side seam.
+
+However, this needs to be precise, so you really want to make sure you either pin or baste it in place.
+
+
+
+Start with the front, since that's the easier seam. Once you've got some practice, you can do the back
+
+
+
+
+
+### Sew the front pocket in place
+
+Sew from the waist down right until the notch that indicates where to stop.
+
+### Press the front pocket slant
+
+Now press the slant of the front pocket, both on the back and front panel, so that it's a sharp crease.
+
+
+
+## Step 5: Close the outseam
+
+### Baste the front pockets shut
+
+I strongly advise you to baste the pocket shut/in place before sewing this seam so that you know it's precise.
+
+Closing the outseam means to place front and back panel with good sides together, and sew the outer seam. That's easy enough at the legs, but at the top we have our pocket, which complicates things.
+
+### Sew the top of the outer seam until the top notch of the pocket slant
+
+Make sure everything is neatly aligned. Then sew from the top of the waist down to the top notch (this is just over a cm or half an inch).
+
+
+
+### Sew the bottom of the outer seam from the bottom notch of the pocket slant
+
+Now move to the bottom notch of the pocket slant, and sew from there all the way to the bottom of the legs.
+
+
+
+### Press the outer seam open
+
+When you're done, make sure to press the seam allowance open along the leg. Don't press the pocket, we already did that.
+
+## Step 6: Finish the front pocket bag
+
+### Sew pocket bag close inside-out
+
+With our pocket opening constructed and outer seam closed, we should now finish the pocket bag.
+
+Pull the pocket bag out so that it dangles on the outside of the trouser leg. Then place both halves together and either use a serger to finish the edge, or sew closely to the edge.
+
+Make sure you end up at the point where the bottom part of the outer seam starts.
+
+
+
+### Finish pocket bag edge
+
+When you're done, you can flip the pocket bag back to the inside of the trouser leg.
+
+Our pocket bag is now closed, but when we put our hand in it, you can feel the raw edge of the seam allowance. To avoid that, topstitch along the edge of the pocket bag, locking in the seam allowance.
+
+
+If your seam allowance is wide, you might want to trim it back first.
+
+
+
+
+## Step 7: Bar-tack the pocket opening
+
+At the place the leg down with the good side up, making sure the pocket bag lies flat and towards the front panel.
+
+Now at the top and bottom of the pocket opening, place a bar-tack perpendicular to the outer seam.
+
+
+
+## Step 8: Close the inseam
+
+With our front pockets finished, close the inseam of both legs.
+
+When you're done, press open the inseam.
+
+
+
+## Step 9: Close the crossseam
+
+Make sure one leg is turned with the good side out, and the other has the good side in.
+
+Now tuck the leg with the good side out inside the leg that has the good side in. This way, they have their good sides against each other.
+
+Align the cross seam, starting at the back waist, pinning both halves together as you make your way towards the fly. Stop at the lowest fly notch.
+
+When you're done. Do it again. Always sew the cross seam twice. It's one of those best practices you ignore at your own peril.
+
+
+
+Take extra care to carefully align the seams where both legs have their back and front panels joined together.
+Doing so will ensure your cross seam results with a perfectly aligned _cross_ where 4 pattern parts meet each other in a single point.
+
+Getting it just right is one of those things you'll end up cherishing each time you wear these.
+
+
+
+## Step 10: Construct the fly
+
+### Close fly extension
+
+Fold the fly extension on its fold line with good sides together.
+
+Now sew along the bottom, to close the fly extension.
+
+Trim back one half of the seam allowance to remove bulk before turning it good side out and pressing.
+
+### Serge the fly extension and fly facing
+
+Serge (or zig-zag) along the open side of the fly extension. No need to serge the top as that will get caught in our waistband.
+
+while you're at it, also serge along the entirety of the fly facings J-shaped edge.
+
+### Cut away the extra seam allowance on the left leg front
+
+There's extra seam allowance that runs along the fly. We only need this on the right leg panel. Cut it away on the left panel so you're left with the regular seam allowance only.
+
+### Attach the fly facing
+
+Sew the fly facing to the left front. Place them with good sides together, aligning the top.
+
+### Tuck in the tip of the fly facing
+
+Fold the bottom of the fly facing seam allowance inwards and secure with a few stitches.
+
+### Edge stitch the fly facing to the seam alowance
+
+Sew the fly facing to the seam allowance. Make sure to leave the front panel out of it.
+
+### Press cross seam, fly facing and the fly edge
+
+Press open the cross seam. Press the fly facing to the side.
+
+Then, fold over the extra seam allowance on the right front leg and press it down.
+
+### Baste the zipper to the fly extension
+
+Place the zipper along the (slightly curved) edge of the fly extension.
+
+Now sew along the edge. No need to get close to the zipper, just sew along the edge to hold them in place.
+
+### Attach zipper to the fly
+
+Now place the right front leg's fly with the extra seam allowance that you folded back on top of the zip.
+
+Use a zipper foot edge-stitch the folded-over edge along the zipper edge.
+
+
+
+You might want to baste this first to make sure it is nicely parallel to the zipper. Close, but not too close.
+
+
+
+### Sew the zipper to the fly facing
+
+Now sew the other side of the zipper to the fly facing. Make sure to align it properly so that when the trousers are closed, the zip is hidden.
+
+### Finish the cross seam
+
+Sew the last bit of the cross seam up to the highest fly notch.
+
+### Sew the J-seam of the fly
+
+Now topstitch the so-called J-seam of the fly. Make sure to keep the fly extension out of the way.
+
+### Bar tack the bottom of the fly
+
+Now bartack the very botton of the J-seam (the horizontal part) but this time make sure to also catch the fly extension.
+
+## Step 11: Attach the belt loops
+
+### Construct the belt loops
+
+
+
+For efficiency, we will contruct one long strip of belt loop that we'll divide into 8 parts.
+
+
+
+Cut a strip 80cm long (32 inch) and 2.8cm wide (1 1/8 inch).
+
+Serge (or zigzag) the long edge of the strip on both sides.
+
+Fold one side inwards, and the other side over it. Then press down with your iron. The end result should be a long strip about 1cm wide.
+
+Now sew along the entire length of the strip, smack in the middle of it. Make sure to use a generous stitch length for this.
+
+Finally, cut your length belt loops strip into 8 equal parts to make 8 belt loops.
+
+### Attach the belt loops
+
+We're going to divide our belt loops along the waist:
+
+- 2 at the center back, each set aside a bit from the center so there's a small gap between them.
+- 1 above the back dart on each side
+- 1 on each side more or less where the side seam would hit the waist if it went straight up
+- 1 on each side from center front. Not too close to each other so there's no room for belt buckles, but not too far either so it doesn't look weird
+
+Place the belt loop at these places with their good side down (against the good side of the fabric of your trousers, and the top aligned with the waist) Sew this down in the seam allowance of the waist, making sure that they are perpendicular to the waistband.
+
+## Step 12: Attach the waist band
+
+### Assemble curved waistband
+
+If you're making a straight waistband, skip directly to attaching the waistband to the outside.
+
+Place both waistbands with good sides together, and sew along the top of the waistband (the shorter edge).
+
+Trim the seam allowance of the inner waistband, and press all seam allowances towards the inner waistband.
+
+You can now treat your assembled waistband as one piece, and continue as for the straight waistband.
+
+
+To make sure your inner waistband doesn't peek out, you can _understitch_.
+Sew a line of stitching on the inside waistband, close to the edge, through the inner waistband and seam-allowances (but not the outer waistband!).
+
+
+### Attach the waist band to the outside
+
+Place the waistband with good sides together along the waist. For the straight waistband, make sure the side with the standard seam allowance is aligned with the waist, and not the side with double seam allowance.
+
+Also make sure to leave suffucient seam allowance beyond the start and end of the waistband.
+
+Sew along the entirety of the waist, attaching the waist band and sewing down the belt loops in one go.
+
+### Press the waistband seam and fold the waistband
+
+Press the seam you just sewed, pressing the seam allowance up into the waistband.
+
+Now fold over the waistband at the correct width and press in the crease.
+
+### Close the start and end of the waistband.
+
+At the start and end, fold the waistband over so it has its good sides together.
+
+Now sew the end shut by sewing top to bottom to just the point where the waistband seam ends.
+
+Trim back the seam allowance a bit so you can tuck it all into the waistband later.
+
+### Baste the waistband in place
+
+The waistband has extra seam allowance here, and we're going to use that to our advantage.
+
+Fold the waistband in the fold you pressed. Then on the inside, fold the seam allowance inwards, making sure to let it run a few mm beyond the waistband seam.
+
+You want to baste this in place so it stays put as you make your way around the waistband.
+
+At the start and end of the waistband, you'll need to tuck in some more seam allowance. Take a moment to get it right.
+
+### Sew the waistband close
+
+Now with the good side up, sew exactly in the seam that was sewn before (so called _stitch in the ditch_).
+
+This will catch the back of the waistband which we've made to extend slightly further, and lock all the seam allowance inside.
+
+## Step 13: Finalize the belt loops
+
+### Sew the belt loops down to make them wider
+
+It's best to make the belt loops a bit wider than the waistband, to accomodate wider belts.
+
+For this, let the waistband lie flat, and sew it down with a bartack 1.5cm or so (half an inch) below the waistband.
+
+### Fold upwards, down again, and sew down
+
+Now fold the belt loops upwards (hiding the bartack you just did).
+
+They'll extend beyond the top of the waistband. So fold the excess down again. Don't fold it over/around the waistband, but fold it double on itself.
+
+Now do a bartack along the top of the waistband to lock the belt loop in place.
+
+When you're done, carefully twist the back of the beltloop to the front and cut off the excess right next to the bartack.
+
+
+
+Be careful not to bartack the front of your trousers to the back.
+
+Double-check you don't have any extra layers under your needle because unpicking a bartack is no joy.
+
+
+
+## Step 14: Hem the pants
+
+Fold the hem allowance halfway up, and press. Then fold them again, and press again.
+
+Finalize by hand and blind hem your trousers.
+
+## Step 15: Button on buttonhole
+
+Create a buttonhole. Either by hand (it's worth practicing) or with a machine.
+
+Finally, attach the button.
+
+Now take a moment to appreciate all the hard work you did. We hope you'll get a lot of use out of these.
diff --git a/markdown/org/docs/patterns/charlie/measurements/uk.md b/markdown/org/docs/patterns/charlie/measurements/uk.md
new file mode 100644
index 00000000000..fca2ecc59de
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Charlie chinos: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/charlie/needs/uk.md b/markdown/org/docs/patterns/charlie/needs/uk.md
new file mode 100644
index 00000000000..a7a35f58250
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/needs/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Charlie chinos: What You Need"
+- - -
+
+To make Charlie, you will need the following:
+
+- Basic sewing supplies
+- About 1.5 meters (1.7 yards) of a suitable fabric ([see Fabric options](/docs/patterns/charlie/fabric))
+- About 30 centimeters (12 inches) of lining fabric (used for pocket bags)
+- Fusible interfacing for the back pockets
+- A zipper and button for the fly
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md
new file mode 100644
index 00000000000..5dfa927fccb
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back pocket depth"
+- - -
+
+Controls the depth of the back pocket bag.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketfacing/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketfacing/uk.md
new file mode 100644
index 00000000000..8cc5f8a2d5a
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/backpocketfacing/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Back pocket facing"
+---
+
+---
+
+Controls whether or not to include facing on the back pockets
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md b/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md
new file mode 100644
index 00000000000..2257499d3ee
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Back pocket horizontal placement"
+- - -
+
+Controls the horizontal placement of the back pockets.
+
+In other words, more towards the outseam, and this wider apart. Or more towards the center back and thus closer together.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md
new file mode 100644
index 00000000000..71f63e39c71
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Back pocket vertical placement"
+- - -
+
+Controls the vertical placement of the back pockets.
+
+Either closer to the waistband, or higher. Or further from the waistband, or lower.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md
new file mode 100644
index 00000000000..40af4b74b69
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back pocket width"
+- - -
+
+Constrols the width of the back pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/beltloops/uk.md b/markdown/org/docs/patterns/charlie/options/beltloops/uk.md
new file mode 100644
index 00000000000..4d6e89c388f
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/beltloops/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Belt loops"
+- - -
+
+Constrol how many beltloops we'll generate.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md
new file mode 100644
index 00000000000..3eb2ae59b33
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cross seam angle"
+- - -
+
+Controls the angle of the cross seam curve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md
new file mode 100644
index 00000000000..bda0432e8fd
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Cross seam bend"
+- - -
+
+Controls the curvature of the cross seam curve.
+
+
+
+This curve has an influence on the amount of fabric at your bum.
+
+People with a flatter bum will get a better fit by increasing this, as the curve will start later,
+and this there will be less fabric pooling at the bum.
+
+People with a round bum might want to lower this to create a little more (horizontal) room for their behind.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md
new file mode 100644
index 00000000000..68cf8daa02b
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Start of the cross seam curve"
+- - -
+
+Controls the start of the cross seam curve.
+
+
+
+This curve has an influence on the amount of fabric at your bum.
+
+People with a flatter bum will get a better fit by increasing this, as the curve will start later,
+and this there will be less fabric pooling at the bum.
+
+People with a round bum might want to lower this to create a little more (horizontal) room for their behind.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md b/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md
new file mode 100644
index 00000000000..78cd058aa1a
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Crotch drop"
+- - -
+
+Controls by how much the crotch is lowered.
+
+Lowering the crotch makes for a more casual fit.\
+A signigicantly lowered crotched can also be a style choice.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md
new file mode 100644
index 00000000000..ccaa510747d
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Crotch seam angle"
+- - -
+
+Controls the angle of the crotch seam curve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md
new file mode 100644
index 00000000000..26ae40811a2
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Crotch seam bend"
+- - -
+
+Controls the curvature of the croth seam, which influences the fit at your crotch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md
new file mode 100644
index 00000000000..15062ba4253
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Start of the crotch seam curve"
+- - -
+
+Controls where the crotch seam starts to curve, which influences the fit at your crotch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/flycurve/uk.md b/markdown/org/docs/patterns/charlie/options/flycurve/uk.md
new file mode 100644
index 00000000000..1aaa8b460b2
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/flycurve/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Fly curve"
+- - -
+
+This controls the curvature of the fly's J-seam.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/flylength/uk.md b/markdown/org/docs/patterns/charlie/options/flylength/uk.md
new file mode 100644
index 00000000000..620ea252502
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/flylength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Fly length"
+- - -
+
+Constrols the length of the fly.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/flywidth/uk.md b/markdown/org/docs/patterns/charlie/options/flywidth/uk.md
new file mode 100644
index 00000000000..e1bb9fb1cd9
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/flywidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Fly width"
+- - -
+
+Controls how far the fly's J-seam is offset from the fly edge.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md
new file mode 100644
index 00000000000..60122fc1fb6
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front pocket depth"
+- - -
+
+Controls the depth of the front pocket bag.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md
new file mode 100644
index 00000000000..c83a8cb7aa0
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front pocket facing"
+- - -
+
+Controls the boundary between the front pocket facing and pocket bag.
+
+Increase this to use more facing, which means you'll have to look deeper into the pocket to start seeing the pocket bag material.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md
new file mode 100644
index 00000000000..121abc1b61f
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front pocket slant bend"
+- - -
+
+Controls the radius by which we round the pocket slant into the outseam.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md
new file mode 100644
index 00000000000..be01b630a83
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front pocket slant depth"
+- - -
+
+Controls the depth of the front pocket slant. In other words, it determines how wide the pocket opening is.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md
new file mode 100644
index 00000000000..8f179d84c68
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front pocket slant round"
+- - -
+
+Controls how far from the end of the slant we start rounding into the outseam.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md
new file mode 100644
index 00000000000..1dc841255b2
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front pocket slant width"
+- - -
+
+Controls the width by which the front pocket slant cuts into the front panel.
+
+Increasing this will give a more slanted pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md
new file mode 100644
index 00000000000..03e8a929419
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front pocket width"
+- - -
+
+Controls the width of the front pocket bag. In other words, how far the pocket bag extends towards the center front of the trousers.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md b/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md
new file mode 100644
index 00000000000..0873e9ca94e
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Grainline position"
+- - -
+
+Controls the position of the grainline.
+
+You can use this to shift the grainline inward or outward if that works better for your body.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/kneeease/uk.md b/markdown/org/docs/patterns/charlie/options/kneeease/uk.md
new file mode 100644
index 00000000000..a1e25deb6b6
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/kneeease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Knee ease"
+- - -
+
+Controls the amount of ease at your knees, which also determines the width of the trouser legs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/legbalance/uk.md b/markdown/org/docs/patterns/charlie/options/legbalance/uk.md
new file mode 100644
index 00000000000..4630db2b145
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/legbalance/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Leg balance"
+- - -
+
+Controls the proportion between the front and back part of the legs.
+
+The back of the trouser legs are always wider than the front. This controls by how much.
+
+
+
+Increasing this will make the front leg panel narrower.\
+This makes the wearer look more skinny.
+
+This trick is often used in womenswear jeans
+(now you know why you can't find womenswear jeans with functional front pockets).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md b/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..8cb6d460a12
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Length bonus"
+- - -
+
+Controls the length of the entire trousers, which essentially means the length of the legs.
+
+
+
+Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement.
+
+This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes,
+the trousers will need to be longer than this to actually hit the floor.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/seatease/uk.md b/markdown/org/docs/patterns/charlie/options/seatease/uk.md
new file mode 100644
index 00000000000..5c14fa15963
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/seatease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Seat ease"
+- - -
+
+Controls the amount of ease at your seat/bum.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/uk.md b/markdown/org/docs/patterns/charlie/options/uk.md
new file mode 100644
index 00000000000..e927196b01b
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Charlie chinos: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md b/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md
new file mode 100644
index 00000000000..d32143aaef1
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Waist balance"
+- - -
+
+Controls the distribution of fabric between front and back parts at the waist.
+
+It is somewhat in vogue to draft a larger back panel these days. Doing so shifts the side seam forward which gives the illusion of being slimmer.
+
+The side effect of shifting the side seam forward is that it's easy to get into the pockets that are located on the side seam.
+
+This option allows you to control this balance.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md
new file mode 100644
index 00000000000..f6fd873b826
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md
@@ -0,0 +1,10 @@
+- - -
+title: "Waistband width"
+- - -
+
+
+Controls the width of the waistband.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/waistease/uk.md b/markdown/org/docs/patterns/charlie/options/waistease/uk.md
new file mode 100644
index 00000000000..857aec9cab7
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+Controls the amount of ease at your waist.
+
+Even if you draft lower pants, this will still influence the ease at the top of your pants (the closure).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/options/waistheight/uk.md b/markdown/org/docs/patterns/charlie/options/waistheight/uk.md
new file mode 100644
index 00000000000..05e45163e99
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/options/waistheight/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Waist height"
+- - -
+
+Controls the height of the waist, where:
+
+- 100% : The waist of the trousers sits at the waist line
+- 0% : The waist of the trousers sits at the hip line
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/charlie/uk.md b/markdown/org/docs/patterns/charlie/uk.md
new file mode 100644
index 00000000000..97301930c3c
--- /dev/null
+++ b/markdown/org/docs/patterns/charlie/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Charlie chinos"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/cornelius/cutting/uk.md b/markdown/org/docs/patterns/cornelius/cutting/uk.md
new file mode 100644
index 00000000000..e944ab75d0c
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/cutting/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Cornelius cycling breeches: Cutting Instructions"
+- - -
+
+### Materials
+
+- **Main fabric**
+ - Cut **2 back** parts
+ - Cut **2 front** parts
+ - Cut **2 pocket facing** parts
+ - Cut **2 waistband** parts on the fold
+ - Cut **4 leg band** parts
+ - Cut **1 zipper guard** part on the fold
+- **Lining (Pocket) fabric**
+ - Cut **2 pocket** parts
+- **Interfacing**
+ - Cut **1 waistband** part on the fold
+
+
+
+If your main fabric is quite lightweight and flimsy you may need to interface the leg bands with a light interfacing.
+
+
diff --git a/markdown/org/docs/patterns/cornelius/fabric/uk.md b/markdown/org/docs/patterns/cornelius/fabric/uk.md
new file mode 100644
index 00000000000..f47038d2678
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/fabric/uk.md
@@ -0,0 +1,33 @@
+- - -
+title: "Cornelius cycling breeches: Fabric Options"
+- - -
+
+### Main Fabric
+
+Any **bottom (trouser) weight material** will work fine for this pattern. Generally you want to avoid anything that is over 7oz (230gsm) as this will more likely be too stiff and uncomfortable. You want something that provides a bit of warmth whilst still being able to drape such as **Corduroy** or **Medium Weight Suiting** fabrics. If you are looking for someting more historically correct, then **Medium weight wool suiting** is the way to go. **Linen** is also an option, especially if you would like something that isn't too warm.
+
+
+
+Remember that this garment is intended for cycling so needs to be able to move with your legs when pedalling!
+
+
+
+### Lining (Pocket) Fabric
+
+Basic **Cotton** will do the trick for the pocket bags. If you got left over cotton from another project you can easily use it up for these pockets. Remember that these are intended for cycling so you don't want anything too fancy.
+
+
+
+If you have anything you typically use for pockets in trousers that will work too.
+
+
+
+### Interfacing
+
+This pattern requires the waistband to be interfaced. We recommend using a **Hair Cloth** for the interfacing, you can either use fusible or non-fusible which ever you prefer. If you do not have access to hair cloth you can use any medium to firm interfacing you deem appropriate for waistbands.
+
+
+
+If your main fabric is quite light, you may need to interface your leg bands and zipper guard with a light weight interfacing.
+
+
diff --git a/markdown/org/docs/patterns/cornelius/instructions/uk.md b/markdown/org/docs/patterns/cornelius/instructions/uk.md
new file mode 100644
index 00000000000..c3869fe1674
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/instructions/uk.md
@@ -0,0 +1,132 @@
+- - -
+title: "Cornelius cycling breeches: Sewing Instructions"
+- - -
+
+### Step 1: The Front Pockets
+
+- Press under the seam allowances of the non-notched edges of the pokcet facings.
+- Matching notches, pin the wrong sides of pocket facings to right side of pocket bags, _Edgestitch_ the folded edges to the pocket bags.
+- _Baste_ the seam allowances of the notched edges of the pocket facings to the pocket bags.
+- With right sides together matching double notches sew the pocket bags to the front and then press to the wrong side.
+- Fold the pockets in half along the fold line, right sides together. Stitch the bottom of the pocket bag together.
+- Alternatively you can _French Seam_ the bottom seams of the pocket bags together if you prefer.
+- _Baste_ the top and side of the pocket bags to the front seam allowances mathcing notches.
+
+
+
+Going forward the pockets and fronts will just be referred to as the fronts.
+
+
+
+### Step 2: The Fly
+
+- With right sides together, from the top _Baste_ along the fly line stopping at the notch on the crotch seam.
+- From where you left off with basting, stitch the crotch seam together making sure to secure your stitches where the basting ends.
+- Press open the fly and seam.
+- Lay the fronts down wrong side up so the right sides of the fly flaps are facing you.
+- Lay zipper face up on the front flaps, with the left side of the zipper touching the seam, with the bottom of the right zipper tape on the curved flap.
+- Sew the right zipper tape to the right flap close to the zipper teeth using a zipper foot. Don't sew it to the front itself!
+- Pull the zipper to the left so the right flap is pulled over.
+- Pin the left zipper tape to the left flap.
+- Sew the left zipper tape to left flap close to the zipper teeth using a zipper foot. Don't sew it to the front itself!
+- Fold the zipper guard in half wrong sides together.
+- Lay the zipper guard on the right flap, right sides touching.
+- Sew the zipper guard to the right flap, _Finish_ the right side to your liking.
+- _Finish_ the left side of the left flap to your liking.
+- Unpick the basted part of the front seam.
+- _Topstitch_ the right flap down, away from the now unpicked seam, as far down as you can.
+- Pin/_Baste_ the zipper protector over to the right side to keep it out of the way for the next step
+- On the outside side, sew the left flap down to the left, following the curved line.
+- On the outside side, _Bar-Tack_ where you like them for reinforcement.
+
+
+
+When sewing the left flap down on the outside, you may find it best to make a template to help you.
+
+
+
+
+
+If you wish to orientate the fly the other way change the left to right and right to left in the steps above.\
+If wanting something more historical than omit the zipper and make a buttonhole fly instead.
+
+
+
+### Step 3: Attaching the front to the back
+
+- With right sides together sew the back pieces together along the back seam.
+- With right sides together sew the front and back together at the side seams and inner leg seam. Making sure to leave a gap below the notches at the bottom of the side seams. The gap will be referred to as the list when going forward.
+
+### Step 4: Leg bands
+
+Use the method of the cuff style you chose as they are different depending on which style you are using.
+
+#### Traditional and Elegant
+
+- _Finish_ the raw edges of the slits.
+- Press the seam allowances of the slits to the wrongs sides. Stitch in place.
+- Sew one of the leg band pieces to each leg right sides together, matching notches.
+- Press the bands and seam allowance down and away from leg. Trim the seam allowance to reduce bulk.
+- Press the top seam allowance to the wrong side of the remaining leg band pieces. Trim the top seam allowance.
+- With right sides together sew the remaining leg and pieces to the attached leg bands along the bottoms and sides.
+- Turn the leg bands out. Press.
+- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitcing.
+- Sew the buttonhole. The buttons will be sewn later.
+
+
+
+If you are worried about a draft you can create a triangle piece of fabric that sits behind the slits out of your pocket fabric. Attaching it before Step 3 to one of the sides of the slits.
+
+
+
+#### Keystone
+
+- If using construct plackets for the leg slits.
+- Sew the plackets to the leg slits similar to how you would sew a sleeve cuff on a shirt.
+- Close the darts on the leg band pieces.
+- Sew one of the leg band pieces to each leg right sides together, matching notches.
+- Press the bands and seam allowance down and away from leg. Trim the seam allowance to reduce bulk.
+- Press the top seam allowance to the wrong side of the remaining leg band pieces. Trim the top seam allowance.
+- With right sides together sew the remaining leg and pieces to the attached leg bands along the bottoms and sides.
+- Turn the leg bands out. Press.
+- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitcing.
+- Sew the buttonhole. The buttons will be sewn later.
+
+
+
+If you are worried about a draft you will need to construct plackets for the leg slits.
+
+
+
+
+
+**For both Keystone, Traditional and Elegant Styles**
+
+You can _Edgestitch_ the leg bands together like a modern waistband if you prefer.
+
+
+
+### Step 5: Waistband
+
+- Face one of the waistband pieces using your preffered method.
+- Sew the faced waistband piece to the top of the legs right sides together.
+- Press the waistband and seam allowance up and away from leg. Trim the seam allowance to reduce bulk.
+- Press the bottom seam allowance to the wrong side of the remaining waistband piece. Trim the bottom seam allowance.
+- With right sides together sew the remaining waistband to the faced waistband along the top and sides.
+- Turn the waistband out. Press.
+- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitcing.
+- Sew the buttonhole. The buttons will be sewn later.
+
+
+
+You can _Edgestitch_ the waistband together like a modern waistband if you prefer.
+
+
+
+### Step 6: Buttons
+
+- Sew the waistband and leg band buttons on.
+
+### Step 7: Enjoy!
+
+You're all done! Now go have a ride in your brilliant new cycling breeches!
diff --git a/markdown/org/docs/patterns/cornelius/measurements/uk.md b/markdown/org/docs/patterns/cornelius/measurements/uk.md
new file mode 100644
index 00000000000..aa174dbb739
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Cornelius cycling breeches: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/cornelius/needs/uk.md b/markdown/org/docs/patterns/cornelius/needs/uk.md
new file mode 100644
index 00000000000..71430cdd035
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/needs/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Cornelius cycling breeches: What You Need"
+- - -
+
+To make Cornelius, you will need the following:
+
+- Basic sewing supplies
+- About 2 metres (2.2 yards) of a suitable fabric ([see Cornelius Fabric options](/docs/patterns/cornelius/fabric/))
+- About 0.5 metres (0.6 yards) of lining fabric ([see Cornelius Fabric options](/docs/patterns/cornelius/fabric/))
+- Interfacing for the waistband ([see Cornelius Fabric options](/docs/patterns/cornelius/fabric/))
+- A zip or 3 buttons for the fly
+- 3 or 7 Buttons for waistband and leg bands
+
+
+
+The number of buttons you need are dependent on the cuff style you are using. **Keystone** requires 7 in total whereas **Traditional** and **Elegant** require 3 in total. You may also want to use smaller buttons for the leg bands compared to the waistband but this is up to you.
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/uk.md b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/uk.md
new file mode 100644
index 00000000000..9a5eca04505
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Cuff below knee"
+---
+
+---
+
+Controls how far the cuff will sit below your knee.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffstyle/uk.md b/markdown/org/docs/patterns/cornelius/options/cuffstyle/uk.md
new file mode 100644
index 00000000000..15eb24a97a9
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/cuffstyle/uk.md
@@ -0,0 +1,15 @@
+---
+title: "Cuff style"
+---
+
+---
+
+This pattern supports three different cuff styles:
+
+- **Traditional**: A single buttoned _curved_ band with a pointed edge.
+- **Elegant**: A single buttoned _straight_ band with a pointed edge.
+- **Keystone**: A slightly curved band that is wider than the others using 3 buttons rather than 1. This one is based of off the one in the Keystone Draft this pattern is based on.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffwidth/uk.md b/markdown/org/docs/patterns/cornelius/options/cuffwidth/uk.md
new file mode 100644
index 00000000000..263e60e5f35
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/cuffwidth/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Cuff width"
+---
+
+---
+
+Controls the width of the cuff.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/fullness/uk.md b/markdown/org/docs/patterns/cornelius/options/fullness/uk.md
new file mode 100644
index 00000000000..ae108da6b5b
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/fullness/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Fullness"
+---
+
+---
+
+Influences the ease on the legs for a looser style.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/kneetobelow/uk.md b/markdown/org/docs/patterns/cornelius/options/kneetobelow/uk.md
new file mode 100644
index 00000000000..6129d19c75b
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/kneetobelow/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Cuff length"
+---
+
+---
+
+Controls the length of the cuff.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/uk.md b/markdown/org/docs/patterns/cornelius/options/uk.md
new file mode 100644
index 00000000000..b794aab7eba
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Cornelius cycling breeches: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/ventlength/uk.md b/markdown/org/docs/patterns/cornelius/options/ventlength/uk.md
new file mode 100644
index 00000000000..1772e99dcde
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/ventlength/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Vent length"
+---
+
+---
+
+Controls the length of vent between cuff and knee.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/uk.md b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/uk.md
new file mode 100644
index 00000000000..d9c428aeba3
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Lower waistband"
+---
+
+---
+
+This option allows you to lower the waistband below your (natural) waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/options/waistreduction/uk.md b/markdown/org/docs/patterns/cornelius/options/waistreduction/uk.md
new file mode 100644
index 00000000000..86367797e4c
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/options/waistreduction/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Waist reduction"
+---
+
+---
+
+Reduces the waist for a more snug fit.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/cornelius/uk.md b/markdown/org/docs/patterns/cornelius/uk.md
new file mode 100644
index 00000000000..df58ea212da
--- /dev/null
+++ b/markdown/org/docs/patterns/cornelius/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Cornelius cycling breeches"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/diana/cutting/uk.md b/markdown/org/docs/patterns/diana/cutting/uk.md
new file mode 100644
index 00000000000..22d145a053f
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/cutting/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Diana draped top: Cutting Instructions"
+- - -
+
+- Cut **1 back** on the fold
+- Cut **1 front** on the fold
+- Cut **2 sleeves** with _good sides together_
diff --git a/markdown/org/docs/patterns/diana/fabric/uk.md b/markdown/org/docs/patterns/diana/fabric/uk.md
new file mode 100644
index 00000000000..35314ff50cf
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/fabric/uk.md
@@ -0,0 +1,8 @@
+- - -
+title: "Diana draped top: Fabric Options"
+- - -
+
+This top works best in one of these two scenarios:
+
+- Use a stretch fabric, and chose minimal ease
+- Or use a non-stretch fabric with good _drape_, in which case you'll want to add more ease. Flowy fabrics can be cut on the bias for a body-hugging effect
diff --git a/markdown/org/docs/patterns/diana/instructions/uk.md b/markdown/org/docs/patterns/diana/instructions/uk.md
new file mode 100644
index 00000000000..c5c6e2cab5f
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/instructions/uk.md
@@ -0,0 +1,70 @@
+- - -
+title: "Diana draped top: Sewing Instructions"
+- - -
+
+### Step 1: Finish the back neckline
+
+- Cut a strip of main fabric the length of your back neckline, and around 3 cm wide.
+- Press a fold into this strip, 1 cm from the edge.
+
+
+
+For woven fabric make this a bias cut strip.\
+For knit fabric make a strip with the stretch of the fabric running along the long edge.
+
+
+
+- With _good sides together_ align the non-folded edge of the strip with the back neckline.
+- Sew the strip to the back neckline and trim the seam.
+- Turn the strip to the wrong side of the fabric and _topstitch_ along the folded edge to keep it in place.
+
+### Step 2: Close shoulder seams
+
+
+
+- Finish the raw edge on the front neckline in a way that suits your fabric (if it doesn’t fray, you can leave it unfinished).
+- With _good sides together_, place the front on the back aligning the shoulder seams.
+- Fold the front neckline seam allowance over to the wrong side of the back.
+
+
+
+If you have a lightweight woven fabric you can fold this edge up again, so it will form a narrow double hem afterwards (it can help to press these folds first).
+
+
+
+- Stitch the shoulder seam, enclosing the raw edge of the back neckline in the fold.
+- Turn to the right side and press.
+
+### Step 3: Finish front neckline
+
+- Press the hem formed in your fabric by the folds you made at the shoulder seam when you closed the shoulder and topstitch close to the edge.
+
+### Step 4: Attach sleeves
+
+The sleeve will be inserted flat, meaning the armhole seam will be sewn first and the sleeve and side seam will be closed in one go.
+
+- With _good sides together_, matching notches, pin the sleeve head along the armhole.
+- If necessary, ease in the sleeve head at the top, between the notches.
+- Sew, finish and press the seam.
+- Repeat for other sleeve.
+
+### Step 5: Close side and sleeve seam
+
+- With _good sides together_ pin the front to the back along the sleeve and side seams, making sure to line up the armhole seams.
+- Sew, finish and press the seam.
+
+### Step 6: Hem
+
+- Finish the sleeves and bottom hems in a way that works with your fabric choice.
+
+
+
+Again, this can mean folding the hem under twice and _topstitching_, finishing the raw edge with a serger
+or zig zag stitch and folding it under once or leaving the edge raw, folding it under once and
+trimming close to the stitching.
+
+
+
+### Step 7: Enjoy!
+
+You're all done! Now go enjoy your new top!
diff --git a/markdown/org/docs/patterns/diana/measurements/uk.md b/markdown/org/docs/patterns/diana/measurements/uk.md
new file mode 100644
index 00000000000..d2716bece19
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Diana draped top: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/diana/needs/uk.md b/markdown/org/docs/patterns/diana/needs/uk.md
new file mode 100644
index 00000000000..673da05a61c
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/needs/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Diana draped top: What You Need"
+- - -
+
+To make Diana, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 1.5 meters (1.7 yards) (or half of that if it's wide enough to fit the sleeves next tot he body) of a suitable fabric ([see Fabric options](/docs/patterns/diana/fabric))
+
+
+
+#### A serger/overlock is nice, but optional
+
+As with all knitwear and stretch fabrics, a serger/overlock will make your life easier.
+
+If you do not have one of those, don't despair. You don't really need it.
+Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch.
+
+
diff --git a/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..e91f5f5b0d3
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Across back factor"
+- - -
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..bee4a493933
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/bicepsease/uk.md b/markdown/org/docs/patterns/diana/options/bicepsease/uk.md
new file mode 100644
index 00000000000..5a6893057b1
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/bicepsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Biceps ease"
+- - -
+
+
+
+This option controls the fit at your upper arm, and influences the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/chestease/uk.md b/markdown/org/docs/patterns/diana/options/chestease/uk.md
new file mode 100644
index 00000000000..c62fec28fe1
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+This option controls the ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/cuffease/uk.md b/markdown/org/docs/patterns/diana/options/cuffease/uk.md
new file mode 100644
index 00000000000..96d044bf89e
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/cuffease/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Cuff ease"
+---
+
+---
+
+The amount of ease at your wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/drapeangle/uk.md b/markdown/org/docs/patterns/diana/options/drapeangle/uk.md
new file mode 100644
index 00000000000..2722122d270
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/drapeangle/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Drape angle"
+- - -
+
+
+
+This option controls the amount of drape of your top.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..270c0207ad9
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/hipsease/uk.md b/markdown/org/docs/patterns/diana/options/hipsease/uk.md
new file mode 100644
index 00000000000..592a3966103
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/hipsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hips ease"
+- - -
+
+
+
+This option controls the amount of ease at the hips.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md b/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..f010c2033de
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+This option controls the length of your top.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/shoulderease/uk.md b/markdown/org/docs/patterns/diana/options/shoulderease/uk.md
new file mode 100644
index 00000000000..563bd8f7a2e
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+
+
+This option controls the position of your shoulder seam.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md b/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md
new file mode 100644
index 00000000000..98173a06718
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder seam length"
+- - -
+
+
+
+This option determines how wide the neck opening is, by controllign the length of the shoulder seam.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..2cd66c0eb10
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..d0da65eeb7c
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..7f9ba9c86ae
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..a2cbc5f6f06
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..87e28ae4494
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..c98fd4cb58b
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..2d34a848476
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..7d4e41cc1c4
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..33a83c55502
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..8bc5fb6ccd9
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..442dfab8288
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..8f8f8d94392
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..9e5aaf2dbfe
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..ac18f030838
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..c8809febdaa
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..d43dfac180a
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..62533ec148f
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..0ab50844d38
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..a264549bbf8
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..7e53c414e69
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+This option determines the length of the sleeves.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..911a8e5af21
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Sleeve width guarantee"
+- - -
+
+We first draft the arm opening, then we draft a sleeve to fit it.
+
+When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it.
+
+Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap.
+
+To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/uk.md b/markdown/org/docs/patterns/diana/options/uk.md
new file mode 100644
index 00000000000..6368513d6f4
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Diana draped top: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/diana/options/waistease/uk.md b/markdown/org/docs/patterns/diana/options/waistease/uk.md
new file mode 100644
index 00000000000..4ea6e86911d
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+
+
+This option controls the amount of ease at the waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/uk.md b/markdown/org/docs/patterns/diana/uk.md
new file mode 100644
index 00000000000..33b404373f9
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Diana draped top"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/florence/cutting/uk.md b/markdown/org/docs/patterns/florence/cutting/uk.md
new file mode 100644
index 00000000000..99a8df5397f
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/cutting/uk.md
@@ -0,0 +1,12 @@
+---
+title: "Florence face mask: Cutting Instructions"
+---
+
+Florence only has one part, the _mask_. This is half of the mask, so we will need two of them. In addition, we want an outer and inner layer of fabric, so we'll need four in total:
+
+- **Main fabric**
+ - Cut **2 masks** parts
+- **Lining fabric**
+ - Cut **2 masks** parts
+
+If you're using the same fabric in and out (which is fine) then simply cut **4 mask** parts.
diff --git a/markdown/org/docs/patterns/florence/fabric/uk.md b/markdown/org/docs/patterns/florence/fabric/uk.md
new file mode 100644
index 00000000000..eb383992b16
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/fabric/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Florence face mask: Fabric Options"
+- - -
+
+The goal of our mask is to stop droplets. So you want to go for something that filters those out. Then again, you need to be able to breath through your mask, so we want fabric that breathes, without letting droplets through.
+
+In addition, we want the inside to be comfortable on our skin. So here I'd suggest a tightly woven cotton or viscose/rayon. For the outter fabric, cotton again, or a tightly woven wool.
+
+
+
+Note that fabric that is _breathable_ is not the same as fabric your can breath through.
+There's many so-called waterproof breathable fabrics — or MBFs — that are used for outdoor gear because they
+repel water and are _breathable_ but would make a poor choice for a face mask.
+Look no further than your umbrella for an example. Chances are it's more from a fabric you can breath through,
+but only with substantial effort, which would not work for our face mask.
+
+
diff --git a/markdown/org/docs/patterns/florence/instructions/uk.md b/markdown/org/docs/patterns/florence/instructions/uk.md
new file mode 100644
index 00000000000..4bf3c680c47
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/instructions/uk.md
@@ -0,0 +1,88 @@
+- - -
+title: "Florence face mask: Sewing Instructions"
+- - -
+
+### Step 1: Join center seam
+
+Join the curved seam that is center of our mask by placing the _good sides together_ and sewing them in place.
+
+
+
+Repeat this step for both the outer (main) fabric, and the inner (lining) fabric.
+
+### Step 2 (optional): Press the center seam
+
+
+
+This step has no functional value, it will only make your mask look better.
+So if you're not too bothered about that, feel free to skip it.
+
+
+
+Press the seam allowance on the center seam open so the seam lies nice and flat.
+
+As this is a curved seam, it won't lay flat. But you can approach it with your iron from one side, then do the second half from the other side. Alternatively, you can use a tailor's ham or cushion to press.
+
+Repeat this step for both the outer (main) fabric, and the inner (lining) fabric.
+
+### Step 3: Sew the outer to the inner fabric and attach ribbons
+
+
+
+Now we will sew the inner (lining) fabric to the outer (main) fabric, and attach the ribbons all in one step.
+
+- Place your lining fabric down with the good side up.
+- Then, place two ribbons on the corners of one side (right in our example) so that they peak out just a bit from the mask, but the ribbon extends inwards.
+- Now place the main fabric on top of this with the good side town. You should now have both layers of your mask on top of each other with _good sides together_ and two ribbons sandwiched between them
+- Pin through ribbons and layers to keep them in place
+- Now do the same on the other side
+
+
+
+As you get some practice, you will find you don't need to pin this and can just insert the
+ribbons as you approach a corner.
+
+
+
+Now sew around the mask, making sure to leave one side open so we can turn the mask inside-out later.
+
+
+
+Be careful not to catch any of the ribbons in the seam apart from where you want them to.
+Either guide them through the opening you leave on one side, or bunch them up in between
+the masks of your layer to keep them out of the way.
+
+
+
+### Step 4: Turn the mask inside-out
+
+Actually, your mask is inside-out now, so turning it inside out will mean we get it outside-out, or regular.
+
+Just reach in through the side your left open and carefully pull the mask through to turn it.
+
+### Step 5 (optional): Press the mask
+
+
+
+This step has little functional value, it will only make your mask look better.
+So if you're not too bothered about that, feel free to skip it.
+
+
+
+Now that the mask is as it should be, it's time to press it. Before doing so, make sure to fold the seam allowance of the side we left open inwards, so that we press it flat as if it was sewn.
+
+### Step 6: Close open side of the mask and edge-stitch around the edge
+
+
+
+Now it's time to close the side of our mask the we left open to turn it inside out.
+
+We are not merely going to close the opening, but also edge-stitch around the entire mask to give our mask some extra stability, and keep the lining at the back.
+
+Make sure the open side is folded neatly inside, then edge-stitch around the entire mask.
+
+### Step 7: Wear your mask or make a bunch
+
+That's it, you're done! You can now wear your mask.
+
+Even better, make a bunch so you can give others masks too.
diff --git a/markdown/org/docs/patterns/florence/measurements/uk.md b/markdown/org/docs/patterns/florence/measurements/uk.md
new file mode 100644
index 00000000000..9fd80961283
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Florence face mask: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/florence/needs/uk.md b/markdown/org/docs/patterns/florence/needs/uk.md
new file mode 100644
index 00000000000..3166e9b21a0
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/needs/uk.md
@@ -0,0 +1,10 @@
+---
+title: "Florence face mask: What You Need"
+---
+
+To make a Florence face mask, you will need the following:
+
+- Basic sewing supplies
+- About 15 cm (6") of a suitable fabric ([see Fabric options](/docs/patterns/florence/fabric/))
+- About 15 cm (6") of lining fabric
+- About 1.6 meters (1.8 yards) of ribbon cut in 4 equal parts
diff --git a/markdown/org/docs/patterns/florence/options/curve/uk.md b/markdown/org/docs/patterns/florence/options/curve/uk.md
new file mode 100644
index 00000000000..d40a8624561
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/options/curve/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Curve"
+- - -
+
+
+
+Controls the curve of the upper edge of your face mask.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/florence/options/height/uk.md b/markdown/org/docs/patterns/florence/options/height/uk.md
new file mode 100644
index 00000000000..485be367c3f
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/options/height/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Height"
+- - -
+
+
+
+Controls the height of your face mask.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/florence/options/length/uk.md b/markdown/org/docs/patterns/florence/options/length/uk.md
new file mode 100644
index 00000000000..ae6f5aed4e3
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/options/length/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length"
+- - -
+
+
+
+Controls the length of your face mask.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/florence/options/uk.md b/markdown/org/docs/patterns/florence/options/uk.md
new file mode 100644
index 00000000000..9591907a958
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Florence face mask: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/florence/uk.md b/markdown/org/docs/patterns/florence/uk.md
new file mode 100644
index 00000000000..0a630576351
--- /dev/null
+++ b/markdown/org/docs/patterns/florence/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Florence face mask"
+- - -
+
+
+
+
diff --git a/markdown/org/docs/patterns/florent/cutting/uk.md b/markdown/org/docs/patterns/florent/cutting/uk.md
new file mode 100644
index 00000000000..04df73ace32
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/cutting/uk.md
@@ -0,0 +1,22 @@
+---
+title: "Florent flat cap: Cutting Instructions"
+---
+
+Depending on how much fabric is available, you might want to cut two top and or side parts, hence the instructions on the pattern itself. Warning: The pattern includes the seam allowances on the top part so if you cut it on fold, don't include them!
+
+The brim bottom part is inset, while the brim top part is offset so that the seam falls "underneath the brim edge". Keep that in mind when cutting the parts, and mark them accordingly, so that you don't end up with the seam on top of the brim (I don't want to force you into this design choice, I simply want to point out the difference between the parts so that you are aware of it and act accordingly).
+
+- **Main fabric**
+ - Cut **1 top** on the fold but don't include the center seam allowance, or **2 top** with the center seam allowance.
+ - Cut **1 side** on the fold, or **2 side**.
+ - Cut **1 brim top**.
+ - Cut **1 brim bottom**.
+- **Lining fabric**
+ - Cut **1 top** on the fold but don't include the seam allowance, or **2 top** with the center seam allowance.
+ - Cut **1 side** on the fold, or **2 side**.
+- **Plastic**
+ - Cut **1 brim interfacing**. Tape the pattern part to the plastic, don't cut the notches in the plastic, but you can mark it (engrave it, or with permanent marker maybe). You don't really want any sharp edge, so make sure everything is smooth and rounded a bit (especially on the pointy sides).
+
+A typical Florent layout looks like this:
+
+
diff --git a/markdown/org/docs/patterns/florent/fabric/uk.md b/markdown/org/docs/patterns/florent/fabric/uk.md
new file mode 100644
index 00000000000..01da875ea0a
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/fabric/uk.md
@@ -0,0 +1,7 @@
+---
+title: "Florent flat cap: Fabric Options"
+---
+
+For the main fabric of your cap, a thick fabric will shape better, but if you go for a lighter fabric, you can interface it to give it more body.
+
+The lining can be anything, but it is usually something light and nice.
diff --git a/markdown/org/docs/patterns/florent/instructions/uk.md b/markdown/org/docs/patterns/florent/instructions/uk.md
new file mode 100644
index 00000000000..fb6d0ef8843
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/instructions/uk.md
@@ -0,0 +1,103 @@
+---
+title: "Florent flat cap: Sewing Instructions"
+---
+
+### Step 1: Fuse interfacing
+
+Depending on your fabric weight you might want to fuse all your main fabric parts No matter the thickness of your fabric, you should consider reinforcing the sides of your brim parts (where the notch mark is). This will help prevent the pointy ends of the plastic part to poke outside of the cap on this area
+
+
+
+### Step 2: Closing the back dart
+
+#### Version with top part cut on fold
+
+You should mark the top of the back dart on the wrong side of the fabric so that you know where to end your seam
+
+
+
+There is several tricks to sewing darts, here is how I do it (I think it is called "balancing the dart"): prepare a bias cut rectangle of the same fabric you are going to stitch and place it underneath the point of your future dart. Stitch the dart starting from the bottom and keep stitching a few stitching after the top dart. Leave a good length of thread to make a knot by hand.
+
+
+
+Where the rectangle of fabric starts, cut the seam allowance that is against this rectangle, up to the seam so that the seam can be ironed flat open before the rectangle. On the area where the dart is stitched with the rectangle, iron both seam allowances on one side, and the folded rectangle on the other side. Layer the edges of the rectangle. The edge against the main fabric is wider, the one above is smaller
+
+#### Version with the top part cut twice
+
+This dart is more straight forward since the seam is continuous. Simply stitch the seam all the way
+
+#### Ironing the seam
+
+You might have to notch the seam allowance to press it flat. Use a tailoring Ham or something rounded underneath to help you press the seam open whilst keeping the nice shape you just created.
+
+#### Top Stitching
+
+Depending on the style you want to achieve, you can top stitch all your seams (by machine of by hand). However, the front brim seam will be a bit tricky to do with the machine (but not impossible). Anyway, I put this here and won't remind you about it after each step, but basically, the process would be: Stitch, Iron, Top stitch, Repeat on the next step.
+
+### Step 3: Optional: Join both side parts.
+
+This applies only if you cut two parts for the side part. It is a straight seam. nothing much to say about that. Iron the seam flat, with the seam allowances open.
+
+### Step 4: Join the top to the side
+
+Warning: There will be quite a few pins involved Align the notches and pin the parts together so that this rounded part is held well in place.
+
+ 
+
+For the stitching, I tend to start from the center front, do one half, and then start again, back from the center front to do the other half (the **side part** is on top for both stitches). So that, if my machine shifts the lower fabric, it would be a "symmetrical shift" on both sides. Clip the seam allowances where needed, on the curve, you might want to trim the seam allowance of the side part, and notch it, to help the ironing process.
+
+
+
+### Step 5: The brim outer seam.
+
+Align the notches and pin the top and bottom parts. Technically, the lower part has a shorter seam length, so you might have to stretch it so that the seam allowances meet. In practice, fabric is usually stretchy enough so that the length difference can be eased. Iron both seam allowance against the **Bottom part**
+
+### Step 6: Inserting the plastic part
+
+The plastic part is then inserted inside the brim, being careful to keep the seam allowance flat on the **Bottom part**. You then hand stitch the brim closed, keeping the parts in place and well tensioned.
+
+
+
+### Step 7: Stitching the brim to the cap
+
+Align the notches and stitch the brim to the cap. Be careful not to stitch onto the plastic. It might be easier if you "free" the arm of your machine
+
+### Step 8: Prepare the lining
+
+Basically, repeat the steps 2, 3 and 4 with the lining **top** and **side parts**. This would also be a good time to stitch a label on the **top part** of the lining if you are into this kind of things.
+
+### Step 9: Join lining to main fabric.
+
+Turn the lining outside out and place the main fabric in it (good side against good side). Pin and stitch from one end of the brim to the other end of the brim (leaving the brim seam open).
+
+
+
+Don't forget to back tack this stitch quite well since it will get some stretch when we will turn the cap "outside out". Turn the cap outside out, so that the good side is outside. On the Brim area, baste the lining in place and hand stitch it to the brim in a way to hide the other stitches that are already on the seam allowance. 
+
+### Step 10: Top stitching the bottom of the cap
+
+It is a good idea to top stitch the bottom seam of the cap so that the lining stays inside. To have a better control I usually baste it first, so that the edge is sharp. 
+
+### Step 11: The tape
+
+Form a loop with the tape so that the circumference of the loop matches the measured head circumference of the wearer of the cap. The best result is achieved when you pin the tape while you are wrapping it around the head of the future owner of the cap. Once the loop is closed, you can even double check it and ask if this fit is OK for the wearer.
+
+
+
+Trim the ends of the tape in an arrow shape to keep it from poking out. 
+
+Divide the tape in two with two pins
+
+
+
+Pin the tape in place: The two pins are used to distribute the tape equally on both sides. Place one pin at the back, and the other at the front. Since the brim is held in place it can't be much stretched, so pin the tape in this area "normally" For the remaining part you might need to ease the fabric along the tape. I recommend to hand stitch the tape in place, on both edges of the tape
+
+
+
+### Step 12: Stitch the side to the brim
+
+We are almost done, and the last step will be to attach the brim top to the front of the body of the cap. Pin the two part in position from the outside, turn the cap on the lining side and stitch both parts together several times.
+
+ 
+
+
diff --git a/markdown/org/docs/patterns/florent/measurements/uk.md b/markdown/org/docs/patterns/florent/measurements/uk.md
new file mode 100644
index 00000000000..9664ba340b8
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Florent flat cap: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/florent/needs/uk.md b/markdown/org/docs/patterns/florent/needs/uk.md
new file mode 100644
index 00000000000..b3335b41d5e
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/needs/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Florent flat cap: What You Need"
+---
+
+To make Florent, you will need the following:
+
+- Basic sewing supplies
+- About 0.5 meters (0.6 yards) of a suitable fabric ([see Fabric options](/docs/patterns/florent/fabric/))
+- About 0.5 meters (0.6 yards) of lining fabric
+- Tape, a bit more than **head circumference** + **ease** that you used for the pattern
+- A sheet of plastic or something rigid for the brim (1 mm thick or less)
diff --git a/markdown/org/docs/patterns/florent/options/headease/uk.md b/markdown/org/docs/patterns/florent/options/headease/uk.md
new file mode 100644
index 00000000000..4efbd0582ab
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/options/headease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Head ease"
+- - -
+
+The amount of ease around your head.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/florent/options/uk.md b/markdown/org/docs/patterns/florent/options/uk.md
new file mode 100644
index 00000000000..d16a0fce4a3
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Florent flat cap: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/florent/uk.md b/markdown/org/docs/patterns/florent/uk.md
new file mode 100644
index 00000000000..2777a64ea39
--- /dev/null
+++ b/markdown/org/docs/patterns/florent/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Florent flat cap"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/hi/cutting/uk.md b/markdown/org/docs/patterns/hi/cutting/uk.md
new file mode 100644
index 00000000000..ef887c0240b
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/cutting/uk.md
@@ -0,0 +1,17 @@
+---
+title: "Hi the shark: Cutting Instructions"
+---
+
+- **Color 1 (Upper body; Traditionally blue)**
+ - Cut **2 Body**
+ - Cut **2 Tail**
+ - Cut **2 Top Fin**
+ - Cut **2 Bottom Fin**
+- **Color 2 (Belly; Traditionally white)**
+ - Cut **1 Belly**
+ - Cut **2 Above Mouth**
+- **Color 3 (Mouth; Traditionally pink)**
+ - Cut **1 Mouth**
+- **Color 4 (Teeth; Traditionally white)**
+ - Cut **1 Upper Teeth**
+ - Cut **1 Lower Teeth**
diff --git a/markdown/org/docs/patterns/hi/fabric/uk.md b/markdown/org/docs/patterns/hi/fabric/uk.md
new file mode 100644
index 00000000000..29740ad7c7f
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/fabric/uk.md
@@ -0,0 +1,17 @@
+---
+title: "Hi the shark: Fabric Options"
+---
+
+## Main and Contrast Body Fabrics (Upper body, belly and mouth)
+
+This plush toy is intended to have three different coloured fabrics, one for the upper body, one for the belly, and a smaller piece for the mouth. If you don't wish to purchase additional fabric just for the mouth, it's a small enough piece that you can likely use a scrap from the upper body or belly fabric.
+
+Hi is designed for faux fur fabric, which most plush toys are made from, but you could also use polar fleece, felt, denim, corduroy, or anything moderately heavy. Lightweight or drapey fabrics may not hold Hi's shape well when stuffed. Fabrics with a two-way stretch will work better than wovens, the stretch should be perpendicular to the grainline.
+
+## Teeth Fabric
+
+The teeth edges are left raw, so should be made from a fabric that does not unravel such as felt.
+
+## Stuffing
+
+Since this is a plush toy, it will need to be stuffed with material. Most of the time you'll want to use polyester fiberfill (polyfill), but if you have a lot of fabric scraps, you can use shredded scrap fabric. However this may be heavier and less soft than fiberfill. It's also worth thinking about whether your Hi may be at risk of getting dirty, or want to go for a swim, as not all stuffing options are washable.
diff --git a/markdown/org/docs/patterns/hi/instructions/uk.md b/markdown/org/docs/patterns/hi/instructions/uk.md
new file mode 100644
index 00000000000..83f0d0313c8
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/instructions/uk.md
@@ -0,0 +1,64 @@
+---
+title: "Hi the shark: Sewing Instructions"
+---
+
+
+
+When you're using fabric with some stretch in it, it is a good idea to stabilize the seams that go along the whole body, and between the body and the belly, with some stabilizing ribbon.
+
+
+
+## Step 1: The eyes
+
+- Cut pieces of black fabric the size of the eyes on the body pieces.
+- Stabilise the fabric with a bit of interfacing.
+- With white thread, either by hand or machine _bar tack_ the pupils onto the eyes like eyelets.
+
+
+
+If stitching the pupil by machine you may find it easier to use either the eyelet function or a buttonholer that does eyelets if one of those are available to you. If not you may find it best to hand stitch the pupil for better control and neatness.
+
+
+
+- With orange thread, _bar tack_ around the edge of the eyes.
+- If the fabric you are using frays, fray check the edges.
+
+
+
+The colour choice are up to you but these are the recommended colours.
+
+If you wish to make an embroidered eye we recommended to make it an embroidery patch rather than embroidering directly on the fabric itself as screwing up will not result in a larger quantity of fabric being wasted.
+
+
+
+## Step 2: The Upper body
+
+- Using topstiching thread (thick thread), go back and forth several times along the gill lines of the body pieces.
+- _Edgestitch_ the eyes to the bodys, matching the thread colour of the outer bar tacks.
+- Sew the darts on the front of the bodys closed. Trim away any excess fabric.
+- With _good sides together_ sew the tail pieces to the bodys, matching notches.
+- With _good sides together_ sew the topFin pieces to the bodys.
+- With _good sides together_ sew the bodys together along the front, top, around the tail and below the tail, leaving a gap open below the tail for turning and stuffing the shark later.
+
+## Step 3: The Belly
+
+- With _good sides together_ sew the two aboveMouth pieces together along the larger straight edge.
+- Sew the teeth pieces to the mouth, matching notches and making sure the teeth face towards the centre of the mouth. These will now be treated as one.
+- Sew the darts on the belly, trim away any excess fabric.
+- With _good sides together_ sew the aboveMouth pieces to the mouth, matching notches, being careful not to catch the teeth in the seam allowances.
+- With _good sides together_ sew the joined mouth and aboveMouth to the belly piece, matching notches.
+- With _good sides together_ sew the bottomFin pieces to the belly, matching notches.
+
+## Step 4: Final Assembly
+
+- With _good sides together_ sew the belly to the body, matching the front, back, and fins.
+- Turn though the gap left below the tail.
+
+## Step 5: Stuffing
+
+- Fill the plush toy with stuffing through the opening you left below the tail, making sure to fill the tail and fins well before adding too much stuffing in the body itself.
+- _Slipsticth_ or _whipstitch_ the opening closed.
+
+## Step 6: Enjoy!
+
+That's it you are all done now go adventure the oceans with your new Hi!
diff --git a/markdown/org/docs/patterns/hi/measurements/uk.md b/markdown/org/docs/patterns/hi/measurements/uk.md
new file mode 100644
index 00000000000..e89ea28d026
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/measurements/uk.md
@@ -0,0 +1,8 @@
+---
+title: "Hi the shark: Required Measurements"
+---
+
+
+Hi does not require any measurements
+
+
diff --git a/markdown/org/docs/patterns/hi/needs/uk.md b/markdown/org/docs/patterns/hi/needs/uk.md
new file mode 100644
index 00000000000..f58f8d9a8d8
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/needs/uk.md
@@ -0,0 +1,22 @@
+---
+title: "Hi the shark: What You Need"
+---
+
+To make Hi, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 1 meter (1.1 yards) of a suitable fabric (Upper body) ([see Hi Fabric options](/docs/patterns/hi/fabric/))
+- About 0.5 meters (0.6 yards) of a suitable fabric (Belly) ([see Hi Fabric options](/docs/patterns/hi/fabric/))
+- Small piece for the mouth
+- Small piece of fabric for eyes
+- Suitable, unraveling, fabric for the teeth
+- Stuffing
+- Topstiching thread (thick thread) for gills
+
+
+
+This list is based on a default Hi and you may need less or more fabric dependant on the [size you are making Hi](/docs/patterns/hi/options/size/).
+
+For instance a 500% Hi will need 5 meters (1 meter x 500% = 5 meters) and a 50% Hi will need 0.5 meters (1 meter x 50% = 0.5 meters).
+
+
diff --git a/markdown/org/docs/patterns/hi/options/aggressive/uk.md b/markdown/org/docs/patterns/hi/options/aggressive/uk.md
new file mode 100644
index 00000000000..d5ef809893d
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/options/aggressive/uk.md
@@ -0,0 +1,8 @@
+---
+title: "Aggressive"
+---
+
+Your Hi can come in the default sweet form, or in a more aggressive version with more authentic teeth, and a mean look.
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/hi/options/hungry/uk.md b/markdown/org/docs/patterns/hi/options/hungry/uk.md
new file mode 100644
index 00000000000..307e3bc597f
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/options/hungry/uk.md
@@ -0,0 +1,8 @@
+---
+title: "Hungry"
+---
+
+This setting determins how long it has been since your Hi has had something to eat. More hungry results in a leaner shark.
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/hi/options/size/uk.md b/markdown/org/docs/patterns/hi/options/size/uk.md
new file mode 100644
index 00000000000..11776a62e9b
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/options/size/uk.md
@@ -0,0 +1,9 @@
+---
+title: "Size"
+---
+
+Hi can be made in different sizes. The default is about a meter in length. This is a percentage of this default length.
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/hi/options/uk.md b/markdown/org/docs/patterns/hi/options/uk.md
new file mode 100644
index 00000000000..3f4e9610d7b
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/options/uk.md
@@ -0,0 +1,5 @@
+---
+title: "Hi the shark: Design Options"
+---
+
+
diff --git a/markdown/org/docs/patterns/hi/uk.md b/markdown/org/docs/patterns/hi/uk.md
new file mode 100644
index 00000000000..788f1199682
--- /dev/null
+++ b/markdown/org/docs/patterns/hi/uk.md
@@ -0,0 +1,5 @@
+---
+title: Hi the shark
+---
+
+
diff --git a/markdown/org/docs/patterns/holmes/cutting/uk.md b/markdown/org/docs/patterns/holmes/cutting/uk.md
new file mode 100644
index 00000000000..458ebc10e5d
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/cutting/uk.md
@@ -0,0 +1,31 @@
+---
+title: "Holmes deerstalker hat: Cutting Instructions"
+---
+
+The **crown** pattern piece needs to be cut on the fold to create a whole piece.
+
+### Materials
+
+- **Main fabric**
+ - Cut the amount of **crowns** you selected in the pattern options
+ - Cut **4 ear** parts or Cut **2 ear** from main and lining.
+ - Cut **4 visor** parts
+- **Lining fabric**
+ - Cut the amount of **crowns** you selected in the pattern options
+- **Visor Insert Material**
+ - Cut **2 visor inserts**. Use your visor pattern piece with no seam allowance.
+
+### Optional Fabric Ties
+
+If you don't wish to use ribbon for your ties you can make them out of fabric. Simply cut 4 crossgrain strips of an 1" (2.5cm) or width of your choosen + seam allowances wide and sew two tubes leaving one of the short sides open for turning. Clip the corners and trim seams. Turn out an press. If desired you can _**Edgestitch**_ or _**Topstitch**_ the tubes to stop the fabric from shifting. The raw edge of the tubes can then be concealed in the ear flap seam when constructing the ear flaps.
+
+
+
+It is recommended to draft the pattern nett and use the pattern to trace the seam lines onto fabric and add the seam allowance on the fabric rather than the pattern. This to allow for a more precise sew which is needed for a hat. Recommended seam allowance 1/4" (6mm) on the sides of the crowns, ear flaps and outer curve of the visors. 1/2" (1.3cm) for the bottom of the crowns, ear flaps and inner curve of the visors. With these seam allowances you will not have to trim the allowances if you do not want to.
+
+
+
+
+It is recommended to make a mock-up with your crown pattern first before cutting your fabrics. This is to test the length and ease of the crown piece. Make sure to cut off the bottom seam allowance before trying it on. If it is too tight who will need to re-draft the pattern with more head ease just remember the ease is split across each crown. If the peak is too high you may want to re-draft the pattern with the crown length reduced. Once re-drafted make another mock-up to check whether you are satified with the changes or not. Repeat again if you are not satisfied.
+
+
diff --git a/markdown/org/docs/patterns/holmes/fabric/uk.md b/markdown/org/docs/patterns/holmes/fabric/uk.md
new file mode 100644
index 00000000000..b9ee4db5d6f
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/fabric/uk.md
@@ -0,0 +1,37 @@
+---
+title: "Holmes deerstalker hat: Fabric Options"
+---
+
+### Main Fabric
+
+For the main fabric of your hat, a thick fabric will work best to hold the shape but if you wanna go for a lighter fabric you can interface it to give it more body. Generally you want to use **Wools** of coating weight but you can experiment with different weights and fabrics with the relevant interfacing.
+
+
+
+A fun thing to try is printed cotton. Just double up the main fabric so each piece is double thickness. Then interface it with a **Medium Firm Interfacing**.
+
+
+
+### Lining Fabric
+
+Generally you want a lightweight fabric such as **Silks** or **Cotton Lawn** but really you can make it from any fabric you deem appropriate for lining. Just remember it needs to protect the facing and the main fabric from your head.
+
+### Interfacing
+
+Depending on your main fabric's thickness and how well it keeps its shape you may need to interface your fabric. If you are uncertain of whether your fabric requires interfacing, quickly _**Baste**_ your crown pieces together and see if the crown stays up right when placed on a surface. If it doesn't it needs interfacing. As a rule of thumb you will generally need a **Medium Firm Interfacing** but if your fabric is quite thin you may need a firmer interfacing. If you are still uncertain you can face your crown pieces and once again _**Baste**_ the crown pieces together and check how it looks on your head. You can either use fusible or non-fusible interfacing. If using non-fusible interfacing you will want to flat line the interfacing to your pieces wih temporary _**Pad Stitches**_.
+
+
+
+If you are trying to make a more Historical Holmes you can use **Tarlatan** which is a lightweight stiffened muslin. Just make sure you use natural fibres.
+
+
+
+### Visor Insert
+
+For the visor insert you want a firm but thin material. You may want to try either, **Millinery Buckram**, **Plastic Canvas**, **Plastic Sheets** or **EVA Foam**. You can use **Leather** just know that depending on depth this may create a thicker visor and may make the visor harder to close.
+
+
+
+Just remember. All of these are recommendations. If you want to use something different go for it!
+
+
diff --git a/markdown/org/docs/patterns/holmes/instructions/uk.md b/markdown/org/docs/patterns/holmes/instructions/uk.md
new file mode 100644
index 00000000000..74e9f64c020
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/instructions/uk.md
@@ -0,0 +1,244 @@
+---
+title: "Holmes deerstalker hat: Sewing Instructions"
+---
+
+### Step 1: Prepping the Pieces
+
+- If needed, Interface the crown and half the ear flap pieces.
+- If not already done so, it is recommended to mark the seam lines on your fabric pieces by either a temporary marker or by thread marking. This is for a more precise sew which is key for hat construction.
+
+
+
+Thread marking allows for the seam line to be seen on both the right and wrong sides.
+
+
+
+
+
+Even if you face the crown you may not want to face the ear flaps if you want them to be less rigid when tieing down.
+
+
+
+
+
+These instructions assume you have marked your seam lines. They may be harder to follower if you skip this step.
+
+
+
+### Step 2: The Crown
+
+- With right sides together, matching seam lines and peaks, sew two crown pieces together.
+- Press seams open. You made need to use a tailors ham for this, if you do not have one you can use flannels or towels instead.
+- (Optional) _Edgestitch_ both sides of the seam, making sure to catch the seam allowances.
+- Repeat until you have two halves. If half the number of crown pieces is an odd number you will have to sew a single piece to each half. e.g. If you have 6 crown pieces, you make two halves of 3 sewing one piece to two sewn together pieces.
+- With right sides together, matchinig seam lines and peaks, sew the two halves together. You may find it easier to handstitch the peak together due to bulk or for precision. This seam will be refered to as the "centre crown seam" going forward.
+- (Optional) _Edgestitch_ both sides of the centre crown seam, making sure to catch the seam allowances.
+
+
+
+Depending on your seam allowance you may want to trim seams as you go to reduce bulk.
+
+
+
+### Step 3: The Ear Flaps
+
+#### Ear Flaps with Ties
+
+- Cut two 12" (30cm) - 16" (40cm) length of ribbon. These will be refered to as ties going forward.
+- _Baste_ a tie to the right side of an ear flap (the interfaced one if using). Repeat for other tie.
+- With right sides together, matching seam lines, sew a tie ear flap to a non-tie ear flap.
+- Clip and trim seam allowance.
+- Turn inside out and press.
+- (Optional) _Topstitch_ or _edgestitch_ the folded edge.
+- _Baste_ the raw edges together.
+- Repeat for the remaining ear flap.
+
+
+
+If you are uncertain about the length you want for your ties take 1 metre (39") of ribbon and cut it in half. Use these halves as the ties in the instructions above. The ties are finished at the end so you can adjust the lengths then.
+
+
+
+
+
+The lengths above are recommendations so feel free to go as long or as short as you like with the ties.\
+If you prefer you can make your custom ties with fabric, [see Holmes cutting](/docs/patterns/holmes/cutting/) for more info.
+
+
+
+#### Ear Flaps with Buttonholes
+
+- Face the backs of two of the buttonholes. (This is not needed if two flaps have already been interfaced)
+- With right sides together, matching seam lines, sew two ear flap pieces together (one interfaced, one not).
+- Clip and trim seam allowance.
+- Turn inside out and press.
+- (Optional) _Topstitch_ or _Edgestitch_ the folded edge.
+- _Baste_ the raw edges together.
+- Sew the buttonhole in your prefered method.
+- Repeat for the remaining ear flap.
+
+
+
+The ear flaps will need to be long enough to go over the top of the peak so they can be done up by a button on the peak. Do not use this method if you are not using a button on the top.
+
+
+
+
+
+**For both Ear Flaps with Ties and Button Holes**
+
+It is recommended to at least _topstitch_ the ear flaps but this may not be desirable with certain patterns so has been marked as optional.
+
+
+
+### Step 4: The Visors
+
+There are two methods for constructing the visors. This is due to the different types of materials the visor inserts can be made of. Method 1 is for materials that will not be damaged by a needle or iron. Method 2 is for materials that will be damaged by a needle or iron. Read both methods to determine which is best for you to use.
+
+#### The Visors Method 1
+
+- Place visor insert on one visor piece inside seam lines.
+- Temporarily secure visor insert to visor with temporary _pad Stitches_. This will be refered to as "faced visor" going forward.
+- _Baste_ along the seam line of the inner curve of the faced visor, making sure not to catch the visor insert.
+- With right sides together, matching seam lines and centre fronts, sew the faced visor to another visor piece along the outer curve close to the visor insert, making sure not to catch the visor Insert.
+- Notch and trim the outer curve making sure not to clip the stitching. (You may wish to turn and check the shape before this step)
+- Turn inside out and press. Making sure that the seam allowances are on top of not under the visor insert.
+- Using the previous basting line as a guide, _baste_ the opening closed.
+- Repeat this for remaining visor pieces.
+
+
+
+Be careful with the heat of an iron when using certain insert materials. You do not want to melt the Visor Insert and damage both it and the fabric.
+
+
+
+
+
+If preferred you can temporarily attach the visor insert another way that does not require hand sewing and putting a needle through the material. Just make sure it does not damage your hat fabric when removing or applying.
+
+
+
+#### The Visors Method 2
+
+- With rights sides together, matching seam lines and centre fronts, sew the outer curver of two visor pieces together.
+- Notch and trim (if needed) the outer curve making sure not to clip the stitching. (You may wish to turn and check the shape before this step)
+- Turn inside out and press.
+- Insert visor insert in to sewn visor tightly so there is no gap on the outer curver and the seam allowances are all one on side of the visor insert. This will be the upper side of the visor.
+- Pin the inner curve together making sure that the outer edge is pulled tightly over the visor insert.
+- _Baste_ as close as you can to the inner curve of the visor insert, making sure you pull the fabric tightly over the outer edge as you sew.
+- Repeat for the remaining visor pieces.
+
+### Step 5: Assembly and Lining
+
+Once again there are two methods for final assembly and lining. Read both methods carefully to determine which is best for you.
+
+#### Assembly and Lining Method 1
+
+- Matchings centres and seam lines align the ear flap with the right side of one of the panels that is not part of the centre crown seam. Making sure the faced side is placed against the crown (if faced).
+- Sew ear flap to the crown along seam lines.
+- Repeat for the remaining ear flap on the opposite side of the crown.
+- Align centre front of visor with the right side of the centre crown seam making sure the visor insert is on the bottom.
+- Hand-baste the visor to the crown matching the visor basting lines to the crown seam lines. It easier to _baste_ the centre down first and then work from the centre out.
+- Sew the visor to the crown along seam lines. You may find it easier to permanently hand-sew the visor on rather than using a machine.
+- Repeat for the remaining visor on the opposite side of the centre crown seam.
+- Remove all pad and basting stitches.
+- Press the seam allowances inwards, making sure the stitching is not visible on the outside.
+- (Optional) Loosely _whipstitch_ the seams to the inside of the crown making sure the stitching does not show on the outside.
+- Construct lining the same way as the crown ommitting _edgestitching_.
+- Fold and Press under the bottom seam allowance of the lining. You may find you need to press under more to prevent the lining from showing. You may also find you need to _baste_ the seam allowance down.
+- Matching centre crown seams and panel seams, pin the lining into the hat wrong sides together. Placing the folded edge along the stitching lines.
+- _Slipstitch_ or _whipstitch_ the lining to the seam allowance of the hat.
+- Remove lining basting if used.
+- (Optional) _Tack_ the peak of the lining to the peak of the crown. This is to help prevent the lining from falling out.
+
+#### Assembly and Lining Method 2
+
+- Matchings centres and seam lines align the ear flap with the right side of one of the panels that is not part of the centre crown seam. Making sure the faced side is placed against the crown (if faced).
+- _Baste_ the ear flap to the crown along seam lines
+- Repeat for the remaining ear flap on the opposite side of the crown.
+- Align centre front of visor with the right side of the centre crown seam making sure the visor insert is on the bottom.
+- Hand-baste the visor to the crown matching the visor basting lines to the crown seam lines. It easier to _baste_ the centre down first and then work from the centre out.
+- (Optional) Machine-baste the visor to the crown along seam lines.
+- Repeat for the remaining visor on the opposite side of the centre crown seam.
+- Construct lining the same way as the crown ommitting _edgestitching_ and leaving a gap in the centre lining seam large enough to turn the hat.
+- With right sides together, matching centre crown seams, panel seams and seam lines. Sew the lining to the the crown along seam lines. If bulky you may want to trim either the lining seams or both seams.
+- Turn hat inside out, pressing lining to inside.
+- (Optional/Alternate) _Understitch_ lining.
+- Slipstitch lining opening closed.
+- (Optional/Alternate) _Topstitch_ or _Edgestitch_ along the outside of the hat, catching the lining on the inside making sure it is not peaking whilst you sew.
+- (Optional) _Tack_ the peak of the lining to the peak of the crown. This is to help prevent the lining from falling out.
+
+
+
+**For both Assembly and Lining Methods**
+
+You can attach the visors on first, just make sure the visors are under the ear flaps if there is any overlap. It is simply whether you prefer the visors to be underneath or prefer the ear flaps to be underneath like in the instructions.
+
+
+
+
+
+**For both Assembly and Lining Methods**
+
+If you are having trouble dealing with the curves of the visors, sew a stitching line an 1/8" (3mm) from the basting line in the seam allowance of the visor and clip to it. This should make it easier to bend the visor to shape. Just make sure to hide this stitching and the clips when attaching the lining.
+
+
+
+
+
+**For both Assembly and Lining Methods**
+
+Assembly and Lining instructions are written with a 6 panelled Holmes in mind. You may find the placement of visors and ear flap pieces are different for other numbered panelled Holmes. As a rule of thumb generally the centre front of the visor is always on the centre crown seam so go from there if struggling.
+
+
+
+### Step 6: Finishing Ties
+
+If you did not cut your ties down when constructing the ear flaps, now is the time to do so. If you made custom ties with fabric then you do not need to do these steps. Again read through both methods carefully and pick which is the best for you.
+
+#### Finishing Ties Method 1
+
+- Fold the ends of a tie in half and cut a triangle out from the corner to the fold.
+- Unfold.
+- If you are worried about the ties fraying you can use fray check or equivalent.
+- Repeat for the remaining tie.
+
+#### Finishing Ties Method 2
+
+- Fold under 1/8" (3mm) and another 1/8" (3mm) on one of the ties. Pin if needed.
+- _Whipstitch_ the folded edge down to the tie
+- Repeat for the remaining tie.
+
+
+
+To determine which way you want to fold the ties, you may find it easier to tie the ear flaps up first. Generally you want the fold to be on the underside of the ties but as always it is personal preference.
+
+
+
+### Step 7: Button
+
+Unless you are doing the Buttonhole Ear Flaps you do not have to sew a button on but it may be useful if you want to hide any misaligned seams at the crown peak.
+
+- Construct a covered button.
+- Attach the button via the shank to the peak of the crown doing your best to keep it in the middle of the seams.
+- Alternatively if you are not using the button with the ear flaps you can bend the shank down and _whipstitch_ the edge of the button to the crown instead so it does not move.
+
+
+
+Whilst certainly optional, you may find that a button is what is missing from the hat to finish the look. So if you are uncertain of the look at this point, make up a quick button and place it on temporarily to see if this is what is missing. If it is, attach it permanently.
+Whilst a covered button is recommeneded you can use whatever button you desire, feel free to experiment!
+
+
+
+### Step 8: Enjoy your new hat!
+
+That's it! You're all done. Now enjoy the world in your wonderful new hat whilst maybe solving a crime or two!
+
+
+
+Remember these instructions are just guidelines so don't worry if you want to construct the hat differently.\
+The Diagrams are yet to be made for this pattern so in the mean time if you need a visual aid, watch the YouTube video that inspired this pattern:
+
+
+
+
diff --git a/markdown/org/docs/patterns/holmes/measurements/uk.md b/markdown/org/docs/patterns/holmes/measurements/uk.md
new file mode 100644
index 00000000000..533ee06da8f
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Holmes deerstalker hat: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/holmes/needs/uk.md b/markdown/org/docs/patterns/holmes/needs/uk.md
new file mode 100644
index 00000000000..433b74a2579
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/needs/uk.md
@@ -0,0 +1,23 @@
+---
+title: "Holmes deerstalker hat: What You Need"
+---
+
+To make Holmes, you will need the following:
+
+- Basic sewing supplies
+- About 0.5 metres (0.6 yards) of a suitable fabric ([see Holmes Fabric options](/docs/patterns/holmes/fabric/))
+- About 0.5 metres (0.6 yards) of lining fabric ([see Holmes Fabric options](/docs/patterns/holmes/fabric/))
+- A rigid material for the visor insert ([see Holmes Fabric options](/docs/patterns/holmes/fabric/))
+- (Optional) About 1 metre of 1" (2.5cm) crossgrain ribbon or petersham.
+- (Optional) 1 covered button about 3/4" (2cm) - 7/8" (2.2cm)
+
+
+
+Depending on style the ties and buttons are optional.
+
+- If you are making Buttonhole Ear Flaps you can omit the ties.
+- If you are making Tie Ear Flaps you can omit the button.
+- Ties can also be made from fabric if you prefer ([see Holmes Cutting](/docs/patterns/holmes/cutting/))
+- You can also use different width and type ribbons for the ties if you prefer.
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md b/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md
new file mode 100644
index 00000000000..8336f49cc7e
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Buttonhole guide"
+- - -
+
+---
+
+Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/earlength/uk.md b/markdown/org/docs/patterns/holmes/options/earlength/uk.md
new file mode 100644
index 00000000000..b97bc486d87
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/earlength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ear flap length"
+- - -
+
+---
+
+Controls the length of the ear flaps independently from the crown pieces
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/earwidth/uk.md b/markdown/org/docs/patterns/holmes/options/earwidth/uk.md
new file mode 100644
index 00000000000..71afb7cc7be
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/earwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ear flap width"
+- - -
+
+---
+
+Controls the width of the ear flaps
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/gores/uk.md b/markdown/org/docs/patterns/holmes/options/gores/uk.md
new file mode 100644
index 00000000000..e80987c9341
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/gores/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Number of gores"
+---
+
+---
+
+Controls the number of panels there are in the crown
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/headease/uk.md b/markdown/org/docs/patterns/holmes/options/headease/uk.md
new file mode 100644
index 00000000000..bed40e0044b
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/headease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Head ease"
+- - -
+
+---
+
+The amount of ease around your head.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/lengthratio/uk.md b/markdown/org/docs/patterns/holmes/options/lengthratio/uk.md
new file mode 100644
index 00000000000..f44c9ceb746
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/lengthratio/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Length ratio"
+---
+
+---
+
+Controls the length of the crown and ear flaps
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/uk.md b/markdown/org/docs/patterns/holmes/options/uk.md
new file mode 100644
index 00000000000..f8058989172
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Holmes deerstalker hat: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/visorangle/uk.md b/markdown/org/docs/patterns/holmes/options/visorangle/uk.md
new file mode 100644
index 00000000000..bafc100b314
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/visorangle/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Visor angle"
+---
+
+---
+
+The arc angle used to draft the inner curve of the visor
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/visorlength/uk.md b/markdown/org/docs/patterns/holmes/options/visorlength/uk.md
new file mode 100644
index 00000000000..d8bddb2bf8c
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/visorlength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Visor length"
+- - -
+
+---
+
+Controls the length of the visor
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/options/visorwidth/uk.md b/markdown/org/docs/patterns/holmes/options/visorwidth/uk.md
new file mode 100644
index 00000000000..2b905bd0544
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/options/visorwidth/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Visor width"
+---
+
+---
+
+Controls the width of the visor
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/holmes/uk.md b/markdown/org/docs/patterns/holmes/uk.md
new file mode 100644
index 00000000000..336ec966b11
--- /dev/null
+++ b/markdown/org/docs/patterns/holmes/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Holmes deerstalker hat"
+- - -
+
+
+
+
diff --git a/markdown/org/docs/patterns/hortensia/cutting/uk.md b/markdown/org/docs/patterns/hortensia/cutting/uk.md
new file mode 100644
index 00000000000..a5608f51f0e
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/cutting/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Hortensia handbag: Cutting Instructions"
+- - -
+
+### Materials
+
+- **Main fabric**
+ - Cut **2 SidePanel** parts
+ - Cut **2 FrontBackPanel** parts
+ - Cut **1 BottomPanel**
+ - Cut **2 SidePanelReinforcement** parts
+ - Cut **2 Strap** parts
+ - Cut **1 ZipperPanel** part
+- **Lining fabric**
+ - Cut **2 SidePanel** parts
+ - Cut **2 FrontBackPanel** parts
+ - Cut **1 BottomPanel**
diff --git a/markdown/org/docs/patterns/hortensia/fabric/uk.md b/markdown/org/docs/patterns/hortensia/fabric/uk.md
new file mode 100644
index 00000000000..23923a65bbc
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/fabric/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Hortensia handbag: Fabric Options"
+- - -
+
+### Main Fabric
+
+The key fabric choices for Hortensia are non-stretch, durable and strong enough to hold items.
+
+Your main fabric choice ultimately comes down to your personal style and what you wish to use your handbag for. Due to Hortensia having a size option it can also be enlarged and used for things such as a gym bag which does not need to be as fancy as an upmarket handbag. So you may just simply want to go with **Cottons**, **Linens** or have a little fun with **Printed Cottons**. If you want something more fancy you can try going for **Brocades** and other luxe fabrics. If you want something that will be very durable you can try **Upholstery fabrics**. You can also try **Leather** but this will be harder to sew especially if it is thick so only use it if you know what you are doing. Remember if you wish to use it all the time, favour practicality over design, as the goal should be to make it last rather than make it fancy. If you do not care about the look at all then this may be an oppurtunity to use up fabric from your stash that you otherwise would not such as that ugly fabric you can never find a use for.
+
+
+
+If you find that the fabric you want to use is a bit too thin or flimsy you can interface the pieces to give then strength.
+
+
+
+### Lining Fabric
+
+On the flipside the lining does not need to be as strong and simply needs to cover the raw seams and protect the outer fabric. If you want something fancy you can go for **Silks** and **Satins** but **Cotton** linings will do just as well. Bear in mind what you intend to store in the bag. If you intend to carry a lot you should go for something less prone to tearing, if you are only using it for knick-knacks and small personal items you can get away with fancier fabrics such as silks. The lining is also an opportunity to use up any fabrics in your stash that you don't like or don't have a use for as it will be hidden in the final product and only you will know/see.
diff --git a/markdown/org/docs/patterns/hortensia/instructions/uk.md b/markdown/org/docs/patterns/hortensia/instructions/uk.md
new file mode 100644
index 00000000000..6fac2752808
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/instructions/uk.md
@@ -0,0 +1,92 @@
+- - -
+title: "Hortensia handbag: Sewing Instructions"
+- - -
+
+### (Optional) Step 1: Face the main fabric
+
+- If needed, Interface your main fabric pieces.
+
+### Step 2: Sew the front and back panels to the bottom
+
+- With _good sides together_ sew the front and back panels to the bottom panel.
+- Press the seam allowances towards the bottom panel.
+- On the outside _Edgestitch_ the seam allowance to the bottom panel.
+
+### Step 3: Create and attach straps
+
+- If needed, face your straps.
+- Fold the straps in half lengthwise with _good sides matching_.
+- Sew the raw edges together making sure to leave a gap for turning.
+- Turn inside out.
+- _Slipstich_ the opening closed.
+- Alternatively _Edgestitch_ all the edges.
+- Attach one strap to the front panel and one strap to the back panel by sewing a rectangle and a cross.
+
+
+
+The placement of the straps are not on the pattern and need to be determined. You may need to baste the zipper panel to the front and back panels to help figure out the placement.
+
+
+
+
+
+If using bag strap webbing instead of fabric made straps do the following,
+
+- Cut the webbing to the the length of the straps with seam allowance.
+- Press under the short edge seam allowance.
+- Attach the webbing the same way as the fabric straps.
+
+
+
+### Step 4: The zipper
+
+- Insert the zipper into the zipper panel making sure that the zipper pull is on the _good side_.
+
+### (Optional) Step 5: Construct tabs.
+
+- Construct tabs the same as the straps just shorter.
+- _Baste_ the tabs _good sides together_ to the short edges of the zipper panel so the tabs face inward.
+
+
+
+We recommend the tabs to be about a quarter length of the straps.
+
+
+
+### Step 6: Attach the zipper panel
+
+- With _good sides together_ sew the zipper panel to the front and pack panels. We will now refer to this as **the tube**.
+
+### Step 7: Prep the side panels
+
+- Press under the top seam allowance of the side panel reinforcement parts.
+- Place the side panel reinforcement parts on top of the side panels matching the raw edges.
+- _Edgestitch_ the folded edge of the reinforcement parts to the side panels.
+- _Baste_ the raw edges together.
+
+### Step 8: Attach the side panels to the tube
+
+- With _good sides together_ sew the side panels to the tube matching notches to the bottom and zipper panel seams.
+- If binding the edges rather than turning, sew with _wrong sides together_ instead.
+- If not binding the edges leave a gap in one of the sides for turning.
+- Turn inside out and _Slipstich_ the opening closed.
+- If sewn _wrong sides together_ bind the raw edges of the side panels.
+
+
+
+It is recommended to leave the gap for turning on the side rather than the top or bottom as it needs less reinforcement.
+
+
+
+### Step 9: Lining
+
+- With _good sides together_ sew the front and back lining panels to the bottom lining panel.
+- With _good sides together_ attach the lining side panels.
+- Press under the top seam allowances.
+- Alernatively you can bind the top edges.
+- Place the lining inside the bag _wrong sides facing_ eachother.
+- _Slipstitch_ or _Whipstitch_ the lining to the zipper panel.
+
+### Step 10: Enjoy!
+
+That's it! You are all done! Now go enjoy you new bag!
diff --git a/markdown/org/docs/patterns/hortensia/measurements/uk.md b/markdown/org/docs/patterns/hortensia/measurements/uk.md
new file mode 100644
index 00000000000..c3126e611be
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Hortensia handbag: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/hortensia/needs/uk.md b/markdown/org/docs/patterns/hortensia/needs/uk.md
new file mode 100644
index 00000000000..54b9170c55d
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/needs/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Hortensia handbag: What You Need"
+- - -
+
+To make Hortensia, you will need the following:
+
+- Basic sewing supplies
+- About 0.5 - 2 metres (0.6 - 2.2 yards) of a suitable fabric ([see Hortensia Fabric options](/docs/patterns/hortensia/fabric/))
+- About 0.5 - 2 metres (0.6 - 2.2 yards) of lining fabric ([see Hortensia Fabric options](/docs/patterns/hortensia/fabric/))
+- A zipper shorter in length than the zipper panel and matching the [coil width](/docs/patterns/hortensia/options/zippersize/) selected
+- (Optional) About 1 - 2 metres (1.1 - 2.2 yards) of bias biniding if you want to bind the side panel edges on the outside.
+- (Optional) Bag strap webbing double the length of the strap part with seam allowance and similar width if you don't wish to make your own straps
+- (Optional) Interfacing if needed to strengthen fabric and/or for the strap
+
+
+
+The amount of fabric you need is dependant on [Hortensia's size option](/docs/patterns/hortensia/options/size/). If you are uncertain of how much you need turn on paperless mode whilst viewing the pattern and add the bottom measures of Part 1 SidePanel, Part 2 FrontBackPanel and Part 3 BottomPanel to give yourself a rough estimate.
+
+
diff --git a/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md b/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md
new file mode 100644
index 00000000000..8084c45ba38
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Handle width"
+- - -
+
+Controls the width of the handle.
+
+
+
+Turn on paperless to see the width of the handle.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hortensia/options/size/uk.md b/markdown/org/docs/patterns/hortensia/options/size/uk.md
new file mode 100644
index 00000000000..95f326dec4b
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/options/size/uk.md
@@ -0,0 +1,28 @@
+- - -
+title: "Size"
+- - -
+
+Controls the overall size of the handbag.
+
+Rather than using measurements, Hortensia's size is determined by scaling fixed values.
+
+- 20% : Will scale these values by 0.2
+- 200% : Will scale these values by 2
+
+The two fixed values that are used the most are Width: 23cm and Height: 33cm.
+
+
+
+So an example of this would be the default, which is 50%. This would scale the values by 0.5 resulting in a handbag that is 11.5cm (23cm x 0.5) in width and 16.5cm (33cm x 0.5) in height.
+
+
+
+
+
+Turn on paperless to see the measurements of the handbag. This will help you to determine the size you want and see the effects of this option.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hortensia/options/straplength/uk.md b/markdown/org/docs/patterns/hortensia/options/straplength/uk.md
new file mode 100644
index 00000000000..bf4e6484ae2
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/options/straplength/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Strap length"
+- - -
+
+Controls the length of the strap.
+
+
+
+Turn on paperless to see the length of the strap.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hortensia/options/uk.md b/markdown/org/docs/patterns/hortensia/options/uk.md
new file mode 100644
index 00000000000..dcdf5f2c3a9
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Hortensia handbag: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md b/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md
new file mode 100644
index 00000000000..20b4c627bf6
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md
@@ -0,0 +1,32 @@
+- - -
+title: "Zipper size"
+- - -
+
+What size zipper the pattern uses to draft.
+
+This determines how wide the zipper panel will be by inserting the zipper size into the panel.
+
+The sizes are based off of the brand YKK's zippers and refers to the width of the zipper coils.
+
+Size guide for Hortensia:
+
+| Option | Size in Millimetres (mm) |
+| --------- | ------------------------ |
+| #Invisble | 0 |
+| #3 | 4.8 |
+| #4 | 5.4 |
+| #4.5 | 5.9 |
+| #5 | 6.2 |
+| #6 | 7 |
+| #8 | 8 |
+| #10 | 10.6 |
+
+
+
+If in doubt, or if the size of your zipper is unavailable use the size that is slightly wider. This means you will have a wider zipper panel than needed but it is better than one that is not wide enough.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hortensia/uk.md b/markdown/org/docs/patterns/hortensia/uk.md
new file mode 100644
index 00000000000..f5c104254df
--- /dev/null
+++ b/markdown/org/docs/patterns/hortensia/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Hortensia handbag"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/huey/cutting/uk.md b/markdown/org/docs/patterns/huey/cutting/uk.md
new file mode 100644
index 00000000000..e6431329473
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/cutting/uk.md
@@ -0,0 +1,16 @@
+- - -
+title: "Huey hoodie: Cutting Instructions"
+- - -
+
+**Main fabric**
+
+- Cut **2 front** parts
+- Cut **1 back** part on the fold
+- Cut **2 sleeves** parts
+- Cut **2 pocket** parts
+- Cut **4 Hood** parts
+
+**Ribbing**
+
+- Cut **2 cuff** parts
+- Cut **1 waistband**
diff --git a/markdown/org/docs/patterns/huey/fabric/uk.md b/markdown/org/docs/patterns/huey/fabric/uk.md
new file mode 100644
index 00000000000..fbaff7463c3
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/fabric/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Huey hoodie: Fabric Options"
+- - -
+
+You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric.
+
+As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend.
+
+Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed.
+
+
+
+You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet).
+
+Or if you have given up on class, you could go for fleece.
+
+
diff --git a/markdown/org/docs/patterns/huey/instructions/uk.md b/markdown/org/docs/patterns/huey/instructions/uk.md
new file mode 100644
index 00000000000..091c9e11d52
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/instructions/uk.md
@@ -0,0 +1,145 @@
+- - -
+title: "Huey hoodie: Sewing Instructions"
+- - -
+
+
+
+This pattern can be sewn with or with out a overlocker/serger. If not using a overlocker or serger you will have to _Finish_ the seams.
+
+
+
+### Step 1: Attaching the pockets
+
+- Press under seam allowance of top, curved and slanted edges.
+- _Topstitch_ or _Edgestitch_ the curved seam allowance in place. This will form the openings of the pockets.
+- Pin the pockets to the fronts using the guidelines and match raw edges.
+- Baste the raw edges of the pockets and fronts together.
+- _Topstitch_ or _Edgestitch_ the top and slanted edges of the pockets to the fronts leaving the curved edges open.
+
+### Step 2: Making the Body
+
+- With _good sides together_, sew the Fronts to the backs at the shoulder seams.
+- With _good sides together_, sew the sleeves to the front and back matching notches.
+- With _good sides together_, sew up the sleeves and side seams.
+
+### Step 3: Making drawstring holes (Optional)
+
+If you don't wish to add a drawstring you can skip to Step 4.
+
+- Take one matching set of the Hood pieces, that you intend to feature on the outside of the finished hoodie.
+- Mark the place for a hole on each hood piece, along the inner curve.
+ - The hole should be about 1.5-2cm from the edge of the fabric. This is to keep your seam allowance out of the way.
+ - The hole should be located slightly up from the bottom of the inner curve. This is to keep it away from the front seams.
+- On the wrong side of the fabric, face where you are making the hole to stabilise the fabric.
+- Make a buttonhole at your mark either by hand or by your machine's method.
+- Alternatively construct or use eyelets at the mark.
+
+
+
+If you don't have or don't wish to use any interfacing you can use a scrap piece of sturdy fabric such as denim.
+
+
+
+
+
+The drawstrings will be threaded after the hoodie is constructed.
+
+
+
+### Step 4: Prepping the hood
+
+- With _good sides together_, matching sets, sew the hood pieces together along the outer curve edge.
+- With _good sides together_, matching seams, sew the inner hood to the outer hood along the inner curve edge.
+- Turn good sides out.
+- Baste the front and bottom raw edges together.
+- Create a casing for the drawstring by stitching about 2.5cm (1 inch) away from the inner edge on the side with the drawstring holes.
+- (Optionaly) If not using a drawstring, _Topstitch_ or _Edgestitch_ the inner curve.
+
+
+
+When creating the casing or topstitching, make sure the inner curve seam is slightly inside of the hood to stop it from peaking out in the future.
+Alternatively if not using a drawstring you can _Understitch_ the inner curve seam.
+
+
+
+### Step 5: Making a neckband (Optional)
+
+A neckband can be useful to stablise and cover the neck seams but it is optional if you wish to skip it.
+
+- Cut a cross-wise strip of fabric out of your main fabric:
+ - Your neck opening + double your front seam allowance long
+ - Triple your neck seam allowance wide.
+
+### Step 6: Attaching the hood
+
+- Pin the hood to the neck with outer hood matching _good side_ of neck.
+- If using, pin the neckband _good side_ to inner hood matching raw edges.
+- Sew the neckband seam.
+- _Finish_ seam if not using neckband then proceed to Step 7.
+- Press neckband down.
+- On outside _Topstitch_ neckband in place.
+- On inside, trim neckband down to topstitching.
+
+### Step 7: Attaching the waistband
+
+- Fold the waistband in half lengthwise matching wrong sides. Press.
+- With _good sides_ together sew the waistband to the bottom of the back and front.
+- Press the seam allowance up.
+- _Topstitch_ or _Edgestitch_ waistband seam allowance to the body.
+
+### Step 8: Attching the cuffs
+
+- With _good sides together_ sew the short egdes of the cuffs together to create two bands.
+- Press open the seam allowances.
+- (Optional) _Edgestitch_ the seam allowances down.
+- Fold the cuffs in half lengthwise matching wrong sides. Press.
+- Matching seams and raw edges, pin the cuffs to the sleeves _good sides together_.
+- Sew the cuffs to the sleeves.
+- Press the seam allowances up.
+- _Topstitch_ or _Edgestitch_ cuffs seam allowances to the sleeves.
+
+### Step 9: The zipper
+
+- If need be, face the front edges of the hoodie.
+- Unzip the zipper part way.
+- Fold the top of the zipper tape down to the _good side_ of the zipper tape. Trim if need be.
+- Pin the zipper along one of the front edges of the hood, front and waistband. Making sure the zipper pull is faced the _good sides_ of the hoodie and the bottoms are lined up. The zipper teeth should just be slightly over the seam line with the edge of the tape either matching or being slightly over from the hoodie edge.
+- Using a zipper foot stitch the zipper to the hoodie using you seam allownace width. When you reach the zipper pull, stop, put your needle down, lift the presser foot, pull the zipper pull past the presser foot, lower the presser foot. Then you can continue sewing the seam.
+- Unzip the zipper.
+- Pin and sew the unattached zipper tape to the other side of the hoodie the same way.
+- Press the seams to the inside being careful not to melt the zipper teeth with your iron.
+- _Topstitch_ the zipper tapes in place. You may need to use a zipper foot.
+
+
+
+To help match the pockets and seams, when it is attached to one side and temporarily mark the corresponding teeth at the pockets and seam. You can now use these marks to align the zipper to the pocket and seams on the other side.
+
+
+
+
+
+You only need to face your fabric if it is very stretchy or needs a bit more stability.
+
+
+
+### Step 10: Thread the drawstring
+
+- Thread the drawing string through the drawstring holes.
+- If needed secure the ends of the drawstring e.g. with something like aglets.
+
+
+
+Use a safety pin to help thread the drawstring.
+
+
+
+### Step 11: Enjoy!
+
+- That's it! Your all done! Now go feel warm and comfy in your new hoodie!
+
+
+
+This patterns was featured in [issue 27 of HackSpace magazine](https://hackspace.raspberrypi.org/issues/27),
+the article includes instructions too, so you may want to have a look at it.
+
+
diff --git a/markdown/org/docs/patterns/huey/measurements/uk.md b/markdown/org/docs/patterns/huey/measurements/uk.md
new file mode 100644
index 00000000000..5709b71c335
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Huey hoodie: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/huey/needs/uk.md b/markdown/org/docs/patterns/huey/needs/uk.md
new file mode 100644
index 00000000000..f4dc52856a4
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/needs/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Huey hoodie: What You Need"
+- - -
+
+To make Huey, you will need the following:
+
+- Basic sewing supplies
+- About 2 metres (2.2 yards) of a suitable fabric ([see Fabric options](/docs/patterns/huey/fabric))
+- Ribbing fabric for the hem and cuffs.
+- 1 open ended zipper the length of front seam including hood and waistband.
+- (Optional) Cording or suitable alternate for hood strings.
diff --git a/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..9c709158ae2
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Across back factor"
+- - -
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..f719582649e
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md b/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..a1c9a5ecb90
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/bicepsease/uk.md b/markdown/org/docs/patterns/huey/options/bicepsease/uk.md
new file mode 100644
index 00000000000..31196ad639a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/bicepsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Biceps ease"
+- - -
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/chestease/uk.md b/markdown/org/docs/patterns/huey/options/chestease/uk.md
new file mode 100644
index 00000000000..3f230641517
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/chestease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest ease"
+- - -
+
+This option controls the ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/collarease/uk.md b/markdown/org/docs/patterns/huey/options/collarease/uk.md
new file mode 100644
index 00000000000..70a5e8b1fd2
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/collarease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar ease"
+- - -
+
+Controls the amount of ease at your collar/neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/cuffease/uk.md b/markdown/org/docs/patterns/huey/options/cuffease/uk.md
new file mode 100644
index 00000000000..9b71dd79ec1
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/cuffease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cuff ease"
+- - -
+
+This option controls the ease at your wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..177aa6d2647
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/hipsease/uk.md b/markdown/org/docs/patterns/huey/options/hipsease/uk.md
new file mode 100644
index 00000000000..3248b534922
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/hipsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hips ease"
+- - -
+
+
+
+The amount of ease at your hips.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/hoodangle/uk.md b/markdown/org/docs/patterns/huey/options/hoodangle/uk.md
new file mode 100644
index 00000000000..90d545f4054
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/hoodangle/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hood angle"
+- - -
+
+
+
+Controls the angle at which the hood is attached
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md b/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md
new file mode 100644
index 00000000000..d5fd6e3e075
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hood closure"
+- - -
+
+
+
+Controls how much of the hood is part of the front closure.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md b/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md
new file mode 100644
index 00000000000..6210e2a6c7e
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hood cutback"
+- - -
+
+
+
+Controls how much the hood opening is cut back, making the hood less deep.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/hooddepth/uk.md b/markdown/org/docs/patterns/huey/options/hooddepth/uk.md
new file mode 100644
index 00000000000..bc86260bd89
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/hooddepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hood depth"
+- - -
+
+
+
+Controls the depth of the hood.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/hoodheight/uk.md b/markdown/org/docs/patterns/huey/options/hoodheight/uk.md
new file mode 100644
index 00000000000..fc773341b6b
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/hoodheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hood height"
+- - -
+
+
+
+Controls the height of the hood.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md b/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..2fe25d61065
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+The amount to lengthen the garment by. A negative value will shorten it.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/pocket/uk.md b/markdown/org/docs/patterns/huey/options/pocket/uk.md
new file mode 100644
index 00000000000..fdd5243978b
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/pocket/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Pocket"
+- - -
+
+
+
+Do you want front (pouch) pocket or not?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/pocketheight/uk.md b/markdown/org/docs/patterns/huey/options/pocketheight/uk.md
new file mode 100644
index 00000000000..ed2f846aae8
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/pocketheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Pocket height"
+- - -
+
+
+
+Controls the height of the front pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md b/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md
new file mode 100644
index 00000000000..5cb84a2ef66
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Pocket width"
+- - -
+
+
+
+Controls the width of the front pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/ribbing/uk.md b/markdown/org/docs/patterns/huey/options/ribbing/uk.md
new file mode 100644
index 00000000000..24aca51b703
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/ribbing/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ribbing"
+- - -
+
+
+
+Whether to include ribbing or not.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md b/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md
new file mode 100644
index 00000000000..2415bf89d5d
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ribbing height"
+- - -
+
+
+
+The height of the ribbing at the hem and cuffs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md
new file mode 100644
index 00000000000..29698a6ad8c
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ribbing stretch"
+- - -
+
+
+
+Controls the amount of stretch to foresee in the ribbing.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/s3armhole/uk.md b/markdown/org/docs/patterns/huey/options/s3armhole/uk.md
new file mode 100644
index 00000000000..21d1b3bd202
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/s3collar/uk.md b/markdown/org/docs/patterns/huey/options/s3collar/uk.md
new file mode 100644
index 00000000000..40d3568c4d5
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/shoulderease/uk.md b/markdown/org/docs/patterns/huey/options/shoulderease/uk.md
new file mode 100644
index 00000000000..040ca3b1bcc
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..9e851bad4e7
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/uk.md
@@ -0,0 +1,10 @@
+---
+title: Shoulder slope reduction
+---
+
+The amount by which the shoulder slope is reduced to allow for shoulder padding.
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..7a94c259408
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..d353f0cc27f
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..63b0b4bfbd2
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..6d8bbe5f1ca
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..c2b81e4087c
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..fd42559e4a1
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..f62c4f9f28f
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..c87ae4f84f1
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..62c346a7bd4
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..2df587dca44
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..65892f5bed9
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..611b5f71ef5
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..8f48e5f9bdf
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..eff6d56f03a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..146c6c1d9f5
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..589f0b1f2cd
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..98141eb6e72
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..cc5d3a214c2
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..130396b6144
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..4ede0aee45a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+This option controls how long to lengthen the sleeves by.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..ba11199b54e
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Sleeve width guarantee"
+- - -
+
+We first draft the arm opening, then we draft a sleeve to fit it.
+
+When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it.
+
+Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap.
+
+To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/uk.md b/markdown/org/docs/patterns/huey/options/uk.md
new file mode 100644
index 00000000000..c2067e347c5
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Huey hoodie: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/huey/uk.md b/markdown/org/docs/patterns/huey/uk.md
new file mode 100644
index 00000000000..d9f6f0f0c5a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Huey hoodie"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/hugo/cutting/uk.md b/markdown/org/docs/patterns/hugo/cutting/uk.md
new file mode 100644
index 00000000000..93f78eb398f
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/cutting/uk.md
@@ -0,0 +1,28 @@
+- - -
+title: "Hugo hoodie: Cutting Instructions"
+- - -
+
+- **Main fabric**
+ - Cut **1 front** on the fold
+ - Cut **1 back** on the fold
+ - Cut **2 sleeves**, good sides together
+ - Cut **1 pocket** on the fold
+ - Cut **2 pocket facing(s)**, good sides together
+ - Cut **4 Hood side(s)**, 2x2 good sides together
+ - Cut **2 hood center(s)**, good sides together
+ - Cut **1 neck binding**
+- **Ribbing**
+ - Cut **2 cuff(s)**
+ - Cut **1 waistband**
+
+
+
+###### Caveats
+
+- **sleeve**: There's a single notch at the front, and a double notch at the back. These notches match on the front and back parts respectively.
+- **pocket facing** and **hood**: Watch out for the grainlines on these parts
+
+Because Hugo's raglan sleeve also covers a portion of the back and front,
+the sleeve is the dominant feature of your draft.
+
+
diff --git a/markdown/org/docs/patterns/hugo/fabric/uk.md b/markdown/org/docs/patterns/hugo/fabric/uk.md
new file mode 100644
index 00000000000..4d4795f4e4b
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/fabric/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Hugo hoodie: Fabric Options"
+- - -
+
+You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric.
+
+As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend.
+
+Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed.
+
+
+
+You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet).
+
+Or if you have given up on class, you could go for fleece.
+
+
diff --git a/markdown/org/docs/patterns/hugo/instructions/uk.md b/markdown/org/docs/patterns/hugo/instructions/uk.md
new file mode 100644
index 00000000000..00ca251d2ee
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/instructions/uk.md
@@ -0,0 +1,117 @@
+- - -
+title: "Hugo hoodie: Sewing Instructions"
+- - -
+
+
+
+###### Documentation under construction
+
+First the good news: There's a video series that shows how to make Hugo from start to finish.
+Scroll down, it's embedded in this page.
+
+Now the bad news: The written instructions for Hugo are not complete yet.
+
+
+
+## Video
+
+Text a bit dry for you? I try to make videos available as part of the pattern documentation.
+
+This 6-episode series shows you how to make your hoodie start to finish:
+
+
+
+## Construction
+
+### Step 1: Prepare the Pocket
+
+- Place the Pocket Facing pieces together with the edges of the Pocket piece, good sides together.
+- Stitch the facing pieces to the pocket with a 1cm seam allowance. Stitch both the long edge, and the shorter edge at the bottom of the pocket.
+- Carefully trim the seam allowance on the facing pieces.
+- Flip and turn the facing pieces good sides out. Then hand-roll and press the seams.
+- Topstitch or edge-stitch 0.5 cm along both upper and lower edges on each side of the pocket, to anchor the facing and the seam allowance.
+- Topstitch another line 0.5 cm from the inside upper edge of the facing on each side of the pocket. This topstitch line will end at the lower edge stitch line.
+- Trim away the excess facing on the inside of the pocket.
+- Press the edges.
+
+### Step 2: Attach the Pocket
+
+- Match the Pocket to the front, good sides together.
+- The upper pocket seam line is marked by notches on the pattern. The pocket bottom edge should point towards the neckline. Align the pocket edges horizontally with the notches on the pattern. Overlap the top of the pocket over the seam line by a little less than 1 cm seam allowance.
+- Stitch the top seam of the Pocket to the Shirt Front.
+- Flip the pocket over the seam line so the bottom now lines up with the edge at the waist.
+- Using a long basting stitch (4mm or longer), baste the pocket into place at the waist, with a ½ cm seam allowance. This is optional, but keeps the pocket in place while you work on the rest of the shirt.
+
+### Step 3: Attach the Sleeves
+
+- The side of the sleeve with the pointy edge at top is the back of the sleeve piece. It is also marked by a double notch on the pattern.
+
+- Match good sides of the sleeve seam to good sides of the front, matching the single notch on front to single notch on the sleeve piece. Stitch the seam. Do this for both sleeve pieces.
+
+- To finish the seam, you can use one of these methods:
+
+ - Use a serger to sew and finish the seam in one step. This is fast and convenient, but produces a less-refined look.
+ - If you do not have a serger, or would like a more refined look, sew a seam with a straight stitch on your conventional machine. Press the seam allowances apart on the wrong side. Then, edgestitch along both sides of the seam from the right side. Finally, trim the excess seam allowance. This produces a refined look, but takes longer.
+ - Another serger-free option is to sew the seam with a straight stitch. Then stitch together the seam allowances with an additional line of zig-zag alongside the straight stitch. Finally, trim the excess seam allowance. This simulates what a serger would do, and is quicker than option (2).
+
+- Match the good sides of the sleeve to the good sides of the back, matching the double notch on back to the double notch on the sleeve seam. Stitch the seam, then finish the seams as you did for the front.
+
+### Step 4: Close the Sides
+
+- Match the good sides together along sides and sleeves.
+- Stitch the side seam and the sleeves together in one long seam, starting at the waist and going all the way through to the end of the sleeve. You can stop at the underarm point to change colors for the sleeve, if your design calls for it.
+- Finish the seam allowances as you did in step 2. If you finish the sleeves with the edgestitch method, you will need to go slow for finishing the sleeve seam, as you will be .sewing in the tunnel..
+
+### Step 5: Add a Drawstring to the Hood (Optional)
+
+- Take one matching set of the Hood Side pieces, that you intend to feature on the outside of the finished hoodie.
+- Mark the place for a hole on each side hood piece, along the rim.
+- The hole should be located about 1.5-2cm from the edge of the fabric. This is to allow for the seam allowance, as well as for the hood
+- The hole should be located above the notch on the hood rim. The notch shows where the sides of the hood overlap at center front , so the cord should exit above that point.
+- You can consider using the buttonhole feature of your sewing machine, if it has one, to sew a buttonhole at this point.
+- Cut open a hole at the points you marked.
+- After the hood is prepared, you can run a cord around the front edge of the hood. Sneaker shoelaces work well for this.
+
+### Step 6: Prepare Inside and Outside Hood
+
+> Follow this set of steps twice, once for the outer hood and again for the inside hood.
+
+- Run a Center Panel piece around one outer edge of the Hood Side, good sides together, and pin in place. Stitch.
+- Pin the Center Panel piece around the remaining outer edge of the hood, good sides together. Stitch.
+- Press the seam allowances, and finish them as in Step 2. Trim the seam allowances.
+
+### Step 7: Join Inside and Outside Hood
+
+- With both hoods inside out, put them on top of each other, good sides together.
+- Align the center panel seams and pin.
+- Stitch along the outer edge of the hood with a 1cm seam allowance. Do not trim the seam allowance.
+- Flip the hood pieces right side out, then press the outer edge flat.
+- Topstitch along the edge of the hood, about 1.5-2 cm from the edge. Ensure that you go beyond the seam allowance, and that it is not caught in this line of stitching. This creates a decorative rim. The enclosed seam allowance helps make the rim a bit poofy.
+- To close the hood, serge together the bottom layers along the neckline. If you do not have a serger, use a zig-zag stitch.
+- (Optional) If you added holes for a drawstring, you can thread the drawstring now.
+
+### Step 8: Preparing a Neckband and Attaching the Hood
+
+- Cut a cross-wise strip of fabric out of your main fabric, your neck opening + 2cm (3/4 inch) long and triple your neck seam allowance wide.
+- Place good sides together on the neck binding piece, then sew a 1cm seam allowance along the short side to make the binding into a circular band.
+- Starting from the back, match the outside of the hood to the right side of the neckline. Align the hood panel to the back of the neckline.
+- Working around to the front, pin the hood to the neckline.
+- Match the good side of the neck binding to the outer neckline (this will be the inside of the hood). Pin the binding to the hood.
+- Serge or zig-zag all layers together with 1cm seam allowance. Check around the neckline to make sure all layers were caught by the stitching.
+- Reinforce the points where the neckline intersects with the sleeve seams. Use a straight stitch on the sewing machine to stabilize these seams.
+- Fold the binding over the raw edge of the neckline, and pin.
+- From the outside, topstitch along and approx 1cm away from the neck edge to catch and secure the binding. You should be able to use a straight stitch here as long as the neck fits somewhat loosely when you try it on. If the neck fits snug, then use a zigzag stitch.
+- Trim excess binding from the inside.
+
+### Step 9: Attach the Cuffs and Waistband
+
+- If the ribbing is light or thin, you can cut the cuff and waistband pieces twice as high, then double-fold them.
+- Place good sides together on the cuffs and waistband pieces, then sew a 1cm seam allowance along the short side to make them into circular bands.
+- Fold along the long side to make cuffs and waistband into double-thick tubes. Sew or serge along the open edges to close.
+- Align the seam on the cuff to the seam on the sleeve. Pin, good sides together.
+- Pin the opposite side.
+- Serge (or zig-zag stitch) the ribbing to the cuff, stretching gently until the ribbing and cuff are the same length. Remove pins before they enter the serger.
+- Trim the bottom edge of the pocket if it extends past the waistband edge.
+- Ensure the ribbing is gathered as uniformly as possible around the waistband.
+- Serge or zig-zag the waistband, again gently stretching untill the ribbing and waistband are the same length. Stitch with the hoodie on top so you can see it gets caught in the seam.
+- Topstitch the lower pocket edges to the body of the shirt to anchor the bottom of the pocket.
diff --git a/markdown/org/docs/patterns/hugo/measurements/uk.md b/markdown/org/docs/patterns/hugo/measurements/uk.md
new file mode 100644
index 00000000000..eee52634557
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Hugo hoodie: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/hugo/needs/uk.md b/markdown/org/docs/patterns/hugo/needs/uk.md
new file mode 100644
index 00000000000..6c8d831f6e6
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/needs/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Hugo hoodie: What You Need"
+- - -
+
+To make Hugo, you will need the following:
+
+- Basic sewing supplies
+- About 2 meters (2.2 yards) of a suitable fabric ([see Fabric options](/docs/patterns/hugo/fabric))
+- Ribbing fabric for the hem and cuffs
diff --git a/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..f282ac2214d
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Across back factor"
+- - -
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md b/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..3ce41e3209b
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md b/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md
new file mode 100644
index 00000000000..dee416e8575
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Biceps ease"
+- - -
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/chestease/uk.md b/markdown/org/docs/patterns/hugo/options/chestease/uk.md
new file mode 100644
index 00000000000..b804948c0e3
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/chestease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest ease"
+- - -
+
+This option controls the ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/cuffease/uk.md b/markdown/org/docs/patterns/hugo/options/cuffease/uk.md
new file mode 100644
index 00000000000..2f6dbcfe1aa
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/cuffease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cuff ease"
+- - -
+
+This option controls the ease at your wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/hipsease/uk.md b/markdown/org/docs/patterns/hugo/options/hipsease/uk.md
new file mode 100644
index 00000000000..7e1ec25bc5b
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/hipsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Hips ease"
+- - -
+
+How much room do you want at the hips?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md b/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..d80e0971adc
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+The amount to lengthen the garment by. A negative value will shorten it.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md b/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md
new file mode 100644
index 00000000000..6ba9fadf6e3
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Ribbing height"
+- - -
+
+The height of the ribbing at the hem and cuffs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md
new file mode 100644
index 00000000000..5ef59301786
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Ribbing stretch"
+- - -
+
+
+
+This option allows you to tweak the stretch of your ribbing.
+
+If you choose 90% (for example) for every 10cm of ribbing, we'll only draft 9cm. This way, 9cm of ribbing will be stretched to 10cm.
+
+
+
+If you're not sure what to pick, best is to take the ribbing you are going to use see how much of it
+you need to stretch out to get to 10 cm with a _good_ stretch.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..31e340fd7e8
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+This option controls how long to lengthen the sleeves by.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/uk.md b/markdown/org/docs/patterns/hugo/options/uk.md
new file mode 100644
index 00000000000..b56dfa8dafe
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Hugo hoodie: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/hugo/uk.md b/markdown/org/docs/patterns/hugo/uk.md
new file mode 100644
index 00000000000..623bd70688e
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Hugo hoodie"
+- - -
+
+
+
+
diff --git a/markdown/org/docs/patterns/jaeger/cutting/uk.md b/markdown/org/docs/patterns/jaeger/cutting/uk.md
new file mode 100644
index 00000000000..398f68fe588
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/cutting/uk.md
@@ -0,0 +1,53 @@
+- - -
+title: "Jaeger jacket: Cutting Instructions"
+- - -
+
+- **Main fabric**
+ - Cut **2 fronts** (part 1)
+ - Cut **2 front facings** (look for the facing/lining boundary on the front part)
+ - Cut **2 backs** (part 2)
+ - Cut **2 sides** (part 3)
+ - Cut **2 topsleeves** (part 4)
+ - Cut **2 undersleeves** (part 5)
+ - Cut **1 collar** (part 6)
+ - Cut **1 collarstand** (part 8)
+ - Cut **2 pockets** (part 9)
+ - Cut **1 chest pocket welt** (part 10)
+- **lining fabric**
+ - Cut **2 fronts** (part 1)
+ - Cut **2 front linings** (look for the facing/lining boundary on the front part, and don't forget to attach the inner pocket facing extension)
+ - Cut **2 backs** (part 2)
+ - Cut **2 sides** (part 3)
+ - Cut **2 topsleeves** (part 4) Note: Some people like to use different lining for the sleeves
+ - Cut **2 undersleeves** (part 5) Note: Some people like to use different lining for the sleeves
+ - Cut **2 chest pocket bags** )(part 11)
+ - Cut **2 inner pocket welts**
+ - Cut **2 inner pocket bags** (part 13)
+- **Canvas**
+ - Cut **2 fronts** on bias (part 1) Note: Don't include seam allowance
+ - Cut **2 chest pieces** on bias. Look for the indication on the front part. Note: Don't include seam allowance
+- **Undercollar fabric**
+ - Cut **1 undercollar** (part 7)
+
+
+
+###### Good sides together, or precise pattern matching?
+
+When cutting out two, you can cut them [good sides together](/docs/sewing/good-sides-together).
+However, when working with fabric with a pattern, I prefer to cut them individually to finely control the pattern matching.
+
+When you cut them individually, remember that they need to be mirror images of each other. So flip either your pattern or your fabric over when cutting the second one.
+
+
+
+
+
+###### Cutting caveats
+
+- The chest piece is marked on the front.
+- Don't include seam allowance when cutting out canvas, and cut it on bias.
+- The front facing and lining is marked on the front piece. They split the front part in two along the boundary line. You can cut the front part along that line after cutting out the front from the main fabric. The inner pocket extension for the facing is printed separately, and you can tape it back in its place after cutting the patern piece. **Do not forget to add seam allowance to both the facing and the lining for this boundary seam**.
+
+
+
+
diff --git a/markdown/org/docs/patterns/jaeger/fabric/uk.md b/markdown/org/docs/patterns/jaeger/fabric/uk.md
new file mode 100644
index 00000000000..c217848cada
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/fabric/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Jaeger jacket: Fabric Options"
+- - -
+
+Sportscoats are typically made from a heavier wool, often with some texture or pattern in the weave. In general, they are made in _busier_ fabrics.
+
+Style purists will argue that sportscoats should never be made out of suiting fabric, as a sportscoat is not a suit jacket. You can tell them go feck off and do whatever you want, it's your jacket.
+
+However, making Jaeger is going to take some time. Do yourself a favour and get something nice for the final project. (because you will be making a muslin, right?)
diff --git a/markdown/org/docs/patterns/jaeger/instructions/uk.md b/markdown/org/docs/patterns/jaeger/instructions/uk.md
new file mode 100644
index 00000000000..131d118cfdd
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/instructions/uk.md
@@ -0,0 +1,216 @@
+- - -
+title: "Jaeger jacket: Sewing Instructions"
+- - -
+
+
+
+###### Jaeger documentation is under construction
+
+This documentation is not yet finished.
+
+
+
+## Construction
+
+### Close the front darts
+
+
+
+#### Fold double
+
+Fold the front double with the good sides together and pin it down so the fold is neatly in the middle of the front dart.
+
+#### Sew darts
+
+Sew the front dart close, taking care to have the dart stop at the correct top end. The bottom is not that important as it will be covered by the pockets. But the top end of the dart will be clearly visible, so please make sure to have it end at the same height at both sides.
+
+#### Cut open and press
+
+Once the front darts are closed, cut open the dart at the back. You won't be able to cut it open all the way to the tip, but that's fine. Press open the darts where they are cut open, and press the rest to the side. Take care to only press from the back. Pressing from the front will likely mark your fabric.
+
+### Construct the chest pocket
+
+
+
+#### Apply fusible interfacing
+
+Apply a rectangular piece of light fusible interfacing around the chest pocket area so that it extends a few cm in all directions.
+
+> ##### We're not using fusible on the entire front
+>
+> Sportcoats are typically made from somewhat heavier fabrics. That, and the fact that I prefer to use canvas rather than fusible interfacing, means that I don't interface the front with fusible.
+
+#### Baste the chest welt outline, mark top line endpoints
+
+With the fusible in place, thread a needle and baste around the chest pocket to transfer the markings to the good side of the fabric.
+
+This pocket differs from a traditional welt pocket. The welt extends above the pocket opening. This hides the pocket bag without the need for facings. The top part of the opening is also smaller than the welt, allowing you to slip-stitch it closed.
+
+On the top line of your basted welt pocket, mark 0.5cm inwards from the corners of the top line.
+
+> These points are notches on the front part of your pattern.
+
+
+
+#### Fold, press and sew the side seams of the welt
+
+Fold the welt double with the good sides together, and close the sides (sew the side seams).
+
+#### Trim seam allowance, turn and press
+
+Trim the seam allowances on the sides and especially limit the seam allowance towards the corner to avoid bulk.
+
+Turn inside out so the good side is out and press.
+
+> Be careful not to overpress as you'll be pressing from the good side of the fabric.
+
+#### Baste the bottom line of the welt so you know where to sew
+
+Baste a stitching guide at the bottom of the welt to mark the welt/seam allowance boundary. This will be the line to sew on later.
+
+#### Sew the welt to the front
+
+
+
+Place welt down on good side of front with the folded side downwards, and sew to bottom line. Make sure to stop and start exactly at the edge of the line you basted.
+
+#### Sew the chest pocket bag to the front
+
+
+
+Place the pocket bag down on the front. The front with good side up, but the pocket bag with bad side up. Make sure to have the longest side of the chest pocket bag on the highest side of the chest pocket.
+
+> Only slanted chest pockets have a higher and lower side.
+
+Sew this in place along the top line. Remember this should be shorter than the bottom row of stitches to attach the welt, since you marked 0.5cm inwards from the corners.
+
+> As the pocket back is typically some slippery fabric, you probably want to pin or baste this in place prior to sewing.
+
+#### Cut open chest pocket opening, turn, and press
+
+ Now cut open your welt in the middle of both seamlines. Don't cut to the edge, but create a trianngular shape there.
+
+Flip the pocket bag and welt to the backside by passing both of them through the opening you just created.
+
+Get everything to lay nice and flat, and press.
+
+Now, bring the welt only to the front and get it to lie nice and flat. Press again from the back.
+
+> Resist the urge to press this from the front.
+
+#### Finish the chest pocket
+
+
+
+On the backside, fold the pocket bag double and sew it to the pocket welt below the existing seamline of the welt.
+
+Thread a needle and hand-finish the chest pocket by sewing down the sides of the welt to the front panel (don't let your stitches show on the front).
+
+Finally, close the pocket bag by sewing the sides. Do this by placing the front down with the good side up. Then fold over each side and sew the pocket bag. While sewing these sides, make sure to catch those triangular little pieces of the opening. This will reinforce the pocket opening.
+
+Baste the chest pocket closed while we contruct the jacket.
+
+### Prepare the fronts
+
+
+
+Cut out the front canvas piece in a light and supple canvas placed on the bias. Cut out the entire front.
+
+Cut out the front dart and close it with a zig-zag stitch, making sure not to let the canvas overlap.
+
+Cut out the chest canvas piece. Align it along the roll line, and baste it in place on front canvas piece.
+
+> The chest piece is marked on the front part of your pattern.
+
+#### Baste canvas to the fronts
+
+
+
+Now baste the front canvas and chest piece to your front. Keep in mind that the canvas has no seam allowance.
+
+> Base it a bit inwards from the seam line so you can fold it away when sewing these seams later.\
+ You don't want your canvas to get caught in the seams.
+
+#### Pad-stitch your lapels
+
+Time to feel like a real tailor, and pad-stitch those lapels.
+
+Make sure to make the stitches a bit smaller towards the lapel tip, to make sure it lies flat against the chest, curling a bit inward instead of outward.
+
+> If you're not sure how to pad-stitch the lapels, [let us know](https://discord.freesewing.org/) and we'll make an attempt to document it.
+
+#### Tape the lapel edge and roll line
+
+Now we are going to hand-sew tailor tape along the lapel edges of the front, and along the roll line. This will also secure the canvas to the front here and there.
+
+Keep in mind that:
+
+- The tape along the roll line should be placed inside the roll line.
+- The tape along the roll line should be about half a centimeter shorter than the distance it spans. The slight tension this creates helps the lapel roll nicely and contour to your body.
+- The tape along the lapel edge should be placed inside the seam line
+
+> ##### Don't sew through your fabric
+>
+> While sewing the tape to your front, avoid pushing your needle all the way through your fabric so that your stitches will show on the front.
+>
+> At the same time, you should not secure the tape only to your canvas either. Instead, you should try to catch a few threads of your fabric on every stitch, so that the tape is secured in place, yet the stitches don't show at the front.
+>
+> This is less of an issue above the break point of your lapel where the fabric will be on the backside of the lapel.
+
+### Close the body
+
+#### Close the side seams
+
+
+
+Place your front with the good side up, and your side on it with the good side down.\
+Align the front/side seams, pin them in place if you feel like it, and sew them togther.
+
+Place this down with the good side up, and place your back on top with the good side down.\
+Align the back/side seams, pin them in place if you feel like it, and sew them togther.
+
+> Make sure the canvas does not get caught in the seam.
+
+> ##### Note for sewing vents
+>
+> If you have a double vent, this seam will contain the vent.
+>
+> Sew the downward part of the side/back seam and the sideways part that forms the vent. Do not sew downwards after that.
+
+#### Close the back seam
+
+
+
+Aling your two half-jackets with the good sides together, and close the back seam.
+
+
+
+##### Note for sewing vents
+
+If you have a single vent, this seam will contain the vent.
+
+Sew the downward part of the back seam and the sideways part that forms the vent.
+Do not sew downwards after that.
+
+
+
+#### Close the shoulder seams
+
+
+
+Align the shoulder seams with good sides together, and sew them together.
+
+Make sure the canvas does not get caught in the seam.
+
+
+
+##### Align the shoulder notches
+
+Make sure to carefully align the shoulders based on the notches.
+Because of the different shape of the back and front panels on the neck side,
+the fabric edge looks different. So aligning those edges will not give you
+what you need.
+
+So make sure to align the notches. It's what they're there for.
+
+
diff --git a/markdown/org/docs/patterns/jaeger/measurements/uk.md b/markdown/org/docs/patterns/jaeger/measurements/uk.md
new file mode 100644
index 00000000000..71568f4b18b
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Jaeger jacket: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/jaeger/needs/uk.md b/markdown/org/docs/patterns/jaeger/needs/uk.md
new file mode 100644
index 00000000000..84dec27c65d
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/needs/uk.md
@@ -0,0 +1,38 @@
+- - -
+title: "Jaeger jacket: What You Need"
+- - -
+
+To make Jaeger, you will need the following:
+
+- About 2.5 meters (2.8 yards) of a suitable fabric (see [Fabric options](#fabric-options))
+- Lining fabric, optionally different sleeve lining fabric
+- Two larger buttons for the front, and 8 buttons for the sleeves
+- A bit of lightweight fusible interfacing for local enforcement
+- Canvas for the fronts and collar
+- Tailor's tape for the front edges
+- Some domette for interlining
+- Shoulder pads
+- Sleevehead wadding, with canvas if possible
+- Undercollar fabric
+
+
+
+\####### Where to get all this stuff
+
+Making Jaeger is a fun and rewarning project, but getting all the required bits and pieces can be challenging.
+
+That is because this kind of project is somewhat more ambitious than the typical home sewing project,
+and as a result, your local haberdashery is unlikely to stock all of these things.
+
+If you know where to get them, great. If not, you can get a **Jacket trim pack** from
+[Kenton Trimmings](http://kentontrimmings.co.uk/shop/) in London, they ship to international customers.
+
+It's a shop for professionals (they're not even open on Saturdays) but they don't require you to be a business
+to place an order.
+
+I have no afiliation with these guys, but it's the only place I know of that will sell you a kit of
+professional trimmings to make a jacket.
+
+If you know of any other place that carries this stuff, please let us know.
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..97d71061f82
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Across back factor"
+- - -
+
+
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..4b1255e14d2
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+
+
+This controls the depth of the armhole, which in turn influences the sleevecap width.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md b/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..e327fbd2d05
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/backvent/uk.md b/markdown/org/docs/patterns/jaeger/options/backvent/uk.md
new file mode 100644
index 00000000000..9f3b807f8fe
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/backvent/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Back vent"
+- - -
+
+
+
+How do you like your back vents?
+
+- Two back vents (shown on the left)
+- One central back vent (shown in the middle)
+- No back vents (shown on the right)
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md b/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md
new file mode 100644
index 00000000000..39fbba3fd64
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Back vent length"
+- - -
+
+
+
+Controls the length of the back vent. Lower numbers result in a shorter vent.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md b/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md
new file mode 100644
index 00000000000..402e52286e9
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Biceps ease"
+- - -
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md b/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md
new file mode 100644
index 00000000000..04a9367b3dc
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Button length"
+- - -
+
+Controls the length over which the buttons are spaced. In other words, the length from the top to bottom buttons.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/buttons/uk.md b/markdown/org/docs/patterns/jaeger/options/buttons/uk.md
new file mode 100644
index 00000000000..b628ae46ac7
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/buttons/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Number of buttons"
+- - -
+
+Controls the amount of buttons.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md b/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md
new file mode 100644
index 00000000000..d54f49ac9a0
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Center back dart"
+- - -
+
+
+
+The reduction at the center back from shoulders to neck, which accomodates for a curved upper back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md b/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md
new file mode 100644
index 00000000000..ee686478843
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Center front hem drop"
+- - -
+
+
+
+How much do you want the front of your jacket to be longer/lower than the back?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/chestease/uk.md b/markdown/org/docs/patterns/jaeger/options/chestease/uk.md
new file mode 100644
index 00000000000..3a8cfc642b0
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+The amount of ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md
new file mode 100644
index 00000000000..e9b95cbb8ab
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest pocket angle"
+- - -
+
+
+
+The angle under which the chest pocket is placed.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md
new file mode 100644
index 00000000000..a87ca734356
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest pocket depth"
+- - -
+
+Controls the depth of the chest pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md
new file mode 100644
index 00000000000..cca59f04ecb
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest pocket placement"
+- - -
+
+
+
+Location of the chest pocket as a proportion a quarter of your chest circumference. Higher numbers move it more to the side.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md
new file mode 100644
index 00000000000..eb51d7e458f
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest pocket welt size"
+- - -
+
+
+
+The height of the chest pocket welt.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md
new file mode 100644
index 00000000000..ea94a803018
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest pocket width"
+- - -
+
+
+
+The width of the chest pocket, as a factor of your chest circumference.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md b/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md
new file mode 100644
index 00000000000..cab5ae32bcd
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest shaping"
+- - -
+
+
+
+The vertical amount to slash & spread the upper front panel to shape the chest, as a factor of your chest circumference.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/collarease/uk.md b/markdown/org/docs/patterns/jaeger/options/collarease/uk.md
new file mode 100644
index 00000000000..c75af9ecbfc
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/collarease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar ease"
+- - -
+
+Controls the amount of ease at your collar/neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md b/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md
new file mode 100644
index 00000000000..fa56bf422c7
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar height"
+- - -
+
+
+
+This is the collar height at the back of the neck and can never be less than twice the roll line collar height.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md
new file mode 100644
index 00000000000..01295ee6663
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar notch angle"
+- - -
+
+
+
+Angle of the collar notch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md
new file mode 100644
index 00000000000..a309224d7e9
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar notch depth"
+- - -
+
+
+
+Depth of the collar notch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md
new file mode 100644
index 00000000000..7bae8bae2a1
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar notch return"
+- - -
+
+
+
+Controls the length of the upper notch side. 100% = same as notch depth.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md b/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md
new file mode 100644
index 00000000000..1aa63e8f21e
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar roll"
+- - -
+
+Controls the amount of roll in the collar; how much the topcollar is higher than the undercollar.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md b/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md
new file mode 100644
index 00000000000..539918ba31f
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar spread"
+- - -
+
+The collar spread controls how the collar drapes over the shoulders
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md b/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md
new file mode 100644
index 00000000000..2d4e952d812
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Cuff ease"
+- - -
+
+
+
+The amount of ease at your cuff/wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..f1af5b5d4ce
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md
new file mode 100644
index 00000000000..fd814cfa708
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front cutaway angle"
+- - -
+
+
+
+The angle by which the front opens up below the lower button.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md
new file mode 100644
index 00000000000..fbed92813eb
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front cutaway end"
+- - -
+
+Increasing this will make the front cutaway stay closer to the center front
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md
new file mode 100644
index 00000000000..fca9bfc935d
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front cutaway start"
+- - -
+
+
+
+How far below the lower button does the front start to open.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md
new file mode 100644
index 00000000000..8f971b56132
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front dart placement"
+- - -
+
+
+
+Location of the front dart as a proportion of your chest circumference. Higher numbers move it more to the side.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md b/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md
new file mode 100644
index 00000000000..c0ee01693c7
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front overlap"
+- - -
+
+How far the fabric extends beyond the button closure.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md
new file mode 100644
index 00000000000..d39d193c926
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front pocket depth"
+- - -
+
+
+
+The depth of the front pockets, as a factor of the space between your waist and hem.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md
new file mode 100644
index 00000000000..8a2d02440eb
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front pocket placement"
+- - -
+
+
+
+Location of the front pocket as a proportion a quarter of your chest circumference. Higher numbers move it more to the side.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md
new file mode 100644
index 00000000000..c143d7370f7
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Front pocket radius"
+- - -
+
+The radius by which the front pocket is rounded.
+
+- Increase this option to curve the bottom of the front pocket
+- Decrease this option to straighten out the bottom of the front pocket
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md
new file mode 100644
index 00000000000..b3dc60f129d
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front pocket width"
+- - -
+
+
+
+The front of the chest pocket, as a factor of your chest circumference.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md b/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md
new file mode 100644
index 00000000000..0ed356fcadc
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Hem radius"
+- - -
+
+Controls the amount by which the hem is rounded at the front bottom.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md b/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md
new file mode 100644
index 00000000000..8071f4e2dd2
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hips ease"
+- - -
+
+
+
+The amount of ease at your hips.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md
new file mode 100644
index 00000000000..e6bc97b2e06
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Inner pocket depth"
+- - -
+
+How deep you would like the inner pocket to be.
+
+- Increase this option to make a deeper inner pocket
+- Decrease this option to make a shallower inner pocket
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md
new file mode 100644
index 00000000000..53fa6249a58
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Inner pocket placement"
+- - -
+
+The location of the inner pocket.
+
+- Increase this option to shift the inner pocket towards the side seam
+- Decrease this option to shift the inner pocket towards the centre front
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md
new file mode 100644
index 00000000000..d7093e45bac
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Inner pocket welt height"
+- - -
+
+Controls the width of the inner pocket welts.
+
+- Increase this option to increase the width of the inner pocket welts
+- Decrease this option to decrease the width of the inner pocket welts
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md
new file mode 100644
index 00000000000..f2c4ce45766
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Inner pocket width"
+- - -
+
+The width of the inner pocket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md b/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md
new file mode 100644
index 00000000000..cb9da8c589b
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Lapel reduction"
+- - -
+
+How much the tip of the lapels turns inwards.
+
+It is common to have the edge of the lapels not be entirely straight, but rather turn inwards a bit towards the top of the lapels. This option controls by how much it does that.
+
+- Increase this option to shift the lapel tip inward
+- Decrease this option to shift the lapel tip outward
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md b/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md
new file mode 100644
index 00000000000..52cc81ac5f8
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Lapel start"
+- - -
+
+
+
+Location of the lapel break point (where the front opening starts). Lower values are closer to the waistline, higher values closer to the chestline.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md b/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..13886727752
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+The amount to lengthen the body of your jacket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md b/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md
new file mode 100644
index 00000000000..c4264e08301
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket fold-over"
+- - -
+
+Controls the amount of main fabric that's folded over at the top of the path pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md b/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md
new file mode 100644
index 00000000000..1e1ac21fc93
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Roll-line collar height"
+- - -
+
+
+
+The amount by which the roll line hugs the neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md b/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md
new file mode 100644
index 00000000000..09f7bca0bed
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..11402aff910
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+
+
+The amount by which the shoulder slope is reduced to allow for shoulder padding.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md
new file mode 100644
index 00000000000..bf63f2fdd8f
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Side/Front placement"
+- - -
+
+
+
+Location of the front/side boundary as a proportion of your chest circumference. Higher numbers make a wider side panel.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md
new file mode 100644
index 00000000000..d3d1aa0d108
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve bend"
+- - -
+
+
+
+The bend at the elbow of your sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..774db74408c
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+
+
+The ease on the sleevecap.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md
new file mode 100644
index 00000000000..78a3a567be7
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleevecap height"
+- - -
+
+This factor controls the height of the sleevecap.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..e1c07988bd4
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+The amount to extend the sleeve beyond the length of the sleeve in the base block.
+
+
+
+###### This is not supposed to be zero
+
+Setting this to zero will make the sleeve length the same as the base length of the Bent block,
+which is certainly too short for a coat.
+Please take note of the default value and use that as a basis to lengthen or shorten the sleeve.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md b/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md
new file mode 100644
index 00000000000..4f58d6fa97a
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve vent length"
+- - -
+
+Controls the length of the sleeve vent.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md
new file mode 100644
index 00000000000..cd4c228ed61
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve vent width"
+- - -
+
+Controls the width of the sleeve vent.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/uk.md b/markdown/org/docs/patterns/jaeger/options/uk.md
new file mode 100644
index 00000000000..8ccc6ff96aa
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Jaeger jacket: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/waistease/uk.md b/markdown/org/docs/patterns/jaeger/options/waistease/uk.md
new file mode 100644
index 00000000000..cf81b723d2a
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+
+
+The amount of ease at your waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/uk.md b/markdown/org/docs/patterns/jaeger/uk.md
new file mode 100644
index 00000000000..dbc23c627be
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Jaeger jacket"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/lucy/cutting/uk.md b/markdown/org/docs/patterns/lucy/cutting/uk.md
new file mode 100644
index 00000000000..fd1b7179862
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/cutting/uk.md
@@ -0,0 +1,6 @@
+---
+title: "Lucy tie-on pocket: Cutting Instructions"
+---
+
+- Cut **2 pocket** parts
+- Cut pocket slit into **1 pocket** part
diff --git a/markdown/org/docs/patterns/lucy/fabric/uk.md b/markdown/org/docs/patterns/lucy/fabric/uk.md
new file mode 100644
index 00000000000..6760455ba49
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/fabric/uk.md
@@ -0,0 +1,5 @@
+---
+title: "Lucy tie-on pocket: Fabric Options"
+---
+
+Any fabric can be used to make Lucy, but if the fabric you are using is very light or sheer you may want to add a lining to both pocket pieces.
diff --git a/markdown/org/docs/patterns/lucy/instructions/uk.md b/markdown/org/docs/patterns/lucy/instructions/uk.md
new file mode 100644
index 00000000000..a9e0bdcba50
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/instructions/uk.md
@@ -0,0 +1,49 @@
+---
+title: "Lucy tie-on pocket: Sewing Instructions"
+---
+
+
+
+Lucy can be sewn by hand or by machine as you prefer.
+
+
+
+## Step 1: Constructing the Pocket Bag
+
+- Bind the pocket slit.
+- With _wrong sides together_ stitch the two pocket pieces together around the outside.
+- Bind the outside edge.
+
+
+
+If you prefer you can _french seam_ the outer edges of the pocket bag together.
+
+
+
+## Step 2: Binding the top edge and ties.
+
+There are two methods for binding the top edge. One is to create a loop and the other is to bind with the ties. Read through both methods carefully and decide which one you wish to use.
+
+### Create a loop
+
+- Cut a piece of binding the length of the top edge + seam allowance.
+- Fold under the short edges of the binging and stitch in place.
+- Bind the top edge of the pocket bag with the prepared binding making sure that the folded ends are left open.
+- Thread a tie through the binding.
+- Finish the tie ends.
+
+
+
+To make sure the binding is long enough, instead of cutting the binding down you can fold under one edge and stitch the binding to the top edge but before getting to other end fold under and trim the other edge of the binding then continue the stitching.
+
+
+
+### Bind with the ties
+
+- Use a piece of tape as binding and tie, attach the pocket bag to the centre of the tape.
+- Bind the top edge of the pocket bag whilst leaving the remainder of tape free.
+- Finish the tape ends.
+
+## Step 3: Enjoy!
+
+That's it! You're all done! Now go stuff your new pockets to the brim!
diff --git a/markdown/org/docs/patterns/lucy/measurements/uk.md b/markdown/org/docs/patterns/lucy/measurements/uk.md
new file mode 100644
index 00000000000..a6fa4d44747
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/measurements/uk.md
@@ -0,0 +1,8 @@
+---
+title: "Lucy tie-on pocket: Required measurements"
+---
+
+
+Luci does not require any measurements
+
+
diff --git a/markdown/org/docs/patterns/lucy/needs/uk.md b/markdown/org/docs/patterns/lucy/needs/uk.md
new file mode 100644
index 00000000000..e030899fdb8
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/needs/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Fixme"
+---
+
+
+
+This documentation page is yet to be written.
+
+Sorry for the inconvenience.
+
+
diff --git a/markdown/org/docs/patterns/lucy/options/edge/uk.md b/markdown/org/docs/patterns/lucy/options/edge/uk.md
new file mode 100644
index 00000000000..ebd0134d5a7
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/options/edge/uk.md
@@ -0,0 +1,10 @@
+---
+title: undefined
+---
+
+undefined
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/lucy/options/length/uk.md b/markdown/org/docs/patterns/lucy/options/length/uk.md
new file mode 100644
index 00000000000..34165c93f36
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/options/length/uk.md
@@ -0,0 +1,10 @@
+---
+title: undefined
+---
+
+undefined
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/lucy/options/uk.md b/markdown/org/docs/patterns/lucy/options/uk.md
new file mode 100644
index 00000000000..6ac732985d7
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/options/uk.md
@@ -0,0 +1,6 @@
+---
+title: "Fixme"
+---
+
+
+
diff --git a/markdown/org/docs/patterns/lucy/options/width/uk.md b/markdown/org/docs/patterns/lucy/options/width/uk.md
new file mode 100644
index 00000000000..0a00643aeeb
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/options/width/uk.md
@@ -0,0 +1,10 @@
+---
+title: undefined
+---
+
+undefined
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/lucy/uk.md b/markdown/org/docs/patterns/lucy/uk.md
new file mode 100644
index 00000000000..21f20bedadc
--- /dev/null
+++ b/markdown/org/docs/patterns/lucy/uk.md
@@ -0,0 +1,6 @@
+---
+title: "Lucy tie-on pocket"
+---
+
+
+
diff --git a/markdown/org/docs/patterns/lunetius/cutting/uk.md b/markdown/org/docs/patterns/lunetius/cutting/uk.md
new file mode 100644
index 00000000000..f474471df2f
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/cutting/uk.md
@@ -0,0 +1,25 @@
+- - -
+title: "Lunetius Lacerna: Cutting Instructions"
+- - -
+
+- Cut **1 lacerna** part on the fold
+- or Cut **2 lacerna** parts
+
+The way to cut Lunetius is going to depend on what fabric you have chosen to use. If you have enough fabric width you can cut it _on the fold_. If you don’t, you can cut two halves and later sew them together. To not have to later finish the centre back edge you can cut with the centre back edge on the selvage.
+
+A lot of garments were woven to shape in the Roman era, so this is one aspect where you don’t need to worry about historical accuracy at all, unless you would like to weave your Lunetius to shape.
+
+In that case I salute you and please share the results \[in our discord\](https://discord.freesewing.org/)!
+
+If you want to learn more about this you can read about it in:\
+Granger-Taylor, H. (1982) _Weaving Clothes To Shape in the Ancient World: The Tunic and Toga of the Arringatore_ in Textile History 13 (1), pp 3-25
+
+### On Historical Accuracy
+
+The further we go back in time, the less extant garments we have to base research on. Often there may be scraps of fabric left behind by stroke of luck but most of our information starts to come from (in archaeology) secondary sources like written texts from contemporaries.
+
+This is especially true for the Roman and Mediaeval eras, not to mention that a lot of the available research is behind a paywall.
+
+We can’t be 100 percent historically accurate, because we’re living in a different time, and everything we use to sew is different now from before. Even fabric is woven in a different way.
+
+How ‘accurate’ you want to be is up to you, there is no wrong way to do this and research is not required -- though it can be fun!
diff --git a/markdown/org/docs/patterns/lunetius/fabric/uk.md b/markdown/org/docs/patterns/lunetius/fabric/uk.md
new file mode 100644
index 00000000000..2133f1b3d77
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/fabric/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Lunetius Lacerna: Fabric Options"
+- - -
+
+In the Roman era both linen and wool were widely available so both would be appropriate for this project. Silk was also available but it was very much a ‘fancy’ fabric used to show off wealth and status as it had to come from abroad.
+
+A lot of the fabrics found in military contexts like excavated forts are tightly woven twills that would be good at keeping the weather out. If you want to have a historically appropriate fabric then a wool twill would be a great choice.
+
+Otherwise, any wool or linen in both plain and other weaves would be a good choice. The fabric weight depends on your local climate and what you intend to use the cloak for. However if you want to hand sew the Lunetius it can help to choose a slightly lighter weight fabric to make sewing easier on your hands.
+
+If you are not working with any historicalness in mind Lunetius can be made out of a variety of fabrics. A woven fabric would drape in a different way compared to a stretch or knitted fabric but you are only limited by your imagination.
+
+More information on Roman cloak fabrics can be found in:\
+Jorgensen, L. B. (2004) _A Matter of Material: Changes in Textiles from Roman Sites in Egypt’s Eastern Desert_, in An Tard 11, pp 87-99
diff --git a/markdown/org/docs/patterns/lunetius/instructions/uk.md b/markdown/org/docs/patterns/lunetius/instructions/uk.md
new file mode 100644
index 00000000000..f3e322a444e
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/instructions/uk.md
@@ -0,0 +1,39 @@
+- - -
+title: "Lunetius Lacerna: Sewing Instructions"
+- - -
+
+
+
+All the sewing can be done by machine or by hand as you prefer. If you want to sew with historically accurate thread, you can use linen or wool thread, or silk if you prefer.
+
+
+
+### Step 1: Sewing and finishing the centre back seam
+
+- If you cut Lunetius with a centre back seam, sew this up first and finish the seam in some way. You can do this by binding it, or by felling it to the fabric. On a stretch fabric simply sewing up the centre back seam is enough.
+
+
+
+When done by hand, this can be done with a spaced backstitch, or a running stitch with the occasional backstitch.
+
+On the machine a regular straight stitch in any size will work.
+
+Felling the edges by hand can be done with a felling stitch, or a running stitch if you prefer. On the machine you can use any stitch you use to hem fabric.
+
+
+
+### Step 2: Hemming the edges
+
+- The next and last step is to finish the edges. This can be done by turning a hem on the whole edge, or by using a binding. Once this is done, you are finished!
+
+
+
+When handsewing you can use a felling stitch or a running stitch. Or any other stitch you prefer for hemming.
+
+On the machine, a straight stitch is a good option, but if you have a blind hem stitch that is an option too.
+
+
+
+### Step 3: Enjoy!
+
+That's it you are all done! Now take a _fibula_ (a brooch, pin or clasp) to fasten your cloak over your right shoulder (that is how the Romans did it, you can of course also take the left shoulder, or the middle, or whatever you prefer) and enjoy looking dramatic.
diff --git a/markdown/org/docs/patterns/lunetius/measurements/uk.md b/markdown/org/docs/patterns/lunetius/measurements/uk.md
new file mode 100644
index 00000000000..11b18003066
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Lunetius Lacerna: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/lunetius/needs/uk.md b/markdown/org/docs/patterns/lunetius/needs/uk.md
new file mode 100644
index 00000000000..cffbc2e51a9
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/needs/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Lunetius Lacerna: What You Need"
+- - -
+
+To make Lunetius, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/patterns/lunetius/fabric))
+- (a _fibula_ (brooch, pin, clasp) to wear and close it)
diff --git a/markdown/org/docs/patterns/lunetius/options/length/uk.md b/markdown/org/docs/patterns/lunetius/options/length/uk.md
new file mode 100644
index 00000000000..8f384a2d5e9
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/options/length/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length"
+- - -
+
+Choose from the different length styles
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md b/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md
new file mode 100644
index 00000000000..36d02327fd6
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length ratio"
+- - -
+
+Controls the length of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/lunetius/options/uk.md b/markdown/org/docs/patterns/lunetius/options/uk.md
new file mode 100644
index 00000000000..30e6d9f034f
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Lunetius Lacerna: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md b/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md
new file mode 100644
index 00000000000..ceaf244b80e
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Width ratio"
+- - -
+
+Controls the width of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/lunetius/uk.md b/markdown/org/docs/patterns/lunetius/uk.md
new file mode 100644
index 00000000000..54f496cad73
--- /dev/null
+++ b/markdown/org/docs/patterns/lunetius/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Lunetius Lacerna"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/noble/cutting/uk.md b/markdown/org/docs/patterns/noble/cutting/uk.md
new file mode 100644
index 00000000000..8c823ed3bb1
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/cutting/uk.md
@@ -0,0 +1,36 @@
+---
+title: "Noble body block: Cutting Instructions"
+---
+
+**Main fabric**
+
+- Cut **1 Front Inside** part on the fold.
+- Cut **2 Front Outside** parts.
+
+### Shoulder dart
+
+- Cut **2 Back Inside** parts.
+- Cut **2 Back Outside** parts.
+
+### Armhole dart
+
+- Cut **2 Back** parts.
+
+These cutting instructions are just for the default Noble block. Adjust your cutting accordingly if you have/are making changes to the block.
+
+
+
+If you do not have someone to help pin you into Noble then you may find it easier to Cut 2 Front Inside parts with seam allowance and sew the backs up when constructing so you can pin in the front.
+
+
+
+
+
+###### Noble is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/noble/fabric/uk.md b/markdown/org/docs/patterns/noble/fabric/uk.md
new file mode 100644
index 00000000000..731e8fab313
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/fabric/uk.md
@@ -0,0 +1,18 @@
+---
+title: "Noble body block: Fabric Options"
+---
+
+If you are making a default Noble to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Noble with.
+
+You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Noble.
+
+
+
+###### Noble is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/noble/instructions/uk.md b/markdown/org/docs/patterns/noble/instructions/uk.md
new file mode 100644
index 00000000000..a3ee1415229
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/instructions/uk.md
@@ -0,0 +1,81 @@
+---
+title: "Noble body block: Sewing Instructions"
+---
+
+
+
+###### Noble is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Noble block.
+
+Noble is based on the Bella body block
+
+
+
+### Step 1: Mock-up Construction
+
+- Sew the front inside to the front outside, _good sides together_.
+
+### Shoulder seam
+
+- Sew the back inside to the back outside, _good sides together_.
+
+### Armhole seam
+
+- Close the back darts.
+
+### Both
+
+- Sew the front to the backs at the shoulders, _good sides together_.
+- Sew the front to the backs at the side seams, _good sides together_.
+
+
+
+If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust.
+
+
+
+### Step 2: Try it on
+
+- Try it on and check the fit by pinning the back closed whilst wearing it.
+- Make any alterations and try it on again.
+- Repeat until you are happy.
+
+
+
+If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on.
+
+Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting.
+
+Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours.
+
+
+
+
+
+Remember to treat Noble as a basis rather than a final product, so adjust what you need to get the desired look.
+For instance:
+
+- Change the neck line
+- Add/change the closure allowances
+- Alter the princess seam placements
+- Alter the back dart placements.
+- Add a collar
+
+It is all up to you! Experiment and go forth!
+
+
+
+### Step 3: Make a paper pattern
+
+- Once happy with all your changes unpick your mockup and make a paper pattern based off of it.
+- Now you have a pattern you can use to produce a garment.
+
+
+
+It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from.
+
+
diff --git a/markdown/org/docs/patterns/noble/measurements/uk.md b/markdown/org/docs/patterns/noble/measurements/uk.md
new file mode 100644
index 00000000000..008efce20e2
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/measurements/uk.md
@@ -0,0 +1,5 @@
+---
+title: "Noble body block: Required Measurements"
+---
+
+
diff --git a/markdown/org/docs/patterns/noble/needs/uk.md b/markdown/org/docs/patterns/noble/needs/uk.md
new file mode 100644
index 00000000000..8c538112332
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/needs/uk.md
@@ -0,0 +1,21 @@
+---
+title: "Noble body block: What You Need"
+---
+
+To make Noble, you will need the following:
+
+- Basic sewing supplies
+- About 0.5 metres (0.6 yards) of a suitable fabric ([see Noble Fabric options](/docs/patterns/noble/fabric/))
+
+This list is for a default Noble Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc.
+
+
+
+###### Noble is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/noble/options/armholedartposition/uk.md b/markdown/org/docs/patterns/noble/options/armholedartposition/uk.md
new file mode 100644
index 00000000000..33a6590dbc7
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/armholedartposition/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Armhole Dart Position"
+---
+
+---
+
+The **Armhole Dart Position** option allows you to move the position of the dart/princess seam.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/armholedepth/uk.md b/markdown/org/docs/patterns/noble/options/armholedepth/uk.md
new file mode 100644
index 00000000000..c712f5a819a
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/armholedepth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Armhole depth"
+---
+
+---
+
+The **armhole depth** option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/backarmholecurvature/uk.md b/markdown/org/docs/patterns/noble/options/backarmholecurvature/uk.md
new file mode 100644
index 00000000000..fcbfa6f35a9
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/backarmholecurvature/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back armhole curvature"
+---
+
+---
+
+The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/uk.md b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/uk.md
new file mode 100644
index 00000000000..26421e67ea9
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back armhole pitch depth"
+---
+
+---
+
+The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/backarmholeslant/uk.md b/markdown/org/docs/patterns/noble/options/backarmholeslant/uk.md
new file mode 100644
index 00000000000..e47ea0b7be6
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/backarmholeslant/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back armhole slant"
+---
+
+---
+
+The **back armhole slant** slightly rotates the armhole around the back pitch point.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/backdartheight/uk.md b/markdown/org/docs/patterns/noble/options/backdartheight/uk.md
new file mode 100644
index 00000000000..96b84fca0cc
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/backdartheight/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back dart height"
+---
+
+---
+
+The **back dart height** option controls the height (length if you will) of the back dart.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/backhemslope/uk.md b/markdown/org/docs/patterns/noble/options/backhemslope/uk.md
new file mode 100644
index 00000000000..f02484434fc
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/backhemslope/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back hem slope"
+---
+
+---
+
+The **back hem slope** option controls the slope of the hem at the back.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/backneckcutout/uk.md b/markdown/org/docs/patterns/noble/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..793cf55d1fa
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/backneckcutout/uk.md
@@ -0,0 +1,14 @@
+---
+title: "Back neck cutout"
+---
+
+---
+
+The **back neck cutout** option controls how far the neck opening is scooped out at the back.
+
+## Effect of this option on the pattern
+
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/bustspanease/uk.md b/markdown/org/docs/patterns/noble/options/bustspanease/uk.md
new file mode 100644
index 00000000000..23cb206f0bd
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/bustspanease/uk.md
@@ -0,0 +1,15 @@
+---
+title: "Bust span ease"
+---
+
+---
+
+The **bust span ease** option controls how much ease is applied to the bust span.
+
+This will not add ease to the garment, but merely influence the bust point
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/chestease/uk.md b/markdown/org/docs/patterns/noble/options/chestease/uk.md
new file mode 100644
index 00000000000..77478814fbb
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/chestease/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Chest ease"
+---
+
+---
+
+The **chest ease** option controls the amount of ease at the fullest part of your chest.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md
new file mode 100644
index 00000000000..d14ad8128e6
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md
@@ -0,0 +1,9 @@
+---
+title: "Front armhole curvature"
+---
+
+---
+
+Controls how deep the armhole is scooped out at the front bottom
+
+## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/uk.md b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/uk.md
new file mode 100644
index 00000000000..4ee8a3791ea
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Front armhole pitch depth"
+---
+
+---
+
+The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/uk.md b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/uk.md
new file mode 100644
index 00000000000..e7d38415193
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Front shoulder width"
+---
+
+---
+
+The **front shoulder width** option controls the width of the shoulders at the front, relative to the back.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/fullchesteasereduction/uk.md b/markdown/org/docs/patterns/noble/options/fullchesteasereduction/uk.md
new file mode 100644
index 00000000000..d912c4f27a7
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/fullchesteasereduction/uk.md
@@ -0,0 +1,10 @@
+---
+title: "Full chest ease reduction"
+---
+
+---
+
+Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/highbustwidth/uk.md b/markdown/org/docs/patterns/noble/options/highbustwidth/uk.md
new file mode 100644
index 00000000000..16c8e3d92bc
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/highbustwidth/uk.md
@@ -0,0 +1,13 @@
+---
+title: "High bust width"
+---
+
+---
+
+The **high bust width** option allows you to tweak the high bust width at the front.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/shoulderdartposition/uk.md b/markdown/org/docs/patterns/noble/options/shoulderdartposition/uk.md
new file mode 100644
index 00000000000..44746072561
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/shoulderdartposition/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Shoulder Dart Position"
+---
+
+---
+
+The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/uk.md b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/uk.md
new file mode 100644
index 00000000000..9fb667730e2
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Shoulder to Shoulder Ease"
+---
+
+---
+
+The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/uk.md b/markdown/org/docs/patterns/noble/options/uk.md
new file mode 100644
index 00000000000..52e04d7a2a7
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/uk.md
@@ -0,0 +1,5 @@
+---
+title: "Noble body block: Design Options"
+---
+
+
diff --git a/markdown/org/docs/patterns/noble/options/upperdartlength/uk.md b/markdown/org/docs/patterns/noble/options/upperdartlength/uk.md
new file mode 100644
index 00000000000..5776333df8a
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/upperdartlength/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Upper Dart Length"
+---
+
+---
+
+The **Upper Dart Length** controls the length of the upper dart, 100% is all teh way to the bust point.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/waistdartlength/uk.md b/markdown/org/docs/patterns/noble/options/waistdartlength/uk.md
new file mode 100644
index 00000000000..73d0b718e9e
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/waistdartlength/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Waist dart length"
+---
+
+---
+
+The **waist dart length** option controls the length of the waist dart towards the bust.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/options/waistease/uk.md b/markdown/org/docs/patterns/noble/options/waistease/uk.md
new file mode 100644
index 00000000000..321eaea3982
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/options/waistease/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Waist ease"
+---
+
+---
+
+The **waist ease** option controls the amount of ease at your waist.
+
+## Effect of this option on the pattern
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/noble/uk.md b/markdown/org/docs/patterns/noble/uk.md
new file mode 100644
index 00000000000..c531609f8ec
--- /dev/null
+++ b/markdown/org/docs/patterns/noble/uk.md
@@ -0,0 +1,5 @@
+---
+title: "Noble body block"
+---
+
+
diff --git a/markdown/org/docs/patterns/paco/cutting/uk.md b/markdown/org/docs/patterns/paco/cutting/uk.md
new file mode 100644
index 00000000000..4b30e385450
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/cutting/uk.md
@@ -0,0 +1,34 @@
+- - -
+title: "Paco pants: Cutting Instructions"
+- - -
+
+
+
+###### Cut out only what you need
+
+Depending on the choices you made in your pattern, you may not need all parts.
+If a pattern part is not printed, it means you don't need it.
+
+
+
+- From your main fabric:
+ - 2x **part 1**: This is the back panel. Cut these from your **main fabric** with _good sides together_
+ - 2x **part 2**: This is the front panel. Cut these from your **main fabric** with _good sides together_
+ - 2x **part 3**: This is the waistband. Cut it from your **main fabric**
+ - 2x **part 4**: This is the ankle cuff. Cut these, from your **main fabric** with _good sides together_ (not needed if your chose not to have an elasticated hem)
+ - 2x **part 7**: This is the back pocket welt. Cut 2 of these from your **main fabric** with _good sides together_
+- From your lining fabric:
+ - 2x **part 5**: This is the front pocket bag. Cut these, from your **lining fabric** _on the fold_ (not needed if you chose to not have front pockets)
+ - 2x **part 6**: This is the back pocket bag. Cut 2 of these from your **lining fabric** _on the fold_
+- From interfacing:
+ - 2x **part 8**: This is the back pocket welt interfacing. Cut 2 of these from **interfacing**
+
+
+
+#### Caveats
+
+- There is no seam allowance on the interfacing
+- There is extra seam allowance on the waist band and hem
+- The waistband is a mere rectangle, so it's not fully printed to save paper
+
+
diff --git a/markdown/org/docs/patterns/paco/fabric/uk.md b/markdown/org/docs/patterns/paco/fabric/uk.md
new file mode 100644
index 00000000000..bab5209802a
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/fabric/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Paco pants: Fabric Options"
+- - -
+
+These work best in a lighter fabric with relatively good drape.
+
+A light cotton, or chambray are particularly well-suited.\
+Rayon or jersey will work too, but will give it a more casual-look.
+
+For the opposite effect, less casual and more style, you can consider a silk blend or light wool.
+
+
+
+###### Some things to avoid
+
+Resist the temptation to make these in linen.
+While linen is the go-to for hot summer days, I would not recommend it for these pants
+as they come with an elasticated waist/cuffs, which means wrinkle hell.
+Use one of out other designs with a fitted waist if you want linen pants.
+
+Also avoid picking a fabric with a lot of stretch, for it will complicate matters when you're installing the elastic.
+
+
diff --git a/markdown/org/docs/patterns/paco/instructions/uk.md b/markdown/org/docs/patterns/paco/instructions/uk.md
new file mode 100644
index 00000000000..ca195c34151
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/instructions/uk.md
@@ -0,0 +1,354 @@
+- - -
+title: "Paco pants: Sewing Instructions"
+- - -
+
+
+
+##### A note on seam finishes
+
+Before you get started, you'll want to decide on your method of seam finishing, or how you tidy
+up the raw seams along the legs of your pants to keep them from fraying. There are a lot of
+options for this. Common choices are serging the raw edges, or using French seams to encase
+the raw edges.
+
+For these instructions, we'll assume that you are using a serger for seam finishes, but we'll
+also provide alternatives. Other options for finishing seams include trimming them with pinking
+shears, stitching a zig-zag along the edge of the seam to keep it from fraying, or binding with
+bias tape.
+
+
+
+## Step 1: Construct the back pockets
+
+Are you planning to insert welt pockets in the back of your Paco pants? Is so, awesome! This is arguably the trickiest part, and we'll accomplish it first. If not, you can skip ahead to the next step, preparing the front pockets.
+
+Construct the welt pockets at the back of your trousers, including the pocket bag.
+
+
+
+##### Welt pockets
+
+Constructing a welt pocket is a technique that is used is different garments. That is why it's
+branched it off into its own documentation page.
+
+There’s both written documentation and a video series that shows you how to do it, so even if
+you’ve never made welt pockets before, you’ll be fine.
+
+[To the welt pockets documentation](https://freesewing.org/docs/sewing/double-welt-pockets/)
+
+
+
+
+
+## Step 2: Prepare the front pockets
+
+Your pockets are cut from a lining material, which can save on weight and bulk, but also means that you'll want to hide them a little bit inside the side seam, so the lining doesn't show. The flap along the outside seam of each leg is for just this purpose.
+
+If you are using a serger, serge the curved edges of your pocket pieces. Then, serge along the long edges of the pocket flaps.
+
+
+
+## Step 3: Attach pockets to pants
+
+With [good sides together](https://freesewing.org/docs/sewing/good-sides-together/), line up the markings on the edge of the pocket bag with the ends of the flap along the outside seam of the front leg. Sew together. Repeat for second leg.
+
+
+
+Now do the same with the back legs. With good sides together, line up the markings on the edge of the pocket bag with the ends of the flap along the outside seam of the back leg. Before sewing, make sure that your left leg front and back are attached to one pocket, and your right leg front and back are attached to the other. Sew together.
+
+Press all seams toward the pants (away from the pocket bag).
+
+
+
+
+
+Optional: You can understitch here, a millimeter or two in from the seam on each side of the pocket
+bag, to secure the flaps and pocket bag all together the way you pressed them.
+
+
+
+
+
+## Step 4: Prepare the side seams and pocket bag
+
+You should now have two big pieces, each with a front and back leg attached by a pocket.
+
+Take one of the pieces, and place the front and back leg good sides together. Align the outer side seam, so that the side seam of the leg pieces match up, and the pocket bag edges are aligned, with good sides together.
+
+## Step 5: Sew the side seams
+
+You'll sew two separate seams to stitch up your side seams while leaving your pockets open.
+
+Start at the top of the leg pieces. Sew along the side seam, pivoting as you reach the pocket bag. You can also shorten your stitch length here to reinforce the corner of the pocket opening. Follow the side seam, pivoting again and ending at the top of the pocket.
+
+Next, you'll close the bottom of the pocket bag and stitch the rest of the side seam. Start at the bottom edge of the pocket bag, sewing along the bottom of the pocket, then pivoting when you get to the side seam of the pants. You can use a shorter stitch length for the first few stitches on the side seam, to reinforce the bottom of the pocket opening. Sew all the way down the leg side seam.
+
+Repeat for second leg.
+
+
+
+## Step 6: Finish the side seams
+
+Finishing these seams requires a touch of delicacy, especially around the tops of the pockets.
+
+It would be difficult to finish the top part of the side seam with a serger, so we'll use a zig-zag stitch. Starting at the top of the side seam, zig-zag stitch along the raw edge of the seam allowance, pivoting around the pocket opening. Continue the zig-zag stitch up the side of the pocket, unless you've serged your pockets already (in which case you can stop when you reach the pocket).
+
+The bottom opening of the pocket is a tight corner. To finish the seam around this corner, zig-zag stitch the raw edge of the seam allowance, starting where it joins the pocket, pivoting at the corner and continuing about 5 cm (2 in.) down the side seam. You can continue finishing the side seam with a zig-zag stitch all the way down. Alternatively, you can serge the side seam, making sure to stop the line of serger stitches a little ways from the pocket.
+
+
+
+Make sure to secure these serger stitches. They won't be caught in any other seams, so they risk
+unravelling if left unsecured.
+
+
+
+Repeat for second leg.
+
+
+
+Press the side seams toward the front.
+
+
+
+This may feel counterintuitive, as a lot of pants suggest pressing the side seams to the back.
+However, with inseam pockets, you'll want the pockets pressed toward the front of the pants. Your
+pockets will be fighting your side seam if you press the seam to the back, so we'll press it all
+to the front. This will will result in a smoother finish.
+
+
+
+
+
+The corners of a pocket opening are one of the most likely places to wear out or tear, especially
+if you use your pockets a lot. If you're worried about tearing at the corners of your pockets, or
+if your fabric is more delicate, you can reinforce the pocket openings with bar tacks along the seam
+line, just outside the pocket openings.
+
+
+
+## Step 7: Anchor pocket bag to waist
+
+The pockets in Paco are anchored at the waist. This means that you can put things in your pockets without them becoming unsightly bump that’s just dangling around in your trouser leg.
+
+To anchor each pocket, align the top of the pocket with the mark along the waistline of your pattern. Sew a line of basting stitches inside your seam allowance to hold the pocket in place.
+
+
+
+## Step 8: Sew and finish the inseams
+
+Align the inseams with good sides together, then sew up the inseams. Finish the seams the same way you finished the side seams. Press inseams to the back.
+
+
+
+## Step 9: Sew and finish crotch seam
+
+To attach the individual legs, flip one leg good side out (it doesn't matter which leg), then place it inside the other leg, good sides together. You should now have what looks like just one pant leg, with wrong sides visible. Align the center front, center back, and inseams of each leg, then pin along the length of the crotch seam. Sew and finish the crotch seam.
+
+
+
+If you sew from center front to center back, it's easier to keep your inseam seam allowances
+pressed to the back as they feed through the machine.
+
+
+
+
+
+## Step 10: Place eyelets for the draw string (optional)
+
+Mark the middle of your waistband length. Fold one of your waistband pieces double, and mark the middle of the width (do not take the seam allowance into account).
+
+A bit to the left and right of this, you can add two eyelets to pass a drawstring through. Because your Paco pants have elastic in the waistband, as well, this is a nice detail, but is not required.
+
+
+
+##### It’s best to add some reinforcement
+
+If you've chosen a fabric that is slippery, drapey, or thin, you might want to add some reinforcement
+behind these eyelets. A bit of interfacing or a leftover piece of denim will do just fine.
+
+
+
+
+
+## Step 11: Prepare the waist elastic
+
+There’s no magic formula for the length of your elastic. So you wrap it around your waist and pull it tight until you get a good fit. Paco is cut to sit at the high hip, so make sure your elastic is long enough to sit comfortably at the high hip.
+
+Mark this length, cut the elastic, and join the two ends together.
+
+
+
+## Step 12: Join the waistband
+
+Place the two waistband pieces good sides together, and align the short edges. Sew the short edges together, then press open. These will be inside the waistband, so you don't need to finish the edges of these seams unless your fabric is particularly likely to fray.
+
+
+
+Fold the waistband double along the length, with good sides out, and press. This fold will be the top of your waistband.
+
+## Step 13: Attach the waistband
+
+You have two options for attaching your waistband. One is a bit simpler, but leaves an exposed seam on the inside. The other is a bit more fiddly, but it encloses the raw edges of your fabric.
+
+### The simpler method
+
+Keep your waistband folded double, and place the elastic inside. Make sure to align the place where the elastic is joined with the back of the waistband (opposite the eyelets).
+
+Find the center front of your waistband (easy if there are eyelets, if not just fold it double), and align that with the center front seam of your pants. Make sure that your waistband is outside of your pants, with good sides together. Pin in place.
+
+
+
+##### Mind your eyelets
+
+If you’ve made eyelets in your waistband, double check that they are placed towards the outside,
+not the inside of your waistband.
+
+
+
+Next, align the center backs and pin in place, adding additional pins around the waistband as needed.
+
+Sew the waistband to the pants, as close to the the elastic as you can, but don’t sew into the elastic.
+
+
+
+It’s fine to not sew too close the first time around, and once your elastic is attached and encased, make a second round to sew it a bit more snugly.
+
+Remove any basting stitches from the tops of the pocket bags.
+
+Finish the seam with a serger or other method.
+
+### The enclosed seam method
+
+Open the waistband. You will still be able to see the fold along its length, but you will be working with each side of the waistband individually.
+
+Find the center front of your waistband (easy if there are eyelets, if not just fold it double), and align that with the center front seam of your pants. Make sure that your waistband is outside of your pants, with good sides together. Pin in place.
+
+
+
+##### Mind your eyelets
+
+To make sure your eyelets will end up on the outside, make sure they are closer to the top of your
+waistband, above the fold, for now.
+
+
+
+
+
+Next, align the center back of your waistband with the center back seam. Pin in place. Then, add additional pins around the waistband as needed.
+
+Sew the waistband to the pants.
+
+Press the waistband up. Press the seam allowance in on the opposite side of the waistband, maintaining the fold along the center of the waistband.
+
+Refold the waistband, turning half the waistband to the inside. Pin so that the seam allowance on the inside is just below the seam joining the waistband to the pants, and pin in place around the waistband. From the outside, stitch in the ditch, catching the inner waistband as you go.
+
+
+
+
+
+## Step 14: Prepare the cuff elastic
+
+As you did with the waistband elastic, wrap the elastic for your cuff around your ankle and pull it tight until you get a good fit.
+
+Mark this length, cut the elastic, and join the two ends together. Repeat for the other cuff elastic.
+
+
+
+## Step 15: Join the cuffs
+
+Fold each cuff with good sides together, aligning the short edges. For each cuff, sew the short edges together, then press open. These will be inside the cuff, so you don't need to finish the edges of these seams unless your fabric is particularly likely to fray.
+
+
+
+Fold each cuff double along the length, with good sides out, and press. This fold will be the bottom of your cuffs.
+
+## Step 16: Attach the cuffs
+
+You will attach your cuffs the same way that you attached the waistband. As with the waistband, there are two options - a simpler choice, and a choice without exposed seams on the inside.
+
+
+
+If your sewing machine has a detachable bed (usually removed to expose the "free arm" for sewing
+sleeve cuffs), this will make sewing the cuffs easier.
+
+
+
+### The simpler method
+
+Keep your cuffs folded double, and place the elastic inside.
+
+Align the seam in the cuff with the inseam of the pants. Make sure that your cuff is outside of your pants, with good sides together. Pin in place, then pin the rest of the way around the cuff.
+
+
+
+##### Pinning the cuffs
+
+The elastic will make the cuffs more difficult to pin. To make sure that your cuffs are pinned evenly
+to the pants, place your second pin on the opposite side of the leg opening from the first. You can
+stretch the elastic to make sure that everything is lined up smoothly, then place your next pins halfway
+between the first two. Continue this way, pinning halfway between other pins, until you feel confident
+there are enough.
+
+
+
+Sew the cuff to the pants opening, as close to the the elastic as you can, but don’t sew into the elastic.
+
+
+
+Finish the seam with a serger or other method.
+
+### The enclosed seam method
+
+Open the cuff. You will still be able to see the fold along its length, but you will be working with each side of the cuff individually.
+
+Align the seam in the cuff with the inseam of the pants. Make sure that your cuff is outside of your pants, with good sides together. Pin in place, then pin the rest of the way around the cuff.
+
+Sew the cuff to the pants.
+
+
+
+Press the cuff away from the pants. Press the seam allowance in on the opposite side of the cuff, maintaining the fold along the center of the cuff.
+
+Refold the cuff, turning half the cuff to the inside. Pin so that the seam allowance on the inside is just past the seam joining the cuff to the pants, and pin in place around the cuff. From the outside, stitch in the ditch, catching the inner cuff as you go.
+
+
+
+## Step 17: Stitching the cuffs and waistband (optional)
+
+If you have wider cuff elastic, you may want to stitch a horizontal line halfway up the cuff. This will hold your elastic in place and help keep it from folding or twisting. Make sure to stretch the elastic evenly as you sew, so that it gathers the fabric evenly. (If you sew without stretching the elastic, you risk lumpy gathers and a leg opening too narrow to get your foot through.)
+
+
+
+If you like the look, you can also sew more than one line of stitches, evenly spaced between the top and bottom of the cuff.
+
+You can do the same for the waistband.
+
+
+
+
+
+If you put in eyelets for a drawstring, sew a line of stitches above the eyelets and a separate line
+below the eyelets, leaving a channel wide enough for your drawstring.
+
+
+
+## Step 18: Thread a draw string around the waist (optional)
+
+If you put eyelets in your waistband, thread a drawstring through one eyelet, around the waist, and out of the other eyelet.
+
+
+
+There are tools to make this task easier, but one that almost everyone has is a simple safety pin.
+Pin the safety pin to one end of your drawstring, then push it through the channel. The safety pin
+will be easier to maneuver through the fabric, and it will pull the drawstring along with it.
+
+
+
+
+
+## Step 19: Enjoy your Paco pants!
+
+You did it! Way to go!
+
+
diff --git a/markdown/org/docs/patterns/paco/measurements/uk.md b/markdown/org/docs/patterns/paco/measurements/uk.md
new file mode 100644
index 00000000000..a7ed7331775
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Paco pants: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/paco/needs/uk.md b/markdown/org/docs/patterns/paco/needs/uk.md
new file mode 100644
index 00000000000..60b8edddccd
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/needs/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Paco pants: What You Need"
+- - -
+
+To make Paco, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 1.25 meters (1.4 yards) (depending on your height) of a suitable fabric ([see Fabric options](/docs/patterns/paco/fabric))
+- 30cm (12") of lining for the pocket bags
+- A little bit of interfacing for the pocket welts (only needed if you opted for back pockets)
+- A drawstring and two eyelets (optional)
+- Enough wide flat elastic for your waist and cuffs
diff --git a/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md b/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md
new file mode 100644
index 00000000000..4a5a97c07ad
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ankle/Hem elastic width"
+- - -
+
+If you're using an elasticated hem at the ankle, use this to set the width of the elastic you'll use.
+
+In other words, this will control the height of the cuff.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/backpockets/uk.md b/markdown/org/docs/patterns/paco/options/backpockets/uk.md
new file mode 100644
index 00000000000..d4c24878bb2
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/backpockets/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back pockets"
+- - -
+
+Whether to include back pockets, yes or no.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md
new file mode 100644
index 00000000000..7d53acb1bea
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Cross seam angle"
+- - -
+
+
+
+
+Documentation missing
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md
new file mode 100644
index 00000000000..1c1715a530c
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Cross seam bend"
+- - -
+
+Controls the curvature of the cross seam curve.
+
+
+
+This curve has an influence on the amount of fabric at your bum.
+
+People with a flatter bum will get a better fit by increasing this, as the curve will start later,
+and this there will be less fabric pooling at the bum.
+
+People with a round bum might want to lower this to create a little more (horizontal) room for their behind.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md
new file mode 100644
index 00000000000..a876f9b0eb4
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Start of the cross seam curve"
+- - -
+
+Controls the start of the cross seam curve.
+
+
+
+This curve has an influence on the amount of fabric at your bum.
+
+People with a flatter bum will get a better fit by increasing this, as the curve will start later,
+and this there will be less fabric pooling at the bum.
+
+People with a round bum might want to lower this to create a little more (horizontal) room for their behind.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md b/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md
new file mode 100644
index 00000000000..902f5036b9e
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Crotch drop"
+- - -
+
+Controls by how much the crotch is lowered.
+
+Lowering the crotch makes for a more casual fit.\
+A signigicantly lowered crotched can also be a style choice.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md
new file mode 100644
index 00000000000..2d856c965af
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Crotch seam angle"
+- - -
+
+
+
+
+Documentation missing
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md
new file mode 100644
index 00000000000..a4efde6385f
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Crotch seam bend"
+- - -
+
+Controls the curvature of the croth seam, which influences the fit at your crotch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md
new file mode 100644
index 00000000000..2c746f1d766
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Start of the crotch seam curve"
+- - -
+
+Controls where the crotch seam starts to curve, which influences the fit at your crotch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md b/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md
new file mode 100644
index 00000000000..0db6ad1bf58
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Elasticated hem"
+- - -
+
+Whether you want to include an elasticated cuff at the ankle, or rather prefer a classic hemmed leg.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/frontpockets/uk.md b/markdown/org/docs/patterns/paco/options/frontpockets/uk.md
new file mode 100644
index 00000000000..f9482851239
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/frontpockets/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front pockets"
+- - -
+
+Whether to include front pockets (on the side seam) or not.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md b/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md
new file mode 100644
index 00000000000..a8f7a599179
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Grainline position"
+- - -
+
+Controls the position of the grainline.
+
+You can use this to shift the grainline inward or outward if that works better for your body.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/heelease/uk.md b/markdown/org/docs/patterns/paco/options/heelease/uk.md
new file mode 100644
index 00000000000..04bfcf82342
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/heelease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Heel ease"
+- - -
+
+This controls the amount of ease at the instep, or heel.
+
+Increase this to make it easier to get in and out of your pants.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/legbalance/uk.md b/markdown/org/docs/patterns/paco/options/legbalance/uk.md
new file mode 100644
index 00000000000..65e5c14ed78
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/legbalance/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Leg balance"
+- - -
+
+Controls the proportion between the front and back part of the legs.
+
+The back of the trouser legs are always wider than the front. This controls by how much.
+
+
+
+Increasing this will make the front leg panel narrower.\
+This makes the wearer look more skinny.
+
+This trick is often used in womenswear jeans
+(now you know why you can't find womenswear jeans with functional front pockets).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md b/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..b0b837cfd97
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Length bonus"
+- - -
+
+Controls the length of the entire trousers, which essentially means the length of the legs.
+
+
+
+Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement.
+
+This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes,
+the trousers will need to be longer than this to actually hit the floor.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/seatease/uk.md b/markdown/org/docs/patterns/paco/options/seatease/uk.md
new file mode 100644
index 00000000000..a14c68713b2
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/seatease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Seat ease"
+- - -
+
+Controls the amount of ease at your seat/bum.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/uk.md b/markdown/org/docs/patterns/paco/options/uk.md
new file mode 100644
index 00000000000..fbdee95fb00
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Paco pants: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/paco/options/waistbalance/uk.md b/markdown/org/docs/patterns/paco/options/waistbalance/uk.md
new file mode 100644
index 00000000000..9605684def9
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/waistbalance/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Waist balance"
+- - -
+
+Controls the distribution of fabric between front and back parts at the waist.
+
+It is somewhat in vogue to draft a larger back panel these days. Doing so shifts the side seam forward which gives the illusion of being slimmer.
+
+The side effect of shifting the side seam forward is that it's easy to get into the pockets that are located on the side seam.
+
+This option allows you to control this balance.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md
new file mode 100644
index 00000000000..fafe5e1088d
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md
@@ -0,0 +1,10 @@
+- - -
+title: "Waistband width"
+- - -
+
+
+Controls the width of the waistband.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/waistease/uk.md b/markdown/org/docs/patterns/paco/options/waistease/uk.md
new file mode 100644
index 00000000000..0a654d63a60
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+Controls the amount of ease at your waist.
+
+Even if you draft lower pants, this will still influence the ease at the top of your pants (the closure).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/options/waistheight/uk.md b/markdown/org/docs/patterns/paco/options/waistheight/uk.md
new file mode 100644
index 00000000000..14a8a97309f
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/options/waistheight/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Waist height"
+- - -
+
+Controls the height of the waist, where:
+
+- 100% : The waist of the trousers sits at the waist line
+- 0% : The waist of the trousers sits at the hip line
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/paco/uk.md b/markdown/org/docs/patterns/paco/uk.md
new file mode 100644
index 00000000000..13fbb58b4d2
--- /dev/null
+++ b/markdown/org/docs/patterns/paco/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Paco pants"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/penelope/cutting/uk.md b/markdown/org/docs/patterns/penelope/cutting/uk.md
new file mode 100644
index 00000000000..22f7b10c428
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/cutting/uk.md
@@ -0,0 +1,39 @@
+- - -
+title: "Penelope pencil skirt: Cutting Instructions"
+- - -
+
+
+
+The number of back parts depends on whether you want a vent, or have moved the zipper to the back seam.\
+Either one of these options will require you to cut out two individual back parts. Otherwise the back is cut on the fold.\
+Due to this, the cutting list does not specify how many back parts to cut as the pattern options determine this.
+
+
+
+**Main Fabric**
+
+- Cut **1 front** part on fold.
+- Cut **back** part(s).
+- (Optional) Cut **1 waistband** parts on the fold.
+
+**Lining Fabric (Optional)**
+
+- Cut **1 front** part on fold.
+- Cut **back** part(s).
+
+
+
+[See Penelope Instructions](docs/patterns/penelope/instructions/#lining) to understand alterations to the front and back parts required for the lining.
+
+
+
+**Interfacing**
+
+- Cut **1 waistband** part on the fold.
+
+
+
+When you cut out a piece on the fold, remember that the fold does not need to be in the middle of the fabric.
+Choosing the placement of your pieces wisely can greatly reduce the amount of fabric you need for your skirt.
+
+
diff --git a/markdown/org/docs/patterns/penelope/fabric/uk.md b/markdown/org/docs/patterns/penelope/fabric/uk.md
new file mode 100644
index 00000000000..3ab580e108e
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/fabric/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Penelope pencil skirt: Fabric Options"
+- - -
+
+### Main Fabric
+
+A pencil skirt is a rather formal cut, and most commonly is made in a suiting material. In other words, a **fine wool**. More casual options among **medium weight** fabrics include **cotton** or **denim**.
+
+Using a fabric with some stretch will make it easier to get a comfortable fit and give you some more room to move about as pencil skirts fit rather tight. **Scuba** is often seen in pencil skirts as it is firm, has body but also stretchs.
+
+### Lining Fabric
+
+The lining fabric needs to be light, and allow the body to slide over it easily. You also don't want something to thick as this will be constricting. **Silky** fabrics are the go to choice as they are lightweight and slippery.
diff --git a/markdown/org/docs/patterns/penelope/instructions/uk.md b/markdown/org/docs/patterns/penelope/instructions/uk.md
new file mode 100644
index 00000000000..8d0413b018e
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/instructions/uk.md
@@ -0,0 +1,130 @@
+- - -
+title: "Penelope pencil skirt: Sewing Instructions"
+- - -
+
+
+
+Due to the different styles and configurations of Penelope, we will first go over some tips of the different elements that make up a pencil skirt.
+
+
+
+## Notes and tips
+
+### Lining
+
+Pencil skirts are tight. This limits your movement quite a bit. More so, when you try to sit down, the skirt may try to pull itself off your waist, or, when you get back up, stay quite high on your bum. Lining the skirt will make it move a lot easier around your curves, and thereby make it easier for you to move.
+
+Adding lining can be done by creating a slightly shorter front and back piece, that has some extra fabric in the middle. The extra fabric makes it easier for the lining to move. One inch for each of the front and back pieces is enough. You can either make a box pleat in the front and back, or add the extra fabric where the darts are. You do not need to sew darts in the lining fabric. Just a pleat at the dart position will be fine.
+
+### Waistband
+
+A waistband is optional on Penelope. If you omit it, there will be quite some stress on the top of the zipper. Make sure your zipper is up to the task. An invisible zipper might not be the best option then, since they can't always take that much strain.
+
+### Zipper
+
+Without the zipper it will be impossible to get in and out of the skirt. So it should be at least the length from your waist to the largest part of your bum. Longer will make it easier to put the skirt on and off. Don't use one that's too long, because the part of the seam where the zipper is behaves differently than the part without it, and you want to try to make it invisible also in movement.
+
+Traditionally, an invisible zipper is used in a pencil skirt but a regular zipper will work just as well. You can even use a zipper that constrast your fabric if the fancy takes you. Choose what works for you and the style you're going for. Be creative (or not) it is entirely up to you! All though if your fabric is on the heavier side you might want to opt for a different closure entirely.
+
+### Vent
+
+A vent in the back is optional with Penelope. It will allow you to walk a lot easier than if you make the skirt without it. The vent also influences where the zipper will be located. If you choose to have no vent, the default zipper location is on the side seam, and the back will be cut-on-fold. With the vent, there has to be a seam in the back piece, and the zipper will be located on that seam.
+
+### Darts
+
+Darts are used to compensate for the difference between your waist and seat measurements. Depending on this difference, there can be two darts, one dart, or no darts at all. More darts make for a potentially better fit. But if the amount of fabric that the dart will take in becomes too small, the number of darts will be reduced. Otherwise it would be very difficult to sew the darts, and they would probably become rather unsightly. Some of the difference will be taken in by the side seam, and if the difference is small, no darts will be included in the front and back pieces.
+
+## Construction
+
+
+
+We're not going to go into a full explanation on how to create all the individual details
+that make up a pencil skirt. These instructions assume that you know how to sew a dart, insert an invisible
+zipper, make a vent, etc. If not, there are numerous excellent articles available on the
+web, both in writen form, and on video. If you do get stuck, you can always reach out to
+[other FreeSewers](https://discord.freesewing.org/) in our discord.
+
+
+
+### Step 1: Darts
+
+- Sew all the darts.
+- Press the darts towards the back.
+ - For the back piece(s), that means you press the darts towards eachother.
+ - For the front piece, that means you press the darts towards the side seams.
+
+### Step 2: The zipper
+
+- With _good sides together_, sew the seam that has the zipper leaving the top open for the zipper.
+- Insert the zipper into the seam following the procedure that is appropriate for the type of zipper you're using.
+
+
+
+If using a different closure, construct it during this step.
+
+
+
+### Step 3: Sew the side seams
+
+- With _good sides together_, sew up both the side seams.
+- With _good sides together_, if not the zipper seam, sew the centre back seam either completely or down to the vent if included.
+
+### Step 4: The lining (Optional)
+
+You can skip this step if not making a lining.
+
+- Follow Step 1 - 4 to construct the lining with the following changes:
+ - Adjust the darts to compensate for the extra 'ease' in the lining pieces.
+ - Do not include the zipper but leave the opening in the zipper seam.
+- Attach the lining to the body in your prefered way. You will need to construct the vent during this and connect the lining to the zipper.
+
+
+
+How to distribute the extra 'ease' is up to you. You can either add it to the darts by increasing them. or you can add another dart or box pleat in the middle.
+
+
+
+
+
+If you prefer to insert the zipper with the main and lining fabric as one, you will need to omit inserting the zipper until this step.
+
+
+
+### Step 5: The waistband
+
+- Face lengthwise half of the waistband.
+- Press a fold the waistband in half lengthwise.
+- With _good sides together_ sew the face half of the waistband to the top of the skirt. Part of this waistband should overhang the zipper seam.
+- Press the waistband up and away from the skirt.
+- Press the remaining waistband seam allowances to the inside of the waistband.
+- Fold and press the waistband to the inside along fold line.
+- _Stitch in the ditch_ to secure the waistband.
+- _Slipstitch_ or _Whipstitch_ the gap in the waistband that goes over the zipper seam
+- Construct your preferred choice of closure where the waistband overlaps.
+
+
+
+Alternatively you can _Edgestitch_ the waistband in place which will admit the need to hand-stitch the gap closed but this will leave visible stitching.\
+The closure can be a button and buttonhole, snaps or simple dress hooks. It's really up to you.
+
+
+
+### Step 6: The hem and vents
+
+This step is only needed if you have not lined your skirt as the hem and vents would have been taken care of in that step.
+
+- If desired, face the hem and vents.
+- Construct the vents with your preferred method
+- Press under the hem allowances of the skirt.
+- If hem is large enough and/or the fabric press under a small amount along the top, this will help to prevent farying.
+- Secure the hem in place with your preferred method. For instance you can sew from the outside or _Slipstitch_ from the inside. This comes down to how you want the finished product to look.
+
+
+
+If the seam allowances are big enough you can sew the hems as narrow hems. This is especially useful if your fabric is prone to fraying.
+
+
+
+### Step 7: Enjoy!
+
+- Now all that's left to do is to enjoy you new skirt!
diff --git a/markdown/org/docs/patterns/penelope/measurements/uk.md b/markdown/org/docs/patterns/penelope/measurements/uk.md
new file mode 100644
index 00000000000..bf3f1729598
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Penelope pencil skirt: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/penelope/needs/uk.md b/markdown/org/docs/patterns/penelope/needs/uk.md
new file mode 100644
index 00000000000..857ccadbd28
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/needs/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Penelope pencil skirt: What You Need"
+- - -
+
+To make Penelope, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 1 meter (1.1 yards) of a suitable main fabric ([see Penelope Fabric options](/docs/patterns/penelope/fabric))
+- An invisible or regular closed end zipper
+- Some interfacing for the waistband (if using) and maybe for the vent and hem
+- Some sort of closure for the waistband (if using)
+- (Optional) About 1 meter (1.1 yards) of suitable lining fabric ([see Penelope Fabric options](/docs/patterns/penelope/fabric))
diff --git a/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md b/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md
new file mode 100644
index 00000000000..8a02444e50c
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back dart depth factor"
+- - -
+
+How far down does the back dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/backvent/uk.md b/markdown/org/docs/patterns/penelope/options/backvent/uk.md
new file mode 100644
index 00000000000..105e4965cc8
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/backvent/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back vent"
+- - -
+
+This adds a vent to the back of the skirt.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/backventlength/uk.md b/markdown/org/docs/patterns/penelope/options/backventlength/uk.md
new file mode 100644
index 00000000000..a6c302a1009
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/backventlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back vent length"
+- - -
+
+This controls the length of the back vent as a percentage of the skirt length.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md b/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md
new file mode 100644
index 00000000000..c2f53614e9f
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Dart to side seam factor"
+- - -
+
+Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md b/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md
new file mode 100644
index 00000000000..7afa3b86578
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front dart depth factor"
+- - -
+
+How far down does the front dart go from the waistband. This is a factor of the natural waist To seat measurement.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/hem/uk.md b/markdown/org/docs/patterns/penelope/options/hem/uk.md
new file mode 100644
index 00000000000..f7460dffe94
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/hem/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Size of the hem"
+- - -
+
+The size of the hem.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/hembonus/uk.md b/markdown/org/docs/patterns/penelope/options/hembonus/uk.md
new file mode 100644
index 00000000000..42e313c5675
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/hembonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Hem bonus"
+- - -
+
+This option will reduce the circumference of the skirt at the hem. Percentage of the seat measurement.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md b/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..062de707a0a
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+This controls the length of the skirt. Percentage of the natural waist to knee measurement.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md b/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md
new file mode 100644
index 00000000000..62ebcc4e3d7
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Number of darts"
+- - -
+
+The number of darts used in the pattern. The maximum is 2, but this option can be reduced by the pattern if the calculations create darts that are too small.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/seatease/uk.md b/markdown/org/docs/patterns/penelope/options/seatease/uk.md
new file mode 100644
index 00000000000..44e0c7f1514
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/seatease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Seat ease"
+- - -
+
+Amount of ease around the fullest part of your bum.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/uk.md b/markdown/org/docs/patterns/penelope/options/uk.md
new file mode 100644
index 00000000000..64b2ea29b07
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Penelope pencil skirt: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/waistband/uk.md b/markdown/org/docs/patterns/penelope/options/waistband/uk.md
new file mode 100644
index 00000000000..bf1ba378c34
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/waistband/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist band"
+- - -
+
+Adds a waistband to the pattern.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md
new file mode 100644
index 00000000000..1230455f95a
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist band width"
+- - -
+
+The width of the waist band.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/waistease/uk.md b/markdown/org/docs/patterns/penelope/options/waistease/uk.md
new file mode 100644
index 00000000000..0b287d62dba
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/waistease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist ease"
+- - -
+
+The amount of ease at the waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md b/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md
new file mode 100644
index 00000000000..3604758d9ca
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Zipper location"
+- - -
+
+Controls the location of the zipper. Either at the back seam, or at the side seam
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/penelope/uk.md b/markdown/org/docs/patterns/penelope/uk.md
new file mode 100644
index 00000000000..daf45d16f31
--- /dev/null
+++ b/markdown/org/docs/patterns/penelope/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Penelope pencil skirt"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/sandy/cutting/uk.md b/markdown/org/docs/patterns/sandy/cutting/uk.md
new file mode 100644
index 00000000000..240ecd86a79
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/cutting/uk.md
@@ -0,0 +1,26 @@
+- - -
+title: "Sandy circle skirt: Cutting Instructions"
+- - -
+
+
+
+If not using seamless follow the default list, If using seamless follow the seamless list.
+
+
+
+**Main Fabric**
+
+- (If default) Cut **1 skirt** part on the fold.
+- (If seamless) Cut **1 skirt** part on double fold.
+- (If default) Cut **2 waistband** parts.
+- (If seamless) Cut **1 waistband** part.
+
+**Lining Fabric (Optional)**
+
+- (If default) Cut **1 skirt** part on the fold.
+- (If seamless) Cut **1 skirt** part on double fold.
+
+**Interfacing**
+
+- (If default) Cut **2 waistband** parts.
+- (If seamless) Cut **1 waistband** part.
diff --git a/markdown/org/docs/patterns/sandy/fabric/uk.md b/markdown/org/docs/patterns/sandy/fabric/uk.md
new file mode 100644
index 00000000000..4e7146493d7
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/fabric/uk.md
@@ -0,0 +1,39 @@
+- - -
+title: "Sandy circle skirt: Fabric Options"
+- - -
+
+### Main Fabric
+
+A circle skirt is a very versatile garment and can be made from a variety of fabric. It all depends on your intended use and preferred style.
+
+- If you wish for an everday, easy to wash skirt then **Linen** and **Cotton** is the way to go.
+- If you are looking for something more formal you may want to try **Suiting Fabrics**.
+- If you want something warm for the winter you can try **Wools**.
+- If wish for something flowy that drapes you can try lightweight materials such as **Chiffon**.
+- If you are want something for a special occasion who may wish to try **Brocades** and **Silks**.
+
+Basically any fabric can be used to make a circle skirt you just need to find one that is right for you.
+
+
+
+Keep in mind the weight, drape and body of the fabric. Do you want the skirt to hang? or do you want it to swoosh? do you want it to be rigid or flowy?
+Another thing to look out for is gathering, if you are making a gathered Sandy you will need to make sure your fabric can gather nicely or be pleated if you prefer.
+Circle skirts can look very different dependant on these things and whether you are making a full, half or quarter circle skirt.
+
+
+
+
+
+Need some inspo? check out [Sandy's showcase](/showcase/designs/sandy/) page and see some finished Sandy's made by our wonderful community.
+
+
+
+### Lining Fabric
+
+Linings are optional for Sandy but you made need one if your main fabric is scratchy, sheds, hard to wash or is not nice to wear against skin. You will want to use lighter fabrics to reduce bulk such as lightweight **Cottons** and **Silks**.
+
+
+
+Though pockets are not included in Sandy many people like to add them so make sure your lining can hold weight if you intend to make them out of the same fabric.
+
+
diff --git a/markdown/org/docs/patterns/sandy/instructions/uk.md b/markdown/org/docs/patterns/sandy/instructions/uk.md
new file mode 100644
index 00000000000..af685a182cf
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/instructions/uk.md
@@ -0,0 +1,156 @@
+- - -
+title: "Sandy circle skirt: Sewing Instructions"
+- - -
+
+
+
+Due to the different styles and configurations of Sandy you may find you need to skip or re-order certain steps.
+We're not going to go into a full explanation on how to create all the individual details that make up a circle skirt. These instructions assume that you know how to sew a zipper, construct pockets, etc. If not, there are numerous excellent articles available on the web, both in writen form, and on video. If you do get stuck, you can always reach out to [other FreeSewers](https://discord.freesewing.org/) in our discord.
+
+
+
+
+
+Due to seamless and closure Sandy's needing different constructions we have separated their instructions.
+
+
+
+## Sandy with Closure (default)
+
+### Step 1: Prepping the Skirt
+
+- With _good sides together_ sew the skirt seam up to where you intend the opening to start.
+- Add Pockets if using.
+- If using lining, prep the same as the skirt.
+- _Finish_ if not lining.
+
+
+
+Pockets are not included in Sandy as it has one seam by default, if you cut multiple skirt pieces instead of a single one you and easily add pockets.
+
+
+
+### Step 2: Prep the opening
+
+- Insert zipper or placket into opening if using.
+- If not using, press the openings seam allowance to the inside and _Edgestitch_/_Topstitch_ in place. You may also wish to continue the topstiching down the seam.
+
+
+
+Skip this step if you are including the zipper in the waistband.
+
+
+
+### Step 3: Lining
+
+- Face the skirt if desired.
+- Attach Lining to skirt at hem and opening by your preferred method.
+- _Baste_ Lining to skirt at waist.
+- Gather skirt and lining skit if needed.
+
+
+
+These instructions will treat the lining and skirt the same at the waist.\
+If not lining you should face the skirt when hemming later.
+
+
+
+### Step 4: The waistband
+
+- Face half the waistbands parts lengthwise.
+- With _good sides together_ sew the waistbands together along one of the short edges.
+- Press under the seam allowance on the long edge of the waistband that is not faced.
+- Attach the faced side of the waistband, _good sides together_ to the skirt. There will be some overhang, the side you wish not to overlap should be overhang by your seam allowance. The side intended to overlap will have a greater overhang. Trim seam.
+- Press the waistband and seam allowance up and away from the skirt.
+- If inserting a zipper now is the time to do so, attach the zipper from the fold line down. Then follow the rest of the instructions ommiting overhangs and other closures. You will need to attach the lining to the zipper at this point if you have not treated the lining and skirt as one at the opening.
+- Press the waistband _good sides together_ along fold-line.
+- Sew the overhangs with your seam allowance.
+- Turn the waistband out and to the inside, Press.
+- _Egdestitch_ the waistband in place, this should also close the gap of the over-lap.
+- Alternatively, _Slipstich_ or _Whipstitch_ the waistband in place on the inside and close the gap of the over-lap with _Slipstiching_.
+- Add button and buttonhole, snaps or dress hooks, whatever is your preferred closure to the waistband overhang.
+
+
+
+If you are having trouble keeping the pressed under seam allowance of the waistband folded/not staying pressed you may find it helpful to _Baste_ the fold in place.
+
+
+
+### Step 5: Hemming/Facing
+
+If you have hemmed the skirt with the lining you can skip this step.
+
+- Faced the skirt if desired.
+- Line the facing if desired.
+- Hem the skirt if you have not already done so with the lining.
+
+
+
+There are many ways to hem/face the bottom of a skirt, If you have a prefered method use it here.
+
+
+
+### Step 6: Enjoy!
+
+You are all done! Now go enjoy your wonderful new skirt!
+
+## Sandy with no closure (seamless/elasticated waistband)
+
+### Step 1: Lining and Skirt
+
+- Face skirt if desired.
+- Attach Lining to skirt at hem by your preferred method if using.
+- _Baste_ Lining to skirt at waist.
+- _Finish_ seams if not lining.
+- Gather skirt and lining skit if needed.
+
+
+
+These instructions will treat the lining and skirt the same at the waist.\
+If not lining you should face the skirt when hemming later.
+
+
+
+### Step 2: The waistband
+
+- With _good sides together_ sew the waistband in half along the short seams, leaving a gap for the elastic that will be on the inside.
+- Press under the seam allowance on the long edge of the waistband that is intended to be on the inside.
+- With _good sides together_ attach the waistband to the skirt along the unpressed seam. Trim seam.
+- Press waistband and seam allowance up away from skirt.
+- Press the waistband to the inside along the fold-line.
+- _Edgestitch_ the waistband in place.
+- Alternatively you can _Slipstitch_ or _Whipstitch_ the waistband in place on the inside.
+- Cut the elastic to your waist.
+- Thread the elastic through the opening of the waistband making sure not to lose the end.
+- Overlap the ends by 1cm (3/8 inch) and zig-zag stitch in place.
+- Tuck elastic into waistband and close the opening with hand-sewing.
+
+
+
+If you are having trouble keeping the pressed under seam allowance of the waistband folded/not staying pressed you may find it helpful to _Baste_ the fold in place.
+
+
+
+### Step 3: Hemming/Facing
+
+If you have hemmed the skirt with the lining you can skip this step.
+
+- Faced the skirt if desired.
+- Line the facing if desired.
+- Hem the skirt if you have not already done so with the lining.
+
+
+
+There are many ways to hem/face the bottom of a skirt, If you have a prefered method use it here.
+
+
+
+### Step 4: Enjoy!
+
+You all done! Now go enjoy your wonderfully seamless skirt!
+
+
+
+These instructions are just a suggestion, there are many ways to construct a circle skirt so feel free to deviate or completely disregard. If you need help, you can always reach out to [other FreeSewers](https://discord.freesewing.org/) in our discord.
+
+
diff --git a/markdown/org/docs/patterns/sandy/measurements/uk.md b/markdown/org/docs/patterns/sandy/measurements/uk.md
new file mode 100644
index 00000000000..25850ff868c
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Sandy circle skirt: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/sandy/needs/uk.md b/markdown/org/docs/patterns/sandy/needs/uk.md
new file mode 100644
index 00000000000..aaaf03170ef
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/needs/uk.md
@@ -0,0 +1,47 @@
+- - -
+title: "Sandy circle skirt: What You Need"
+- - -
+
+To make Sandy, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 2 - 6 metres (2.2 - 6.6 yards) of a suitable main fabric ([see Sandy Fabric options](/docs/patterns/sandy/fabric))
+- Some interfacing for the waistband
+- (Optional) Facing for the hem.
+- Some sort of closure for the waistband (if not seamless)
+- (Optional) About 2 - 6 metres (2.2 - 6.6 yards) of suitable lining fabric ([see Sandy Fabric options](/docs/patterns/sandy/fabric))
+- Elastic (if needed)
+
+Due to the many different styles of Sandy it is difficult to precisely say what you need so we will go through some of the options.
+
+##### Main Fabric
+
+The length you require is dependant on how long and how full your circle skirt is, mid length and smaller should be sufficent with 2 - 2.5 metres whearas a floor length will require more. If in doubt buy a metre more than you think. Also don't be afraid to piece if your fabric is not wide or long enough, it is better to have an extra seam than not to use the fabric you like.
+
+
+
+Don't forget that the waistband also needs to be cut from the main fabric.
+
+
+
+
+
+If making a **seamless** Sandy you will need to make sure the width of your fabrics are double the length of your skirt pieces otherwise you will have to piece or add seams.
+
+
+
+##### Lining Fabric
+
+Lining fabric is only really needed if your main fabric is unpleasant to have against the skin or hard to wash. You will need the same amount as your main fabric if you are fully lining the skirt. If you only intend to make pockets with a lining you only need 0.25 - 0.5 metres of fabric.
+
+##### Hem Facing
+
+To add flare/keep the hems shape you may wish to add a facing to the bottom of the skirt. This can be done multiple ways such as the use of horsehair braid or tarlatan and really depends on the look you are going for and the fabric you are using.
+
+##### Closures
+
+If not making an elasticated Sandy you will need some type of closure. This can be just a zip that is inserted in to the waistband and seam or it can be buttons, dress hooks, or snaps with an overlapping waistband and an openining, placket or zipper at the top of the seam.
+
+##### Elastic
+
+Elastic is needed if you intend to make a seamless or a closure free Sandy. Width-wise it will need to be able to fit inside the waistband, length-wise it will need to be able to fit around your waist.
diff --git a/markdown/org/docs/patterns/sandy/options/circleratio/uk.md b/markdown/org/docs/patterns/sandy/options/circleratio/uk.md
new file mode 100644
index 00000000000..96510017577
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/circleratio/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Circle ratio"
+- - -
+
+
+
+The percent of a circle skirt. 100% makes a full circle skirt, 50% makes a half circle skirt.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/gathering/uk.md b/markdown/org/docs/patterns/sandy/options/gathering/uk.md
new file mode 100644
index 00000000000..ef95f1412ca
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/gathering/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Gathering"
+- - -
+
+
+
+The percent by which the top of the skirt is longer than the bottom of the waistband. Give a value higher than 0 to pleat the skirt.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md b/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md
new file mode 100644
index 00000000000..5d392f9b254
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hem width"
+- - -
+
+
+
+The width of the hem.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md b/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..b40335a1f68
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+The length of the skirt.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md b/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md
new file mode 100644
index 00000000000..10fe655ab63
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Seamless full circle"
+- - -
+
+
+
+Select 'yes' for a seamless circle, which is cut on a double fold. Since it has no openings, you'll need an elastic waistband.
+
+
+
+This produces a full circle ignoring the _Circle percent_ option.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/uk.md b/markdown/org/docs/patterns/sandy/options/uk.md
new file mode 100644
index 00000000000..3c26ea5ac71
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Sandy circle skirt: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md
new file mode 100644
index 00000000000..da46e90c31d
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waistband overlap"
+- - -
+
+
+
+The length of the overlap between the ends of the waistband, to allow a button. 0 means no overlap, for example to place a zipper that goes all the way to the top of the waistband.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md
new file mode 100644
index 00000000000..bf4d45e2432
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waistband position"
+- - -
+
+
+
+Where the waistband sits. 0% makes it sit on the natural waist, 100% makes it sit on the hips.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md
new file mode 100644
index 00000000000..38b3975e54b
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waistband shape"
+- - -
+
+
+
+The shape of the waistband. Straight makes things easier, but a rounded waistband adapts to your body if you have a fair difference between waist and hips circumferences.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md
new file mode 100644
index 00000000000..54ec52c3823
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waistband width"
+- - -
+
+
+
+The width of the waistband
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sandy/uk.md b/markdown/org/docs/patterns/sandy/uk.md
new file mode 100644
index 00000000000..8f2aadf2683
--- /dev/null
+++ b/markdown/org/docs/patterns/sandy/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Sandy circle skirt"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/shin/cutting/uk.md b/markdown/org/docs/patterns/shin/cutting/uk.md
new file mode 100644
index 00000000000..cb83c54e3a7
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/cutting/uk.md
@@ -0,0 +1,24 @@
+- - -
+title: "Shin swim trunks: Cutting Instructions"
+- - -
+
+- Cut **2 backs** with good sides together
+- Cut **4 fronts** 2 x 2 with good sides together
+- Cut **1 waistband**
+
+## Caveats
+
+- To save paper, the waistband is not completely printed on the pattern since it's just a long rectangle. So look for the length indicator, and cut out a rectangle of that size.
+- The hem allowance is double the standard seam allowance.
+
+Shin is a very simply pattern, and consists of two main parts plus the waistband.
+
+Below is a typical draft layout:
+
+
+
+
+
+The [pattern notation guide][1] explains all the different markings and lines on your draft.
+
+
diff --git a/markdown/org/docs/patterns/shin/fabric/uk.md b/markdown/org/docs/patterns/shin/fabric/uk.md
new file mode 100644
index 00000000000..8edd665fc47
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/fabric/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shin swim trunks: Fabric Options"
+- - -
+
+Swim trunks should be made out of a material with stretch that is suitable for being in the water.
+
+Typically, this falls apart in a few categories:
+
+- Nylon mixed with elastene, spandex, or lycra is soft and stretchy. This is what most casual swimwear is made from.
+- Polyester mixed with PBT (polybutylene terephthalate) is less soft to the touch, but resistant to chlorine and salt water. This is what a lot of competitive swimwear is made from.
+- Neoprene, also known as scuba, is heavier and less stretchy. It's the stuff scuba suits are made from.
diff --git a/markdown/org/docs/patterns/shin/instructions/uk.md b/markdown/org/docs/patterns/shin/instructions/uk.md
new file mode 100644
index 00000000000..af3f1aaba60
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/instructions/uk.md
@@ -0,0 +1,87 @@
+- - -
+title: "Shin swim trunks: Sewing Instructions"
+- - -
+
+> ### Images coming soon
+>
+> These instructions are a work in progress, and we haven't created the illustrations yet. They will be added soon.
+
+## Step 1: Join the backs
+
+Put your two backs on top of each other with the good sides together, and sew them together allong the center back seam.
+
+## Step 2: Join the fronts
+
+### Sew the front seam
+
+Put two of your fronts on top of each other with the good sides together, and sew them together allong the center front seam.
+
+Repeat with the two other fronts so you have two identical sets.
+
+### Baste fronts together
+
+We have 4 fronts because we'll have a double layer at the front of our swim trunks.
+
+Since swimwear fabric tends to be slippery, it's a good idea to baste your fronts together to make it easier to work with them in the next steps.
+
+So place your fronts on top of each other, with good sides out, and sew them together with some large basting stitches in the seam allowance.
+
+## Step 3: Join the sides
+
+Place your back down with the good side up, and place your double front layer on top. Sew fronts and back together at the side seams.
+
+## Step 4: Sew the cross seams
+
+Keep your swim trunks with the good side inwards (the back at least, the front has good side on both sides) and sew the crossseam to create the leg openings.
+
+## Step 5: Place eyelets for the draw string
+
+Mark the middle of your waistband length. Fold the waistband double, and mark the middle of the width (do not take the seam allowance into account).
+
+A bit to the left and right of this, you can add two eyelets to pass a drawstring through. This will avoid an embarassing situation when you go for that big dive and now suddenly find your swim trunks on your ankles.
+
+> ### It's best to add some reinforcement
+>
+> As swimwear fabric is slippery and thin, you might want to add some reinforcement behind these eyelets. A leftover piece of denim will do just fine.
+
+## Step 6: Prepare the elastic
+
+There's no magic formula for the length of your elastic. So you wrap it around your waist and pull it tight until you get a good fit.
+
+Mark this length, cut the elastic, and join the two ends together.
+
+## Step 7: Join the waistband
+
+Fold the waistband in half with good sides together and line of the (short) edges. Sew them together.
+
+## Step 8: Attach the waistband
+
+Fold your waistband double along the length with good sides out, and place the elastic inside. Make sure to align the place where the elastic is joined with the place the waistband is joined.
+
+Align the back of your swim trunks with the place where you joined the waistband, align the edge of the waistband with the edge of the back, and pin them together. Make certain that you pin it to the bad side of the back.
+
+> ### Mind your eyelets
+>
+> If you've made eyelets in your waistband, double check that they are placed towards the outside, not the inside of your waistband.
+
+Find the front of the waistband (easy if there's eyelets, if not just fold it double) and align that with the front seam. Pin this in place too.
+
+Now make your way around the swim trunks waist, pinning the waistband in place.
+
+Then, sew the waistband to the swim trunks, as close to the the elastic as you can, but don't sew into the elastic.
+
+It's fine to not sew too close the first time around, and once your elastic is attached and encased, make a second round to sew it a bit more snugly.
+
+## Step 9: Hem the legs
+
+Fold the hem upwards, and sew it down. If you have a coverlock, use it. If not, use a twin needle or zig-zag stitch to keep the seam stretchable.
+
+> ### Fold only once, to avoid bulk
+>
+> Swimwear fabric doesn't ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric.
+
+## Step 10: Thread a draw string around the waist
+
+Thread a drawstring through one eyelet, around the waist, and out of the other eyelet.
+
+That's it, you're done 👍
diff --git a/markdown/org/docs/patterns/shin/measurements/uk.md b/markdown/org/docs/patterns/shin/measurements/uk.md
new file mode 100644
index 00000000000..5fae6c80840
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Shin swim trunks: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/shin/needs/uk.md b/markdown/org/docs/patterns/shin/needs/uk.md
new file mode 100644
index 00000000000..7b886c9cb46
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/needs/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Shin swim trunks: What You Need"
+- - -
+
+To make Shin, you will need the following:
+
+- Basic sewing supplies
+- About 0.75 meters (0.8 yards) of a suitable fabric ([see Fabric options](/docs/patterns/shin/fabric))
+- two eyelets and a drawstring
+
+> ## A serger/overlock is nice, but optional
+>
+> As with all stretch fabrics, a serger/overlock will make your life easier.
+>
+> If you do not have one of those, don't despair. You don't really need it. You can use another technique for stretch seams, such as a zig-zag stich, twin needle, or elastic thread.
diff --git a/markdown/org/docs/patterns/shin/options/backrise/uk.md b/markdown/org/docs/patterns/shin/options/backrise/uk.md
new file mode 100644
index 00000000000..e7393a86b0c
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/options/backrise/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Back rise"
+- - -
+
+How much extra rise do you want at the back?
+
+This factor will raise the waist at the back of your swim trunks only.
+
+> If you want to raise the waist overall, that's what the **rise** option does
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/shin/options/bulge/uk.md b/markdown/org/docs/patterns/shin/options/bulge/uk.md
new file mode 100644
index 00000000000..16ba8943b86
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/options/bulge/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Bulge"
+- - -
+
+How much room do you want in the front?
+
+Increasing this will creating more room in the front.
+
+> If it's vertical room you're looking for, that's what the **rise** option does
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md b/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md
new file mode 100644
index 00000000000..2ef3817d360
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Elastic width"
+- - -
+
+> #### What's the point?
+>
+> This option is closely linked to the **rise** option that determines how high your swim trunks will rise on your waist.
+>
+> However, the width of your elastic is also a factor to take into account, so that's where this option comes in.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/shin/options/legreduction/uk.md b/markdown/org/docs/patterns/shin/options/legreduction/uk.md
new file mode 100644
index 00000000000..d5b98291bd7
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/options/legreduction/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Leg reduction"
+- - -
+
+The amount to further reduce the stretch at the (upper) legs.
+
+> #### What's the point?
+>
+> This option makes the legs fit more snugly than the rest of your swimming trunks to avoid gaping.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/shin/options/rise/uk.md b/markdown/org/docs/patterns/shin/options/rise/uk.md
new file mode 100644
index 00000000000..7fda1e38469
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/options/rise/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Rise"
+- - -
+
+This option controls the overal height of the waist.
+
+> The higher the rise, the higher your waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/shin/options/stretch/uk.md b/markdown/org/docs/patterns/shin/options/stretch/uk.md
new file mode 100644
index 00000000000..9f655ca07c8
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/options/stretch/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Stretch"
+- - -
+
+The amount of overal (horizontal) stretch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/shin/options/uk.md b/markdown/org/docs/patterns/shin/options/uk.md
new file mode 100644
index 00000000000..2312e18d0ad
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Shin swim trunks: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/shin/uk.md b/markdown/org/docs/patterns/shin/uk.md
new file mode 100644
index 00000000000..3f1c6b84ada
--- /dev/null
+++ b/markdown/org/docs/patterns/shin/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Shin swim trunks"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/simon/cutting/uk.md b/markdown/org/docs/patterns/simon/cutting/uk.md
new file mode 100644
index 00000000000..386e70dc2ec
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/cutting/uk.md
@@ -0,0 +1,42 @@
+- - -
+title: "Simon shirt: Cutting Instructions"
+- - -
+
+- **Main fabric**
+ - Cut **1 front left**
+ - Cut **1 button placket** (only if you opted for a separate button placket)
+ - Cut **1 front right**
+ - Cut **1 buttonhole placket** (only if you opted for a separate buttonhole placket)
+ - Cut **1 back**
+ - Cut **1 collar**
+ - Cut **1 undercollar**
+ - Cut **2 yoke(s)** or **4 yokes** if you've chosen a split yoke
+ - Cut **2 sleeve(s)**
+ - Cut **2 collar stand(s)**
+ - Cut **2 sleeve placket underlap(s)**
+ - Cut **2 sleeve placket overlap(s)**
+ - Cut **4 cuff(s)**
+- **Fusible interfacing**
+ - Cut **1 collar**
+ - Cut **1 undercollar**
+ - Cut **2 collar stand(s)**
+ - Cut **2 cuff(s)**
+
+
+
+When cutting out two, you can cut them [good sides together](/docs/sewing/good-sides-together).
+However, when working with fabric with a pattern, I prefer to cut them individually to finely control the pattern matching.
+
+When you cut them individually, remember that they need to be mirror images of each other. So flip either your pattern or your fabric over when cutting the second one.
+
+
+
+
+
+###### Caveats
+
+- The **front right**, **front left**, and **sleeve** have seams that should be made into flat-felled seams. As such, they have extra seam allowance on those seams. When cutting out these pieces, you **must** include this extra seam allowance.
+- The cuff guard and cuff placket have no seam allowance. That is normal, just cut them out as they are drawn on the pattern.
+- Do not cut out the darts in the **back** piece. You should mark them, but not cut them out.
+
+
diff --git a/markdown/org/docs/patterns/simon/fabric/uk.md b/markdown/org/docs/patterns/simon/fabric/uk.md
new file mode 100644
index 00000000000..181c460b571
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/fabric/uk.md
@@ -0,0 +1,73 @@
+- - -
+title: "Simon shirt: Fabric Options"
+- - -
+
+Any fabric shop that is worth your business should have a shirting section. You can just walk in, ask where you can find the shirting, and pick out something you like.
+
+Most of what you'll find there will be cotton, or a blend of cotton. But you're free to go for another fiber too.
+
+When shopping online, it can be harder to get a good idea of what you're looking at. In the absence of touch, it's good to know a thing or two about the different weaves of fabrics. The weave is how the fabric was woven, and this determines not only how the fabric looks, but also how it will feel and drape.
+
+Without wanting to start an encyclopedia of fabrics here, here are some terms you may come across when shopping for shirt fabric online.
+
+## Broadcloth or poplin
+
+Broadcloth is the way to go for that white shirt for your job interview or wedding.
+
+Broadcloth (frequently referred to as poplin) is a simple weave and results in a flat plain fabric that will give you that crisp formal look.
+
+It's typically a lighter fabric and in light colours can tend to be a bit transparent.
+
+## Twill
+
+You can recognize twill fabrics by their characteristic diagonal texture from the weave.
+
+It drapes more easily than broadcloth, wrinkles less and when it does, is easier to iron.
+
+The flip side of the coin is that it won't give you that starchy crisp vibe that broadcloth can.
+
+## Pinpoint
+
+Pinpoint is the work horse of shirt fabrics. Typically they produce a heavier and thicker . and thus more durable . fabric.
+
+Pinpoint is a less formal look than broadcloth or twill, but more formal than oxford. This, combined with its durability, make it a great choice for your everyday work shirt.
+
+## Chambray
+
+Chambray is simple weave, similar to broadcloth. It is different because it uses a much heavier yarn, and typically different colours for the weft and width.
+
+The result is a much more textured fabric, both in touch as appearance where the different colours create a densely speckled two-coloured fabric.
+
+## Denim
+
+Denim needs no introduction. It's the stuff your jeans are made from.
+
+Technically a twill fabric (look for the signature diagonal texture) denim is produced in much lighter weights than the ones your jeans are made from. Those are the ones you can use for a shirt.
+
+## Flannel
+
+From Curt Cobain to the hipsters at your local coffee shop, they all swear by flannel shirts.
+
+Warmer than any other option here, flannel comes typically in brushed cotton though you might find it with added wool for extra warmth.
+
+## Linen
+
+Linen wrinkles like a mofo, but you can't beat it for safari looks.
+
+The reason you associate it with adventures in tropical climates is that linen breaths like nothing else and will keep you coolest of all.
+
+## Thread count
+
+A higher thread count means a smoother (and more expensive) fabric.
+
+Thread count is expressed in numbers, like 60s, 80s, 100s and so on to 300s and more.
+
+There's a catch though. Numbers above 100s are typically made by twisting two yarns together. Like a 160s thread count means that two 80s yarns were twisted together for the thread.
+
+## Single ply or Two ply
+
+If a thread is made up of two yarns (see thread count above) we call that Two ply.
+
+If the yarn is made up of a single thread, it's call Single ply.
+
+You can expect two ply to last longer, and be more expensive.
diff --git a/markdown/org/docs/patterns/simon/instructions/uk.md b/markdown/org/docs/patterns/simon/instructions/uk.md
new file mode 100644
index 00000000000..0e0c25bd2a3
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/instructions/uk.md
@@ -0,0 +1,658 @@
+- - -
+title: "Simon shirt: Sewing Instructions"
+- - -
+
+
+
+##### Follow the sew-along with Kelly and Julian
+
+Kelly Hogaboom and Julian Collins did a Simon(e) sew-along, and they've got videos of
+all the steps.
+If you're looking to make this pattern, Kelly and Julian can guide you start to finish.
+
+You can find all the material's on Kelly's
+site: [#simonsayssew with kelly hogaboom & julian collins](https://kelly.hogaboom.org/2020/07/simon-says-sew-with-kelly-hogaboom-and-julian-collins/)
+
+
+
+### Step 1: Fuse interfacing
+
+ 
+
+#### Press interfacing to cuffs
+
+To make two cuffs, you have cut out your cuff piece four times in fabric, and twice in interfacing.
+
+For each cuff, press the interfacing piece to the bad side of the cuff piece.
+
+> If the inside and outside of your cuff are the same fabric, it does not matter what cuff piece you press it to.
+>
+> However, a popular style detail is to have a different fabric for the inside of the cuff. In this case, make sure to press the interfacing to the piece that you want to be the outside of your cuff.
+
+> Depending on what cuff you have chosen, the shape of the cuff will be different.
+>
+> In the first illustration, you can see both a round barrel cuff and a French cuff as examples.
+>
+> Going forward, the round barrel cuff will be used in the illustrations, but the process is the same for the other cuffs.
+
+#### Press interfacing to collar, undercollar and collar stand
+
+To make your collar, you need to cut one undercollar, one collar, and two collar stands. All of this both in fabric and interfacing.
+
+For each piece, press the interfacing piece to the bad side.
+
+### Step 2: Prepare the cuffs
+
+#### Sew cuff together
+
+
+
+Place both parts of your cuff (one with interfacing, one without) together with the good sides, and sew them together at the standard seam allowance.
+
+> **Ensure you**
+>
+> - Do not sew together the side that we will attach to the sleeve later
+> - Stop at the seam allowance distance from the edge on the sleeve side
+
+#### Trim seam allowance
+
+
+
+Before we flip your cuff over, we need to trim back the seam allowance to remove bulk.
+
+#### Press back seam allowance
+
+
+
+Fold back the seam allowances on each side of the cuff where the cuff attaches to the sleeve, and press them down.
+
+> If you sewed too far along the edge earlier, you will have to unpick a few stitches.
+
+#### Turn cuff around and press
+
+
+
+Flip your cuff with the good sides out, and give it a good press.
+
+> When pressing your cuffs, make sure to roll the seam a bit to the backside of the cuff to guarantee that the inner fabric of the cuff is not visible.
+
+You can now put your cuffs aside, we'll attach them later.
+
+### Step 3: Prepare the collar
+
+#### Sew collar and undercollar together
+
+
+
+Place both collar parts together with the good sides, and sew them together at the standard seam allowance.
+
+#### Trim seam allowance
+
+
+
+Before we flip your collar over, we need to trim back the seam allowance to remove bulk.
+
+#### Turn collar and press
+
+
+
+Flip your collar with the good sides out, get those tips as pointy as possible, and give it a good press.
+
+> When pressing your collar, remember that the undercollar is a bit more narrow.
+>
+> When you align the non-sewn sides, this will cause the seam to roll towards the backside of the collar to guarantee that the inner fabric of the collar is not visible.
+
+#### Top-stitch collar
+
+
+
+Top-stitch along the edge of the collar. This locks down the seam allowance and makes for a crisp look.
+
+> How far you top-stitch from the edge is a style choice. It's often a bit less than the standard seam allowance. Have a look at some existing shirts to get an idea.
+
+### Step 4: Join collar and collar stand
+
+#### Place collar between collar stands and baste in place
+
+
+
+Mark the middle point of your collar and your collar stands with a pin. The middle point of each collar stand is actually slightly off-center since one end is longer than the other. Instead, find the middle point between the two notches.
+
+First place a collar stand with the good side up, then your collar with the undercollar facing up (and the non-sewn side at the top), and finally the second collar stand with the good side down.
+
+Your collar should sit between your two collar stands, and the middles (where you placed your pin) should be aligned.
+
+> The way things look will depend a little bit on your collar choices, but in general your collar is going to bend downward, and your collar stand will bend upward.
+>
+> To align this all, we are going to baste this together, rather than pin it. Your collar is an important part of your shirt, so it's worth basting this.
+
+First, replace the pins marking the middle with a pin that pins all parts together.
+
+Now, start basting from this pin and work your way to the corner of the collar, making sure to align both edges of the fabric.
+
+When you reach the corner of your collar, keep going and baste the end of both collar stands together.
+
+When you've done one side, start from your pin in the middle again and do the other side. When you're done basting, you can take out the pin.
+
+#### Sew your collar to the collar stands
+
+
+
+Sew along the edge of your collar stand, respecting the standard seam allowance.
+
+> Make sure to stop 2cm before the edge (twice the standard seam allowance) as we'll be folding the seam allowance over in the next step, and we need to leave the collar stands separated enough to slide the shirt in between them later.
+
+#### Fold back and press the collar stand seam allowance
+
+Fold back the seam allowance of your collar stand on the non-sewn side and press it down.
+
+> In the center part, pressing down the seam allowance will be easy. But towards the tips of your collar, doing so will be tricky without pressing folds in your collar.
+>
+> Press it as best as you can without making folds in your collar. We'll press this again after flipping the collar out.
+
+#### Turn collar stand and press
+
+
+
+Flip your collar stand with the good sides out, and give it a good press. Make sure to keep the seam allowance on the collar stand folded inwards.
+
+You can now put your collar aside, we'll attach it later.
+
+### Step 5: Optional: Sew in your label
+
+
+
+Our next step is to attach the yoke. But the yoke is a great place to put your label. So if you'd like to do that, we might as well start with that.
+
+Pick one yoke, and you can sew your label on it in the center (on the good side).
+
+### Step 6: Join the yokes to the back
+
+ 
+
+Place one yoke with the good side up. On top of that, place your back with the good side up, aligning the seam where it needs to be attached to the yoke.
+
+Finally, place your second yoke on top of the back, but with the good side down.
+
+Your back should now be sandwiched between the good sides of your two yokes.
+
+If that's the case, sew them in place along the back/yoke seam, making sure to respect the seam allowance.
+
+> If you added a label in step 1, make sure to put the yoke with your label at the bad side of your back.
+
+When you're done, don't forget to give it a good press to make the seam lie flat.
+
+### Step 7: Edge-stitch the yoke
+
+
+
+With your yokes attached to the back, we are going to edge-stitch along the seam we just made, on the yoke side.
+
+> Fold the inner yoke out of the way. Our edge stitching will catch the outer yoke, back and all the seam allowances, but not the inner yoke.
+
+Just sew right next to the seam joining the outer yoke to the back.
+
+> Edge-stitching is like top-stitching, but right next to the seam
+
+### Step 8: Close the back darts
+
+  
+
+> Depending on your measurements, your pattern might not have back darts at all. In that case, proceed to the next step.
+
+Your pattern may or may not have back darts. If it has them, you should close them now.
+
+Place your back down with the good side up, and fold it back from the side seam so the fold runs from the top to the bottom of your dart.
+
+Do the same for the other dart, so that both sides are folded back.
+
+Feel free to gently press in this crease, it will help you to neatly sew the darts.
+
+Sew across the line marking the dart to close the darts. Be careful to make sure the top and bottom of your darts are precisely where they need to be. If one dart sits higher than the other, it will look bad.
+
+When you're done, don't forget to give it a good press. Press the extra fabric of the dart towards the side seams.
+
+### Step 9: Prepare the button placket
+
+> If you have chosen a grown-on placket, you can skip the first two sub-steps and skip ahead to [Fold the button placket](#fold-the-button-placket).
+
+#### Sew on the button placket
+
+
+
+If you have chosen a separate button placket, sew it to the Front Right piece.
+
+Place the Front Right (piece 1) down with the good side up, and place the Button Placket (piece 1b) on top of it with the good side down, making sure to align the seam.
+
+Sew it in place with the default seam allowance.
+
+#### Press seam allowance to placket side
+
+Place your front with the good side down, and press the seam allowance to the button placket side.
+
+#### Fold the button placket
+
+
+
+Now, fold over the button placket on the first fold line, and press this fold in place.
+
+Then, fold the placket over again, making sure to have the fabric extend just beyond the seam that joins your placket to the front.
+
+When you're happy, press the folded placket.
+
+#### Sew down the folded placket
+
+
+
+> This is the classic approach. If you have chosen the seamless Button placket style, you don't have to do this.
+>
+> Rather than sew the placket down, simply leave it folded. The folds will be secured in place when we attach the buttons later.
+
+From the good side of your shirt, sew down the folded placket by stitching in the ditch.
+
+To do so, sew exactly on top of your earlier seam. Since you folded the fabric of your placket a bit past this seam, it will get caught at the back, fixing your folded placket in place, and locking the seam allowance inside.
+
+### Step 10: Prepare the buttonhole placket
+
+> If you have chosen a grown-on placket, you can skip the first two sub-steps and skip ahead to Understanding a classic buttonhole placket.
+
+#### Sew on the buttonhole placket
+
+
+
+If you have chosen a separate buttonhole placket, sew it to the Front Left piece.
+
+Place the Front Left (piece 2) down with the good side up, and place the Buttonhole Placket (piece 2b) on top of it with the good side down, making sure to align the seam.
+
+Sew it in place with the default seam allowance.
+
+When you're done, don't forget to give it a good press. Press the seam allowance towards the placket side.
+
+#### Press seam allowance to the placket side
+
+Place your front with the good side down, and press the seam allowance to the buttonhole placket side.
+
+#### Understanding a classic buttonhole placket
+
+> If you have chosen a seamless placket, you should follow the steps of the button placket, as the construction is identical.
+>
+> The steps below are for a classic buttonhole placket.
+
+
+
+Your placket has a bunch of lines on it, so let's first clarify what they are:
+
+- The buttonhole line has long dashes with buttonholes on it. It marks where the buttonholes should go
+- The two fold lines have long dashes and sit at an equal distance right and left of the buttonhole line
+- The two+two sew lines are dotted lines that sit at an equal distance of each fold line
+
+#### Trim back seam allowance
+
+> If you have chosen a grown-on placket, this does not apply.
+
+
+
+The seam allowance of where you sewed your buttonhole placket to your front should fit inside your folded placket.
+
+For that, trim back the seam allowance so that it doesn't extend beyond the first fold line on the placket.
+
+#### Fold the buttonhole placket
+
+ 
+
+Fold the placket on the first fold line. Press the fold in place.
+
+Then, fold the part you just folded again, this time on the second fold line. Press this fold in place too.
+
+> When your placket is folded and pressed, place a few pins along the length of your placket to keep things from shifting around
+
+#### Sew the buttonhole placket
+
+ 
+
+Sew on the first sew line, closest to the edge.
+
+Then, flip your shirt over so that the good side is up, and your placket is up too. Then sew on the second sew line.
+
+> These two lines of top-stitching will always be visible, so make sure to keep it neat
+
+#### Press the buttonhole placket
+
+
+
+Congratulations, you made a classic buttonhole placket.
+
+Now press that baby. You know you want to.
+
+### Step 11: Close the shoulder seams
+
+> **Let's stuff a burrito**
+>
+> We are going to close the shoulder seams with a technique that is commonly known as the **burrito method**.
+>
+> If you are familiar with the burrito method, you already know what to do. If not, read on for a clever way to neatly close your shirt's shoulder seams while locking all the unfinished edges out of sight.
+
+#### Pin the fronts to the outside yoke
+
+ 
+
+Place your back down with the good side up, but be careful to fold the inner yoke downward (as illustrated by the dotted line.
+
+Place your fronts on your back, with the good sides down. Pin fronts to the yoke at the shoulder seam, good sides together.
+
+#### Roll, roll, roll your shirt, pin down and sew your seam
+
+
+
+Roll up your back and fronts starting at the hem. Roll them into a neat sausage upwards until you can see the entire turned down yoke.
+
+Now, you can flip the inner yoke over your rolled sausage to align the shoulder seams with the other yoke and fronts.
+
+Pin them in place, and then sew the shoulder seams, making sure to keep your sausage (or burrito stuffing) out of the way so it doesn't get caught in the seam.
+
+
+
+> Made sure to align the actual seam line. Due to the uneven angles at the neck opening, the fabric edge is often longer on one side than on the other.
+>
+> However, the seamlines are the same length, so make sure to match them carefully using the notches.
+
+#### Flip it inside out through the neck opening
+
+When you've sewn both shoulder seams, reach in through the neck opening, and pull out the back and front parts to inside-out your burrito.
+
+#### Press the shoulder seams
+
+
+
+You did all this work, so now make sure you make it look super sharp by giving it a good press. Make sure that the seam allowance between your yokes lies nice and flat for that.
+
+### Step 12: Edge-stitch the shoulder seams of the yoke
+
+
+
+Just as we've edge-stitched the bottom seam of the yoke in Step 3, we're going to edge-stitch the yoke at the shoulder seams too.
+
+Since you've just pressed these shoulder seams, everything should lie nice and flat, and you just need to run a stitch right next to the seam.
+
+> Make sure to edge-stitch on the yoke part, where you will catch all the seam allowance, and not on the front part.
+
+### Step 13: Construct the sleeve placket
+
+#### Sew in the cuff guard
+
+  
+
+- Place your sleeve with the good side down, and your cuff guard on top, also with the good side down.
+- Align the edge of your cuff guard (aka sleeve placket underlap) with the cut in your sleeve, on the side shortest to the side seam.
+- Now sew along the fold line marked on the cuff guard, closest to the edge.
+
+> If during cutting out your pattern pieces you had not cut into your sleeve on the line where the sleeve placket needs to be put in, you need to do that first.
+
+- Fold over the cuff guard, and press down this seam.
+- Turn your sleeve over with the good side up, and bring your cuff guard through the slit in your sleeve.
+- Fold it twice on the lines so that the unfinished seam is tucked inwards.
+- Make your folds so that the upper fold sits ever so slightly further than the seam you already made.
+- Press everything down, and then edge-stitch the cuff guard in place.
+
+#### Fold and press the placket
+
+
+
+Origami time! We're going to fold the sleeve placket overlap using the marked fold lines as our guide. This will be a lot easier if you press between each fold.
+
+- First, fold the outer edges of the placket inwards.
+- Next, fold the entire thing in half.
+- Then, fold down both tips into a nice pointy shape.
+- Now give it a final good press.
+
+#### Pin placket in place
+
+ 
+
+Place your sleeve down with the good side up. The guard we have sewn in earlier sits against the other unfinished fabric edge of where you cut into your sleeve.
+
+Place your placket around that edge, one side above it, one underneath.
+
+You need to slide the placket onto your sleeve until the middle of it (the tip) aligns with the cut in your sleeve.
+
+The idea is that the placket closes up the unfinished edge, but also covers the guard of the other edge.
+
+When you've got it where you want it, pin the placket down.
+
+#### Sew the sleeve placket
+
+
+
+Start at the edge of the sleeve (the bottom of the sleeve placket) and edge-stitch along the edge upwards.
+
+Go around the tip, and come down again on the other side (the fold side) until you have passed the point where your guard ends.
+
+Then, sew horizontally to the other side of the placket to finish.
+
+> I have included an extra illustration here that only shows the outline of the placket. You can see that the end of the guard is caught in our stitching of the placket, and is thus neatly tucked away.
+
+### Step 14: Set in sleeves
+
+#### Remember, this is a flat-felled seam
+
+
+
+> **Careful with the extra seam allowance for the flat-felled seam** There is extra seam allowance on the sleeve to allow for the creation of the flat-felled seam.
+>
+> As such, be careful to not align the fabric edge, but align the seam so that the sleeve sits out 1cm.
+
+#### Pin sleeve in place
+
+
+
+Spread your shirt open so that both fronts and back lie flat with their good sides up.
+
+Now place your sleeve on top with the good side down, matching the top of the sleeve with the shoulder seam.
+
+> Be careful, your sleeve is not symmetric, so be sure to have the double notch (and cuff guard) on the back side, and the single notch on the front side.
+>
+> Also note that the double notch on the back of your sleeve does not have a corresponding notch on the back. That's because it should match up with the seam where your yoke joins the back.
+
+You now need to pin the sleeve to the armhole. To do so, make sure to:
+
+- Match the start and end of the sleevehead to the start and end of the armhole
+- Match the notches on the sleevehead to the notches on the back and fronts
+- Distribute the sleevecap ease between the notches as shown
+
+#### Distribute sleevecap ease
+
+
+
+The default sleevecap ease for this pattern is 0.5cm. If you have sleevecap ease, you need to distribute that extra length evenly between the notches as shown.
+
+> If you are unsure what sleevecap ease is, have a look at the [documentation for the sleevecap ease pattern option](/docs/patterns/simon/options/sleevecapease).
+
+#### Sew sleeve in armhole
+
+When you've got your sleeve neatly pinned in your armhole, sew it in place. Be careful to avoid any pleats in the part between the notches where you need to ease in the sleevecap ease.
+
+> Needless to say, but I'll say it anyway: Repeat this step for the other sleeve.
+
+### Step 15: Flat-fell armhole seam
+
+#### Press seam allowance to one side
+
+
+
+Lay down your freshly sewn sleeve seam with the good side down
+
+We are going to press the seam allowance to one side. To do so, identify the seam allowance that is wider (for the flat-felled seam).
+
+The longer seam allowance needs to lie on top of the shorter (standard seam allowance).
+
+Once you have verified that, press down the seam allowance.
+
+#### Fold under extra seam allowance
+
+
+
+Now, fold the extra seam allowance for the flat-felled seam under the standard seam allowance.
+
+You can use pins to hold this in place, but it's simpler to just press it.
+
+> This will be relatively easy on the straight parts of the seam, but a bit more tricky at the curved sections. Take your time, and if needed you can cut into the extra seam allowance to allow it to flare open, or bend.
+
+#### Sew the flat-felled seam
+
+Now, from the bad side of the fabric, sew the seam allowance down just at the edge where it folds under the other seam allowance.
+
+Important here is to keep an even distance from the seam of your sleeve. If you have a felling foot for your sewing machine, it will help you with that. But if not, just be careful.
+
+> It is more important to keep and even distance from the sleeve seam than to sew exactly at the edge of the fold. Ideally, the fold sits at an even distance anyhow, but if it doesn't, just make sure to sew parallel to the sleeve seam. Even if that means you deviate a bit from the folded edge.
+
+#### Press the flat-felled seam
+
+When it's all done, press the flat-felled seam from the good side so it lies nice and flat.
+
+### Step 16: Close the side/sleeve seams
+
+ 
+
+Place your shirt with the good sides together, and sew the side and sleeve seams to close the shirt.
+
+> There is extra seam allowance on the sleeve and front sides to allow for the creation of the flat-felled seam. As such, be careful to not align the fabric edge, but align the seam so that the extra seam allowance sits out 1cm.
+
+### Step 17: Flat-fell the side/sleeve seams
+
+#### Press seam allowance to one side
+
+
+
+We are going to press the seam allowance to one side. To do so, identify the seam allowance that is wider (for the flat-felled seam).
+
+The longer seam allowance needs to lie on top of the shorter (standard seam allowance).
+
+Once you have verified that, press down the seam allowance.
+
+#### Fold under extra seam allowance
+
+
+
+Now, fold the extra seam allowance for the flat-felled seam under the standard seam allowance.
+
+You can use pins to hold this in place, but it's simpler to just press it.
+
+> This will be relatively easy on the straight parts of the seam, but a bit more tricky at the curved sections. Take your time, and if needed you can cut into the extra seam allowance to allow it to flare open, or bend.
+
+#### Sew the flat-felled seam
+
+Now, from the bad side of the fabric, sew the seam allowance down just at the edge where it folds under the other seam allowance.
+
+Important here is to keep an even distance from the seam of your sleeve. If you have a felling foot for your sewing machine, it will help you with that. But if not, just be careful.
+
+> It is more important to keep an even distance from the sleeve seam than to sew exactly at the edge of the fold. Ideally, the fold sits at an even distance anyhow, but if it doesn't, just make sure to sew parallel to the sleeve seam. Even if that means you deviate a bit from the folded edge.
+
+#### Press the flat-felled seam
+
+When it's all done, press the flat-felled seam from the good side so it lies nice and flat.
+
+### Step 18: Attach cuffs to sleeves
+
+#### Pin cuff in place
+
+
+
+You need to insert the sleeve between the two layers of your cuff, making sure that the good side of the fabric sits against the side of your cuff that has the interfacing applied to it.
+
+You will need to pin this in place, because depending on how long your sleeve placket is, it might be hard or even impossible to get this to lie flat.
+
+Also note that your sleeve edge will be longer than your cuff (how much longer depends on the sleeve drape). You need to make one or a few folds in your sleeve to accommodate for this.
+
+> Your pattern contains helplines on the sleeve to help you place the folds.
+
+> Take your time to pin everything carefully in place. We are going to edge-stitch this later, so it's important that the front and back of your cuff align nicely.
+
+#### Edge-stitch cuffs to sleeves
+
+
+
+Once everything is pinned in place, edge stitch along the edge of your cuff to attach it to your sleeve.
+
+It's important to catch both the outer and inner layer of your cuff on the edge.
+
+> Make sure to edge-stitch from the outer layer side (the good side of your sleeve) and keep it parallel with your cuff edge.
+
+When you're done, give your cuffs a good press.
+
+#### Top-stitch the cuffs
+
+
+
+> Make sure to press your cuffs before you do this.
+
+Top-stitch around your cuff at a distance from the edge that is a bit less than your seam allowance. Go all the way around your cuff.
+
+### Step 19: Attach the collar
+
+#### Baste collar in place
+
+
+
+This is an important seam, so we are going to baste this in place to make sure it sits exactly right before we sew it.
+
+Start at the center back, and place the seam allowance of your back part between your two collar stands. Work your way around one side, and then do the other.
+
+Make sure to respect the standard seam allowance and - important - avoid any wrinkles.
+
+> While your collar stand is relatively straight, we are going to sew it to what is essentially a hole in your shirt.
+>
+> That's a bit tricky, so take extra care at those parts that are most curved: where the back joins the fronts.
+
+#### Edge-stitch collar in place
+
+ 
+
+When you're happy with how you've basted your collar in place, it's time to sew that thing down.
+
+We're going to start at the center-back and sew all the way around the collar stand.
+
+#### Sew along the collar edge
+
+
+
+To give more body to your collar, and firmly secure it in place we're going to sew along the top edge of the collar stand.
+
+Sew about half the seam allowance from your earlier edge-stitching. Make sure to stop a few cm before the end of the collar.
+
+> You need to stop a few cm before the end of the collar (note: the end of the collar, not the end of the collar stand) so that this seam is entirely covered when the collar is folded down.
+
+#### Press the collar
+
+
+
+Now that your collar is attached, give it a good press.
+
+### Step 20: Hem your shirt
+
+  
+
+Time to finish the hem (that's the part you tuck in your trousers).
+
+Fold up half of the hem allowance and press down. Then, fold up again and press again.
+
+Now, sew along the upper edge to finish the hem.
+
+### Step 21: Create buttonholes
+
+If you haven't done so initially, mark all the places you should have buttonholes.
+
+They sit along the front closure and at your cuffs.
+
+When you've marked them, make buttonholes there.
+
+### Step 22: Attach buttons
+
+Pin your shirt closed to transfer the place of the buttonholes to the button sides.
+
+When you've marked where buttons should go, sew them on.
+
+> Rather than mark the location of the buttons from the pattern, I prefer to transfer the location of the created buttonholes.
+>
+> This way, if a buttonhole sits a little bit out of place, the button will simply follow it.
+
+
diff --git a/markdown/org/docs/patterns/simon/measurements/uk.md b/markdown/org/docs/patterns/simon/measurements/uk.md
new file mode 100644
index 00000000000..e4ed57bd11a
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Simon shirt: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/simon/needs/uk.md b/markdown/org/docs/patterns/simon/needs/uk.md
new file mode 100644
index 00000000000..c9dad85691e
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/needs/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Simon shirt: What You Need"
+- - -
+
+To make Simon, you will need the following:
+
+- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/patterns/simon/fabric/))
+- Buttons
+- Fusible interfacing for collar and cuffs (and possibly for the front placket)
diff --git a/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..81ffd6325af
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Across back factor"
+- - -
+
+
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..930e95f63be
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/backdarts/uk.md b/markdown/org/docs/patterns/simon/options/backdarts/uk.md
new file mode 100644
index 00000000000..27a3d2cf8bf
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/backdarts/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Back darts"
+---
+
+---
+
+By default, the pattern will add back darts when they are needed. But you can also choose to always, or never, have back darts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/backdartshaping/uk.md b/markdown/org/docs/patterns/simon/options/backdartshaping/uk.md
new file mode 100644
index 00000000000..cebb54314ba
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/backdartshaping/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back dart shaping"
+---
+
+---
+
+Controls how much of the waist shaping will happing in the backdarts.
+
+You can tweak this setting to balance the waist reduction across side seams, back darts and (optional) front darts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md b/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..01fb4b5c2af
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md b/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md
new file mode 100644
index 00000000000..6f273d7c145
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Cuff narrow button"
+- - -
+
+
+
+Do you want an extra button to button up your cuff more tightly?
+
+If you are wearing your shirt under a tight-fitting (at the wrist) sweater or cardigan, this button allows you to make your cuff more narrow, so it doesn't bunch up all ugly.
+
+
+
+This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/bicepsease/uk.md b/markdown/org/docs/patterns/simon/options/bicepsease/uk.md
new file mode 100644
index 00000000000..994b308e154
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/bicepsease/uk.md
@@ -0,0 +1,27 @@
+- - -
+title: "Biceps ease"
+- - -
+
+
+
+How much do you want the sleeve to be wider than your upperarm circumference?
+
+
+
+###### What's the point?
+
+It's actually men with big arms who prefer a tighter fit, and thus less ease here. That's because it draws attention to their strong upper arms.
+
+If your upper arms are more skinny, you'll want some more ease here to smooth things out a bit.
+
+
+
+
+
+We will try to respect your choice here, but out priority is to fit the sleeve in the armhole.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/boxpleat/uk.md b/markdown/org/docs/patterns/simon/options/boxpleat/uk.md
new file mode 100644
index 00000000000..7e6d1318c7c
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/boxpleat/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Box pleat"
+---
+
+---
+
+Adds a box pleat to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatfold/uk.md b/markdown/org/docs/patterns/simon/options/boxpleatfold/uk.md
new file mode 100644
index 00000000000..17648ccd956
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/boxpleatfold/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Box pleat fold"
+---
+
+---
+
+Controls how much the box pleat at the back is folded/pleated.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatwidth/uk.md b/markdown/org/docs/patterns/simon/options/boxpleatwidth/uk.md
new file mode 100644
index 00000000000..d629f03bbd3
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/boxpleatwidth/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Box pleat width"
+---
+
+---
+
+Controls the width of the (optional) box pleat at the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md b/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md
new file mode 100644
index 00000000000..0aea675343c
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md
@@ -0,0 +1,26 @@
+- - -
+title: "Button free length"
+- - -
+
+
+
+How much before your waistband do you want your last button to sit?
+
+
+
+###### What's the point?
+
+Having buttons below your waistband is considered by many to be an annoyance.
+They get caught up in your belt, and complicate bathroom breaks.
+
+By default, the last button sits 1cm above your waistband,
+but this option allows you to move it further upwards for that shirt you are going to wear with those high-waisted trousers.
+
+If you want to have buttons below your waistband, you can. You should enter a negative value here,
+making sure it's within the length bonus you have available.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md
new file mode 100644
index 00000000000..a125348b92b
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Buttonhole placket fold width"
+- - -
+
+
+
+The width of the fold on a classic style buttonhole placket.
+
+
+
+If you have a fabric with a pattern (striped or checkers for example) you can set the fold to half the width of your repeating pattern.
+This way, your pattern will match perfectly.
+
+This only applies to a classic placket. So it will be ignored if you opted for a seamless buttonhole placket style.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md
new file mode 100644
index 00000000000..e3f675391c9
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Buttonhole placket style"
+- - -
+
+
+
+Do you want classic buttonhole placket, or a seamless one (sometimes called French style)?
+
+
+
+Seamless is less work, and it looks great.
+
+
+
+
+
+As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate buttonhole placket.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md
new file mode 100644
index 00000000000..4cd253654a2
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Buttonhole placket width"
+- - -
+
+
+
+The width of your buttonhole placket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md b/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md
new file mode 100644
index 00000000000..8c1eac74410
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Button placket style"
+- - -
+
+
+
+Do you want the button placket to be sewn in place (classic style), or folded back and held in place by the buttons (seamless style)?
+
+
+
+Seamless is less work, and it looks great.
+
+
+
+
+
+As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate button placket.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md
new file mode 100644
index 00000000000..44396d9a1fd
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Button placket width"
+- - -
+
+
+
+The width of your button placket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/buttons/uk.md b/markdown/org/docs/patterns/simon/options/buttons/uk.md
new file mode 100644
index 00000000000..a3f9efaa52d
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/buttons/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Number of buttons"
+- - -
+
+
+
+The number of buttons on your shirt. Excluding cuff buttons, and the optional extra top button.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/chestease/uk.md b/markdown/org/docs/patterns/simon/options/chestease/uk.md
new file mode 100644
index 00000000000..57a6dd442e3
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+How much room do you want at the chest?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarangle/uk.md b/markdown/org/docs/patterns/simon/options/collarangle/uk.md
new file mode 100644
index 00000000000..1c40fee84a7
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarangle/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Collar angle"
+- - -
+
+
+
+The number of degrees between the collar edge and the grainline.
+
+
+
+###### What's the point?
+
+Together with the collar height, this is the most important factor for the style of your collar.
+
+Higher values mean a more cut-away style.
+
+In the example image, the top is 80 degrees (the default) and the bottom is 110 degrees.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarbend/uk.md b/markdown/org/docs/patterns/simon/options/collarbend/uk.md
new file mode 100644
index 00000000000..b2d3a7bd80f
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarbend/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar bend"
+- - -
+
+
+
+How much the collar bends (on the collar stand side), rather than being straight.
+
+
+
+This influences how the collar lies against the collar stand.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarease/uk.md b/markdown/org/docs/patterns/simon/options/collarease/uk.md
new file mode 100644
index 00000000000..f846b20bd43
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarease/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Collar ease"
+- - -
+
+
+
+How much ease do you want for your collar?
+
+If you feel that a collar is suffocating, you can give yourself a bit more ease and it will sit more loose around your neck. You could also lower the ease for a tighter fit.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarflare/uk.md b/markdown/org/docs/patterns/simon/options/collarflare/uk.md
new file mode 100644
index 00000000000..04ac05cd43c
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarflare/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar flare"
+- - -
+
+
+
+How much the collar flares out (at the collar edge side), rather than being straight.
+
+
+
+This influences the length of your collar tips.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collargap/uk.md b/markdown/org/docs/patterns/simon/options/collargap/uk.md
new file mode 100644
index 00000000000..a9848b8413e
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collargap/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar gap"
+- - -
+
+
+
+Distance the collar sits apart when closed.
+
+
+
+This is really mostly a style choice, but a wider collar gap (together with the collar angle) can accomodate a wider tie (knot).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarroll/uk.md b/markdown/org/docs/patterns/simon/options/collarroll/uk.md
new file mode 100644
index 00000000000..09934fe9bbd
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarroll/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Collar roll"
+- - -
+
+
+
+How much the collar is taller than the collar stand at center back.
+
+
+
+###### What's the point?
+
+The collar starts upwards from the collar stand and then rolls over downwards. But it still needs to cover the collar stand. For that, it needs to be a bit longer.
+
+Increasing this does not make the collar higher (use the collar stand height for that) but rather makes it descend further down.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md b/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md
new file mode 100644
index 00000000000..c436a7211e5
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar stand bend"
+- - -
+
+
+
+How much the collar stand bends in the middle, rather than being straight. This influences how your collar will sit around your neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md b/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md
new file mode 100644
index 00000000000..5ccf716a8ff
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar stand curve"
+- - -
+
+
+
+How much the collar stand curves up at the edges.
+
+
+
+You can tweak this to make sure the edges of your collar stand at the front or nicely horizontal.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md b/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md
new file mode 100644
index 00000000000..f6ed04e554d
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar stand width"
+- - -
+
+
+
+The height of your collar stand.
+
+
+
+This is the main parameter to change the overall height of your collar. This defaults to a modern relatively slim collar, but you can crank it up all the way to Karl Lagerfeld style.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md b/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md
new file mode 100644
index 00000000000..fcbbe2ae49b
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Cuff button rows"
+- - -
+
+
+
+Do you want a single button on your barrelcuff, or two?
+
+
+
+This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md b/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md
new file mode 100644
index 00000000000..c133a1aaef7
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Cuff drape"
+- - -
+
+
+
+How much the end of the sleeve is wider than the wrist.
+
+
+
+This changes the look of the sleeve a bit.
+More drape makes the sleeve wider and gives you a more _blousy_ effect, whereas less drape makes the sleeve more narrow.
+
+The drape will be worked into the cuff with pleats.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/cuffease/uk.md b/markdown/org/docs/patterns/simon/options/cuffease/uk.md
new file mode 100644
index 00000000000..fcfefe3b2c2
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/cuffease/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Cuff ease"
+- - -
+
+
+
+Determines how much the cuff is larger than your wrist.
+
+Change this option to give yourself more or less room at the wrist.
+
+
+
+You might want more if you want the shirt cuff to fit over a bulky watch. Less room might be better if you want to wear the shirt under an overgarment like a sweater.
+
+Those wanting to wear their shirt under a sweater should also have a look at the barrelcuff narrow button option.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/cufflength/uk.md b/markdown/org/docs/patterns/simon/options/cufflength/uk.md
new file mode 100644
index 00000000000..219a923d966
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/cufflength/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Cuff length"
+- - -
+
+
+
+The length of your cuffs.
+
+
+
+This will not influence the total length of your sleeve.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md b/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md
new file mode 100644
index 00000000000..570e0f19a95
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Cuff style"
+- - -
+
+
+
+What style of cuff do you want?
+
+- Rounded barrel cuff
+- Chamfer barrel cuff
+- Straight barrel cuff
+- Rounded French cuff
+- Chamfer French cuff
+- Straight French cuff
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md b/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md
new file mode 100644
index 00000000000..40de03a9ce9
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md
@@ -0,0 +1,26 @@
+- - -
+title: "Extra top button"
+- - -
+
+
+
+Do you want an extra button between the top front button and collar stand button?
+
+
+
+###### Why an extra button?
+
+This extra button allows you to undo your collar button with your shirt staying relatively closed.
+
+It's an extra button you'll want if you plan to still look good in the bar after your work day with your top button undone and your tie somewhat loose.
+The extra button is also great if you are wearing your shirt under an overgarment with the top button undone. For example, under a sweater.
+
+Do not include the top button if you want a more casual look.
+
+This extra button is added to the number of buttons on the front. It does not replace another button.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/ffsa/uk.md b/markdown/org/docs/patterns/simon/options/ffsa/uk.md
new file mode 100644
index 00000000000..574cefad716
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/ffsa/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Flat-felled seam allowace"
+- - -
+
+Controls the amount of seam allowance on flat-felled seams.
+
+The armhole and side seams on the shirt are flat-felled seams, and those require extra seam allowance. How much is a matter of personal preference, since some people prefer wider flat-felled seams, while others have a preference for more narrow flat-felled seams.
+
+This option controls the amount of flat-felled seam allowance as a factor of the regular seam allowance.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..3278034bf00
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/hemcurve/uk.md b/markdown/org/docs/patterns/simon/options/hemcurve/uk.md
new file mode 100644
index 00000000000..9db685dda37
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/hemcurve/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Hem curve"
+- - -
+
+
+
+How much do you want the hem to curve upwards?
+
+
+
+- This applies only to the baseball and slashed hem styles. If you chose a straight hem, this will be ignored.
+- This value can never be more than the length bonus. If it is, it will silently be set to the length bonus value.
+- If you set this to zero, you'll get a straight hem regardless of what hem style you pick.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/hemstyle/uk.md b/markdown/org/docs/patterns/simon/options/hemstyle/uk.md
new file mode 100644
index 00000000000..0f84ff2f4f7
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/hemstyle/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Hem style"
+- - -
+
+
+
+What style of hem line do you want?
+
+- Straight
+- Baseball
+- Slashed
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/hipsease/uk.md b/markdown/org/docs/patterns/simon/options/hipsease/uk.md
new file mode 100644
index 00000000000..444b5f8e2bc
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/hipsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hips ease"
+- - -
+
+
+
+How much room do you want at the hips?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md b/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..b990670f04e
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+How much shirt do you want to be able to tuck in your trousers?
+
+
+
+###### What's the point?
+
+Keeping your shirt tucked neatly in your trousers is why you need this extra length.
+Nobody needs to know about that Justin Bieber tattoo on your lower back.
+
+If you want a more casual shirt to wear over your trousers, you will want to lower this.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/roundback/uk.md b/markdown/org/docs/patterns/simon/options/roundback/uk.md
new file mode 100644
index 00000000000..f49dced06af
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/roundback/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Round back"
+- - -
+
+
+Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides.
+
+- Increase this option to round the back yoke seam
+- Decrease this option to straighten the back yoke seam
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/s3armhole/uk.md b/markdown/org/docs/patterns/simon/options/s3armhole/uk.md
new file mode 100644
index 00000000000..17c62e43f75
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/s3collar/uk.md b/markdown/org/docs/patterns/simon/options/s3collar/uk.md
new file mode 100644
index 00000000000..89b0bce678f
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md b/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md
new file mode 100644
index 00000000000..db1b5d02319
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Seperate buttonhole placket"
+- - -
+
+
+
+Whether or not you want the buttonhole placket to be a seperate pattern part.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md b/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md
new file mode 100644
index 00000000000..85c5aca0cbc
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Seperate button placket"
+- - -
+
+
+
+Whether or not you want the button placket to be a seperate pattern part.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/shoulderease/uk.md b/markdown/org/docs/patterns/simon/options/shoulderease/uk.md
new file mode 100644
index 00000000000..4bcdef315cd
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..9b34bcc0c0c
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+Reduces the shoulder slope to create extra room for shoulder padding.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..cf5bb2bfcdc
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..5cd89a5f53d
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..c89f37000c5
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..d1d1eb7f54b
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..ef4f3e9016a
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..232d0362a7d
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..d576e1079ed
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..65c8ae2eb82
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..c221543a557
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..c248b2af2e0
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..8dea6a13fbe
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..a121a16f35b
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..f25e3232f52
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..6f2551f2211
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..2e6d1ef7b57
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..758fc2886a1
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..f9f1a600d70
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..709827fa6d6
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..793f2498b86
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..0395ac13f79
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+How much extra length do you want for your sleeves?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md b/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md
new file mode 100644
index 00000000000..8c71b153575
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleeve placket length"
+- - -
+
+
+
+How long do you want the sleeve placket to be?
+
+
+
+The longer your sleeve placket is, the easier it is to get out of your shirt sleeve.
+It also influences what things will look like when you roll up your sleeves
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md
new file mode 100644
index 00000000000..ea10bee2c62
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve placket width"
+- - -
+
+
+
+How wide do you want the sleeve placket to be?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..497d632a7db
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Sleeve width guarantee"
+- - -
+
+We first draft the arm opening, then we draft a sleeve to fit it.
+
+When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it.
+
+Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap.
+
+To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/splityoke/uk.md b/markdown/org/docs/patterns/simon/options/splityoke/uk.md
new file mode 100644
index 00000000000..5c78573935c
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/splityoke/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Split yoke"
+- - -
+
+
+
+Do you want a split yoke?
+
+
+
+###### What's the point?
+
+With a split yoke, only half the yoke is included on the pattern, and you'll have to cut 4 parts instead of 2, and sew them together.
+
+It's a bit more work, but it allows you to align the grain line differently on both halves of the yoke, an effect that some people like.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/uk.md b/markdown/org/docs/patterns/simon/options/uk.md
new file mode 100644
index 00000000000..f9b2042e223
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Simon shirt: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/simon/options/waistease/uk.md b/markdown/org/docs/patterns/simon/options/waistease/uk.md
new file mode 100644
index 00000000000..d27b3e6a1fa
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+
+
+How much room do you want at the waist?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/yokeheight/uk.md b/markdown/org/docs/patterns/simon/options/yokeheight/uk.md
new file mode 100644
index 00000000000..0480ff7d601
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/yokeheight/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Yoke height"
+- - -
+
+Controls the height of the yoke seam.
+
+- Increase this option to lower the height and lengthen the yoke
+- Decrease this option to raise the height and shorten the yoke
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/uk.md b/markdown/org/docs/patterns/simon/uk.md
new file mode 100644
index 00000000000..83c6f4681b1
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Simon shirt"
+- - -
+
+
+
+##### Follow the sew-along with Kelly and Julian
+
+Kelly Hogaboom and Julian Collins did a Simon(e) sew-along, and they've got videos of
+all the steps.
+If you're looking to make this pattern, Kelly and Julian can guide you start to finish.
+
+You can find all the material's on Kelly's
+site: [#simonsayssew with kelly hogaboom & julian collins](https://kelly.hogaboom.org/2020/07/simon-says-sew-with-kelly-hogaboom-and-julian-collins/)
+
+
+
+
diff --git a/markdown/org/docs/patterns/simone/cutting/uk.md b/markdown/org/docs/patterns/simone/cutting/uk.md
new file mode 100644
index 00000000000..2ab09f3b857
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/cutting/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Simone shirt: Cutting Instructions"
+- - -
+
+
+
+Simone is our [Simon pattern](/designs/simon/) adapted for breasts.
+
+Please refer to [the Simon documentation](/docs/patterns/simon/).
+
+
diff --git a/markdown/org/docs/patterns/simone/fabric/uk.md b/markdown/org/docs/patterns/simone/fabric/uk.md
new file mode 100644
index 00000000000..a985a7fd386
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/fabric/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Simone shirt: Fabric Options"
+- - -
+
+
+
+Simone is our [Simon pattern](/designs/simon/) adapted for breasts.
+
+Please refer to [the Simon documentation](/docs/patterns/simon/).
+
+
diff --git a/markdown/org/docs/patterns/simone/instructions/uk.md b/markdown/org/docs/patterns/simone/instructions/uk.md
new file mode 100644
index 00000000000..c587edb22d2
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/instructions/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Simone shirt: Sewing Instructions"
+- - -
+
+### Step 1: Bust Darts
+
+- Close the Front bust darts.
+
+### Step 2: Follow Simon's Instructions
+
+
+
+Simone is just our [Simon pattern](/designs/simon/) adapted for breasts so you can now just follow [Simon's instructions](docs/patterns/simon/instructions) to finish your Simone :)
+
+
diff --git a/markdown/org/docs/patterns/simone/measurements/uk.md b/markdown/org/docs/patterns/simone/measurements/uk.md
new file mode 100644
index 00000000000..b34fb89deb3
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Simone shirt: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/simone/needs/uk.md b/markdown/org/docs/patterns/simone/needs/uk.md
new file mode 100644
index 00000000000..416f55f5683
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/needs/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Simone shirt: What You Need"
+- - -
+
+
+
+Simone is our [Simon pattern](/designs/simon/) adapted for breasts.
+
+Please refer to [the Simon documentation](/docs/patterns/simon/).
+
+
diff --git a/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..acf4b344cba
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Across back factor"
+- - -
+
+
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..a5f06982b91
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/backdarts/uk.md b/markdown/org/docs/patterns/simone/options/backdarts/uk.md
new file mode 100644
index 00000000000..c60caf4c51c
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/backdarts/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Back darts"
+---
+
+---
+
+By default, the pattern will add back darts when they are needed. But you can also choose to always, or never, have back darts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/backdartshaping/uk.md b/markdown/org/docs/patterns/simone/options/backdartshaping/uk.md
new file mode 100644
index 00000000000..b59b52f5dbb
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/backdartshaping/uk.md
@@ -0,0 +1,13 @@
+---
+title: "Back dart shaping"
+---
+
+---
+
+Controls how much of the waist shaping will happing in the backdarts.
+
+You can tweak this setting to balance the waist reduction across side seams, back darts and (optional) front darts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md b/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..fccd081f08f
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md b/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md
new file mode 100644
index 00000000000..7a41dfe7692
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Cuff narrow button"
+- - -
+
+
+
+Do you want an extra button to button up your cuff more tightly?
+
+If you are wearing your shirt under a tight-fitting (at the wrist) sweater or cardigan, this button allows you to make your cuff more narrow, so it doesn't bunch up all ugly.
+
+
+
+This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/bicepsease/uk.md b/markdown/org/docs/patterns/simone/options/bicepsease/uk.md
new file mode 100644
index 00000000000..f46ebdb73b7
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/bicepsease/uk.md
@@ -0,0 +1,27 @@
+- - -
+title: "Biceps ease"
+- - -
+
+
+
+How much do you want the sleeve to be wider than your upperarm circumference?
+
+
+
+###### What's the point?
+
+It's actually men with big arms who prefer a tighter fit, and thus less ease here. That's because it draws attention to their strong upper arms.
+
+If your upper arms are more skinny, you'll want some more ease here to smooth things out a bit.
+
+
+
+
+
+We will try to respect your choice here, but out priority is to fit the sleeve in the armhole.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/boxpleat/uk.md b/markdown/org/docs/patterns/simone/options/boxpleat/uk.md
new file mode 100644
index 00000000000..8de9d98cbbe
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/boxpleat/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Box pleat"
+---
+
+---
+
+Adds a box pleat to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatfold/uk.md b/markdown/org/docs/patterns/simone/options/boxpleatfold/uk.md
new file mode 100644
index 00000000000..62de7e77cd3
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/boxpleatfold/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Box pleat fold"
+---
+
+---
+
+Controls how much the box pleat at the back is folded/pleated.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatwidth/uk.md b/markdown/org/docs/patterns/simone/options/boxpleatwidth/uk.md
new file mode 100644
index 00000000000..e44502101a5
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/boxpleatwidth/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Box pleat width"
+---
+
+---
+
+Controls the width of the (optional) box pleat at the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md b/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md
new file mode 100644
index 00000000000..2430ce86cdf
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Bust dart angle"
+- - -
+
+Controls the angle by which the (side) bust dart slopes downward.
+
+- Increase this option to angle the bust darts downwards and towards the floor
+- Decrease this option to angle the bust darts upwards and towards the armscye
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md b/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md
new file mode 100644
index 00000000000..04679c8b852
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Bust dart length"
+- - -
+
+Controls how close the **bust darts** approach the bust points.
+
+- Increase this option to lengthen the bust darts moving them closer to the bust points
+- Decrease this option to shorten the bust darts moving them further away from the bust points
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md b/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md
new file mode 100644
index 00000000000..1c41ea46111
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md
@@ -0,0 +1,26 @@
+- - -
+title: "Button free length"
+- - -
+
+
+
+How much before your waistband do you want your last button to sit?
+
+
+
+###### What's the point?
+
+Having buttons below your waistband is considered by many to be an annoyance.
+They get caught up in your belt, and complicate bathroom breaks.
+
+By default, the last button sits 1cm above your waistband,
+but this option allows you to move it further upwards for that shirt you are going to wear with those high-waisted trousers.
+
+If you want to have buttons below your waistband, you can. You should enter a negative value here,
+making sure it's within the length bonus you have available.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md
new file mode 100644
index 00000000000..f34f2a1a54e
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Buttonhole placket fold width"
+- - -
+
+
+
+The width of the fold on a classic style buttonhole placket.
+
+
+
+If you have a fabric with a pattern (striped or checkers for example) you can set the fold to half the width of your repeating pattern.
+This way, your pattern will match perfectly.
+
+This only applies to a classic placket. So it will be ignored if you opted for a seamless buttonhole placket style.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md
new file mode 100644
index 00000000000..e3e8a95268a
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Buttonhole placket style"
+- - -
+
+
+
+Do you want classic buttonhole placket, or a seamless one (sometimes called French style)?
+
+
+
+Seamless is less work, and it looks great.
+
+
+
+
+
+As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate buttonhole placket.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md
new file mode 100644
index 00000000000..60598a23bbb
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Buttonhole placket width"
+- - -
+
+
+
+The width of your buttonhole placket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md b/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md
new file mode 100644
index 00000000000..3a462de70ae
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Button placket style"
+- - -
+
+
+
+Do you want the button placket to be sewn in place (classic style), or folded back and held in place by the buttons (seamless style)?
+
+
+
+Seamless is less work, and it looks great.
+
+
+
+
+
+As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a seperate button placket.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md
new file mode 100644
index 00000000000..fac9ac07dc0
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Button placket width"
+- - -
+
+
+
+The width of your button placket.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/buttons/uk.md b/markdown/org/docs/patterns/simone/options/buttons/uk.md
new file mode 100644
index 00000000000..36741804cc2
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/buttons/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Number of buttons"
+- - -
+
+
+
+The number of buttons on your shirt. Excluding cuff buttons, and the optional extra top button.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/chestease/uk.md b/markdown/org/docs/patterns/simone/options/chestease/uk.md
new file mode 100644
index 00000000000..ccacb6bfb7c
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+How much room do you want at the chest?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarangle/uk.md b/markdown/org/docs/patterns/simone/options/collarangle/uk.md
new file mode 100644
index 00000000000..9bdf20f1574
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarangle/uk.md
@@ -0,0 +1,23 @@
+- - -
+title: "Collar angle"
+- - -
+
+
+
+The number of degrees between the collar edge and the grainline.
+
+
+
+###### What's the point?
+
+Together with the collar height, this is the most important factor for the style of your collar.
+
+Higher values mean a more cut-away style.
+
+In the example image, the top is 80 degrees (the default) and the bottom is 110 degrees.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarbend/uk.md b/markdown/org/docs/patterns/simone/options/collarbend/uk.md
new file mode 100644
index 00000000000..d3e4cb5ae0c
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarbend/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar bend"
+- - -
+
+
+
+How much the collar bends (on the collar stand side), rather than being straight.
+
+
+
+This influences how the collar lies against the collar stand.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarease/uk.md b/markdown/org/docs/patterns/simone/options/collarease/uk.md
new file mode 100644
index 00000000000..76fe699c138
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarease/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Collar ease"
+- - -
+
+
+
+How much ease do you want for your collar?
+
+If you feel that a collar is suffocating, you can give yourself a bit more ease and it will sit more loose around your neck. You could also lower the ease for a tighter fit.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarflare/uk.md b/markdown/org/docs/patterns/simone/options/collarflare/uk.md
new file mode 100644
index 00000000000..e5a2112ac1b
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarflare/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar flare"
+- - -
+
+
+
+How much the collar flares out (at the collar edge side), rather than being straight.
+
+
+
+This influences the length of your collar tips.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collargap/uk.md b/markdown/org/docs/patterns/simone/options/collargap/uk.md
new file mode 100644
index 00000000000..c77ade3bca9
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collargap/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar gap"
+- - -
+
+
+
+Distance the collar sits apart when closed.
+
+
+
+This is really mostly a style choice, but a wider collar gap (together with the collar angle) can accomodate a wider tie (knot).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarroll/uk.md b/markdown/org/docs/patterns/simone/options/collarroll/uk.md
new file mode 100644
index 00000000000..52024cec01f
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarroll/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Collar roll"
+- - -
+
+
+
+How much the collar is taller than the collar stand at center back.
+
+
+
+###### What's the point?
+
+The collar starts upwards from the collar stand and then rolls over downwards. But it still needs to cover the collar stand. For that, it needs to be a bit longer.
+
+Increasing this does not make the collar higher (use the collar stand height for that) but rather makes it descend further down.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md b/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md
new file mode 100644
index 00000000000..c3de2f4783f
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Collar stand bend"
+- - -
+
+
+
+How much the collar stand bends in the middle, rather than being straight. This influences how your collar will sit around your neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md b/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md
new file mode 100644
index 00000000000..541afab7ec5
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar stand curve"
+- - -
+
+
+
+How much the collar stand curves up at the edges.
+
+
+
+You can tweak this to make sure the edges of your collar stand at the front or nicely horizontal.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md b/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md
new file mode 100644
index 00000000000..6920ef38481
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Collar stand width"
+- - -
+
+
+
+The height of your collar stand.
+
+
+
+This is the main parameter to change the overall height of your collar. This defaults to a modern relatively slim collar, but you can crank it up all the way to Karl Lagerfeld style.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/contour/uk.md b/markdown/org/docs/patterns/simone/options/contour/uk.md
new file mode 100644
index 00000000000..f2406be3af8
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/contour/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Contour"
+- - -
+
+Controls how sharply the extra room for breasts is removed again below the chest.
+
+- Increase this option to sharpen the curve below the bust darts
+- Decrease this option to loosen the curve below the bust darts
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md b/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md
new file mode 100644
index 00000000000..d5edc29b92c
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Cuff button rows"
+- - -
+
+
+
+Do you want a single button on your barrelcuff, or two?
+
+
+
+This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md b/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md
new file mode 100644
index 00000000000..47450b44c0d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Cuff drape"
+- - -
+
+
+
+How much the end of the sleeve is wider than the wrist.
+
+
+
+This changes the look of the sleeve a bit.
+More drape makes the sleeve wider and gives you a more _blousy_ effect, whereas less drape makes the sleeve more narrow.
+
+The drape will be worked into the cuff with pleats.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/cuffease/uk.md b/markdown/org/docs/patterns/simone/options/cuffease/uk.md
new file mode 100644
index 00000000000..162f2539612
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/cuffease/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Cuff ease"
+- - -
+
+
+
+Determines how much the cuff is larger than your wrist.
+
+Change this option to give yourself more or less room at the wrist.
+
+
+
+You might want more if you want the shirt cuff to fit over a bulky watch. Less room might be better if you want to wear the shirt under an overgarment like a sweater.
+
+Those wanting to wear their shirt under a sweater should also have a look at the barrelcuff narrow button option.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/cufflength/uk.md b/markdown/org/docs/patterns/simone/options/cufflength/uk.md
new file mode 100644
index 00000000000..f746a78d607
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/cufflength/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Cuff length"
+- - -
+
+
+
+The length of your cuffs.
+
+
+
+This will not influence the total length of your sleeve.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md b/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md
new file mode 100644
index 00000000000..d113a4e57da
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Cuff style"
+- - -
+
+
+
+What style of cuff do you want?
+
+- Rounded barrel cuff
+- Chamfer barrel cuff
+- Straight barrel cuff
+- Rounded French cuff
+- Chamfer French cuff
+- Straight French cuff
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md b/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md
new file mode 100644
index 00000000000..00a4f2f95f3
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md
@@ -0,0 +1,26 @@
+- - -
+title: "Extra top button"
+- - -
+
+
+
+Do you want an extra button between the top front button and collar stand button?
+
+
+
+###### Why an extra button?
+
+This extra button allows you to undo your collar button with your shirt staying relatively closed.
+
+It's an extra button you'll want if you plan to still look good in the bar after your work day with your top button undone and your tie somewhat loose.
+The extra button is also great if you are wearing your shirt under an overgarment with the top button undone. For example, under a sweater.
+
+Do not include the top button if you want a more casual look.
+
+This extra button is added to the number of buttons on the front. It does not replace another button.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/ffsa/uk.md b/markdown/org/docs/patterns/simone/options/ffsa/uk.md
new file mode 100644
index 00000000000..af1c6b12605
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/ffsa/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Flat-felled seam allowace"
+- - -
+
+Controls the amount of seam allowance on flat-felled seams.
+
+The armhole and side seams on the shirt are flat-felled seams, and those require extra seam allowance. How much is a matter of personal preference, since some people prefer wider flat-felled seams, while others have a preference for more narrow flat-felled seams.
+
+This option controls the amount of flat-felled seam allowance as a factor of the regular seam allowance.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..2814f449aaf
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md b/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md
new file mode 100644
index 00000000000..ad011499638
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Front dart length"
+- - -
+
+Controls how close the **front waist darts** approach the bust points.
+
+- Increase this option to lengthen the front waist darts moving them closer to the bust points
+- Decrease this option to shorten the front waist darts moving them further away from the bust points
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/frontdarts/uk.md b/markdown/org/docs/patterns/simone/options/frontdarts/uk.md
new file mode 100644
index 00000000000..850b863562e
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/frontdarts/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front darts"
+- - -
+
+Whether to include front waist darts or not.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/hemcurve/uk.md b/markdown/org/docs/patterns/simone/options/hemcurve/uk.md
new file mode 100644
index 00000000000..c6705af5833
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/hemcurve/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Hem curve"
+- - -
+
+
+
+How much do you want the hem to curve upwards?
+
+
+
+- This applies only to the baseball and slashed hem styles. If you chose a straight hem, this will be ignored.
+- This value can never be more than the length bonus. If it is, it will silently be set to the length bonus value.
+- If you set this to zero, you'll get a straight hem regardless of what hem style you pick.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/hemstyle/uk.md b/markdown/org/docs/patterns/simone/options/hemstyle/uk.md
new file mode 100644
index 00000000000..2104dfef94a
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/hemstyle/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Hem style"
+- - -
+
+
+
+What style of hem line do you want?
+
+- Straight
+- Baseball
+- Slashed
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/hipsease/uk.md b/markdown/org/docs/patterns/simone/options/hipsease/uk.md
new file mode 100644
index 00000000000..86c1b3e203d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/hipsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hips ease"
+- - -
+
+
+
+How much room do you want at the hips?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md b/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..e8e598eb188
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+How much shirt do you want to be able to tuck in your trousers?
+
+
+
+###### What's the point?
+
+Keeping your shirt tucked neatly in your trousers is why you need this extra length.
+Nobody needs to know about that Justin Bieber tattoo on your lower back.
+
+If you want a more casual shirt to wear over your trousers, you will want to lower this.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/roundback/uk.md b/markdown/org/docs/patterns/simone/options/roundback/uk.md
new file mode 100644
index 00000000000..bc04a1f1a30
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/roundback/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Round back"
+- - -
+
+
+
+
+Document this option
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/s3armhole/uk.md b/markdown/org/docs/patterns/simone/options/s3armhole/uk.md
new file mode 100644
index 00000000000..779de8c173f
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/s3collar/uk.md b/markdown/org/docs/patterns/simone/options/s3collar/uk.md
new file mode 100644
index 00000000000..2c097a94fa7
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md b/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md
new file mode 100644
index 00000000000..9aa577069fe
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Seperate buttonhole placket"
+- - -
+
+
+
+Whether or not you want the buttonhole placket to be a seperate pattern part.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md b/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md
new file mode 100644
index 00000000000..ec1163133a7
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Seperate button placket"
+- - -
+
+
+
+Whether or not you want the button placket to be a seperate pattern part.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/shoulderease/uk.md b/markdown/org/docs/patterns/simone/options/shoulderease/uk.md
new file mode 100644
index 00000000000..66cd86611de
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..91c0b64501e
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder slope reduction"
+- - -
+
+Reduces the shoulder slope to create extra room for shoulder padding.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..e5d28ff5e43
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..890b7610562
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..899d586b299
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..8aec88097b0
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..a9def69fb84
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..8f1e22a2e47
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..7c8356e12f4
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..5e56a35598d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..a2015cfdb4e
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..4fa57de6950
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..778d40748ac
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..4fc884c8550
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..5db9c525cf3
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..4ac2434c096
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..5116fd21ea6
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..56527444a53
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..b154a1da9e4
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..2eb7d9890f5
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..614b4a41248
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..043f614ba55
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+How much extra length do you want for your sleeves?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md b/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md
new file mode 100644
index 00000000000..313026d1c54
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleeve placket length"
+- - -
+
+
+
+How long do you want the sleeve placket to be?
+
+
+
+The longer your sleeve placket is, the easier it is to get out of your shirt sleeve.
+It also influences what things will look like when you roll up your sleeves
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md
new file mode 100644
index 00000000000..d6f7d5e538c
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve placket width"
+- - -
+
+
+
+How wide do you want the sleeve placket to be?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..db910190451
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Sleeve width guarantee"
+- - -
+
+We first draft the arm opening, then we draft a sleeve to fit it.
+
+When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it.
+
+Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap.
+
+To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/splityoke/uk.md b/markdown/org/docs/patterns/simone/options/splityoke/uk.md
new file mode 100644
index 00000000000..e6ebfeac367
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/splityoke/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Split yoke"
+- - -
+
+
+
+Do you want a split yoke?
+
+
+
+###### What's the point?
+
+With a split yoke, only half the yoke is included on the pattern, and you'll have to cut 4 parts instead of 2, and sew them together.
+
+It's a bit more work, but it allows you to align the grain line differently on both halves of the yoke, an effect that some people like.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/uk.md b/markdown/org/docs/patterns/simone/options/uk.md
new file mode 100644
index 00000000000..4728a1f9987
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Simone shirt: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/simone/options/waistease/uk.md b/markdown/org/docs/patterns/simone/options/waistease/uk.md
new file mode 100644
index 00000000000..6437586b2ea
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+
+
+How much room do you want at the waist?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/yokeheight/uk.md b/markdown/org/docs/patterns/simone/options/yokeheight/uk.md
new file mode 100644
index 00000000000..aa33219e935
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/yokeheight/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Yoke height"
+- - -
+
+Controls the height of the yoke seam.
+
+- Increase this option to lower the height and lengthen the yoke
+- Decrease this option to raise the height and shorten the yoke
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/uk.md b/markdown/org/docs/patterns/simone/uk.md
new file mode 100644
index 00000000000..5d8fcf61aef
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Simone shirt"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/sven/cutting/uk.md b/markdown/org/docs/patterns/sven/cutting/uk.md
new file mode 100644
index 00000000000..da3f42e55c3
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/cutting/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Sven sweatshirt: Cutting Instructions"
+- - -
+
+Sven is a very simply pattern, and consists of two main parts plus some strips for the neck and armhole binding.
+
+- **Main fabric**
+ - Cut **1 back** on the fold
+ - Cut **1 front** on the fold
+ - Cut **2 sleeves** with good sides together
+- **Ribbing fabric**
+ - Cut **1 strip** for the neck opening binding
+ - Cut **2 strips** for the cuffs
+ - Cut **1 strip** for the hem
+
+
+
+###### Caveats
+
+The ribbing parts are not included on the pattern because they're just rectangular.
+
+
diff --git a/markdown/org/docs/patterns/sven/fabric/uk.md b/markdown/org/docs/patterns/sven/fabric/uk.md
new file mode 100644
index 00000000000..92c4346db7d
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/fabric/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Sven sweatshirt: Fabric Options"
+- - -
+
+Sven can be any sweatshirt you want it to be. From wovens to knit or even scuba, you can't really go wrong as long as you stick with something that has a bit of weight to it.
+
+Have a look at [the Sven showcases](/showcase/pattern/sven) for inspiration.
diff --git a/markdown/org/docs/patterns/sven/instructions/uk.md b/markdown/org/docs/patterns/sven/instructions/uk.md
new file mode 100644
index 00000000000..4ee34178b39
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/instructions/uk.md
@@ -0,0 +1,58 @@
+- - -
+title: "Sven sweatshirt: Sewing Instructions"
+- - -
+
+### Step 1: Close shoulder seams
+
+- Place the back and front on top of each other with the good sides toghether.
+- Align the shoulder seam, and sew/serge it at the standard seam allowance.
+- Repeat for the other shoulder seam.
+
+### Step 2: Set in the sleeves
+
+- Place your now attached front and back with the good side up.
+- Place a sleeve on top if it with the good side down
+- Align the top of the sleevecap with the shoulder seam, your sleeve should lie over your front/back extending to the other shoulder seam
+- Pin sleeve in place along the entire armhole. There's a bit of sleevecap ease, which means that the sleevehead is slightly longer than the armhole. Ease this in the top part of the sleeve head while pinning.
+- Sew/serge your pinned sleeve in place
+- Repeat for the other sleeve
+
+### Step 3: Finish the neck binding
+
+- Measure the length of the neck opening
+- Cut a piece of ribbing that is this length and 6cm/2.5inch wide
+- Fold the ribbing double with the good side outward, and pin it to your neckopening starting from the back
+- The cut off side of your ribbing should align with the edge of your neck opening, while the ribbing extends over your sweatshirt
+- Pin the ribbing in place around the neck opening, starting at the back and stretching it gently as you do so
+- First, join the ribbing at center back, with good sides together. As you've been stretching the ribbing as you were pinning it, it will be too long. Simply cut that away
+- Then, sew the ribbing to the neck opening
+
+### Step 4: Close the side seams and sleeves
+
+- Fold Sven double at the shoulder seams with good sides together
+- Align the side seams and sleeves and pin them together
+- Now, sew the side seam and continue sewing to close the arms all the way to the cuff
+- Repeat on the other side
+
+### Step 5: Attach the cuffs
+
+- Measure the width of the sleeve at the cuff
+- Cut a piece of ribbing that is (twice this length - 2cm/1inch) and 7cm/3inch wide
+- Fold the ribbing double along the longest side, and sew together the edge so you have a continous ring
+- Turn your Sven inside-out
+- Fold the ribbing ring with the good side outwards, and slip the folded side into your inside/out Sven sleeve
+- Align the cut off side of the ribbing with the edge of the sleeve and pin it in place. The ribbing is a bit shorter, so stretch it a bit while pinning to work this into the sleeve.
+- Now, sew/serge the ribbing to the sleeve
+- Repeat for the other cuff
+
+### Step 6: Attach the hem
+
+- Do for the hem as your did for the cuffs
+- Measure the width of Sven at the hem
+- Cut a piece of ribbing that 1.9 times this length and 7cm/3inch wide
+- You may need to attach different pieces if your ribbing fabric isn't wide enough
+- Fold the ribbing double along the longest side, and sew together the edge so you have a continous ring
+- Turn your Sven inside-out
+- Fold the ribbing ring with the good side outwards, and slip the folded side into your inside/out Sven body
+- Align the cut off side of the ribbing with the edge of the body and pin it in place. The ribbing is a bit shorter, so stretch it a bit while pinning to work this into the body.
+- Now, sew/serge the ribbing to the body
diff --git a/markdown/org/docs/patterns/sven/measurements/uk.md b/markdown/org/docs/patterns/sven/measurements/uk.md
new file mode 100644
index 00000000000..e562316f746
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Sven sweatshirt: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/sven/needs/uk.md b/markdown/org/docs/patterns/sven/needs/uk.md
new file mode 100644
index 00000000000..3c0e6a0740f
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/needs/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Sven sweatshirt: What You Need"
+- - -
+
+To make Sven, you will need the following:
+
+- Basic sewing supplies
+- About 1.75 meters (1.9 yards) of a suitable fabric ([see Fabric options](#fabric-options))
+- Ribbing fabric for the cuffs and neck opening
+
+
+
+###### A serger/overlock is nice, but optional
+
+As with all knitwear and stretch fabrics, a serger/overlock will make your life easier.
+
+If you do not have one of those, don't despair. You don't really need it.
+Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch.
+
+
diff --git a/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..fbfd9c03399
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Across back factor"
+- - -
+
+
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..7806f4c2fae
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md b/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..5db676c489e
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/bicepsease/uk.md b/markdown/org/docs/patterns/sven/options/bicepsease/uk.md
new file mode 100644
index 00000000000..70228269b7f
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/bicepsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Biceps ease"
+- - -
+
+
+
+How much room do you want at your upper arm?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/chestease/uk.md b/markdown/org/docs/patterns/sven/options/chestease/uk.md
new file mode 100644
index 00000000000..05bb7a2bfd4
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/chestease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+How much room do you want at the chest? Whatever value you provide here will simply be added to your chest circumference measurement when drafting the garment.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/collarease/uk.md b/markdown/org/docs/patterns/sven/options/collarease/uk.md
new file mode 100644
index 00000000000..06d75544b29
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/collarease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar ease"
+- - -
+
+Controls the amount of ease at your collar/neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/cuffease/uk.md b/markdown/org/docs/patterns/sven/options/cuffease/uk.md
new file mode 100644
index 00000000000..78f37f9a7b5
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/cuffease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Cuff ease"
+- - -
+
+
+
+How much room do you want at your wrist?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..a954d9f7130
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/hipsease/uk.md b/markdown/org/docs/patterns/sven/options/hipsease/uk.md
new file mode 100644
index 00000000000..e93953de05c
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/hipsease/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Hips ease"
+---
+
+---
+
+Controls the amount of ease at your hips (the bottom of the sweater)
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md b/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..cd09b95cc30
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+This option will lengthen the body of your sweatshirt.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/ribbing/uk.md b/markdown/org/docs/patterns/sven/options/ribbing/uk.md
new file mode 100644
index 00000000000..c05b77eb78e
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/ribbing/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ribbing"
+- - -
+
+
+
+Do you want ribbing at the hem/cuffs or not?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md b/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md
new file mode 100644
index 00000000000..ab5e20dcb7b
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ribbing height"
+- - -
+
+
+
+The height of the ribbing at the hem/cuffs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md
new file mode 100644
index 00000000000..5cce917be31
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Ribbing stretch"
+- - -
+
+
+
+The amount of stretch we should foresee for the ribbing at the hem/cuffs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/s3armhole/uk.md b/markdown/org/docs/patterns/sven/options/s3armhole/uk.md
new file mode 100644
index 00000000000..18b611ff6f8
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/s3armhole/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/s3collar/uk.md b/markdown/org/docs/patterns/sven/options/s3collar/uk.md
new file mode 100644
index 00000000000..0f07149210c
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/s3collar/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/shoulderease/uk.md b/markdown/org/docs/patterns/sven/options/shoulderease/uk.md
new file mode 100644
index 00000000000..5b831efff3e
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..0df8b7ce31f
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/uk.md
@@ -0,0 +1,10 @@
+---
+title: Shoulder slope reduction
+---
+
+The amount by which the shoulder slope is reduced to allow for shoulder padding.
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..e82cac91141
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..e1c1323860f
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..132bd6e15df
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..d28216cc7a7
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..40a0b9f16de
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..a18320134d5
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..0724297e6e9
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..02e26ed9b7c
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..844cdc65be4
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..c52a787d7d7
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..69d90b1919f
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..332aea0770e
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..154884c6a77
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..66ec31aedd4
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..da64b78ba5e
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..7ce1a1bce14
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..1d7a15e8f85
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..0f5abb7e4db
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..8502242d740
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..2505f2d88e5
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+
+
+This option will lengthen the sleeves of your sweatshirt.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..c7ed0827814
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Sleeve width guarantee"
+- - -
+
+We first draft the arm opening, then we draft a sleeve to fit it.
+
+When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it.
+
+Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap.
+
+To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/uk.md b/markdown/org/docs/patterns/sven/options/uk.md
new file mode 100644
index 00000000000..fff68ea142b
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Sven sweatshirt: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/sven/uk.md b/markdown/org/docs/patterns/sven/uk.md
new file mode 100644
index 00000000000..0bc58741b7e
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Sven sweatshirt"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/tamiko/cutting/uk.md b/markdown/org/docs/patterns/tamiko/cutting/uk.md
new file mode 100644
index 00000000000..ae133e276af
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/cutting/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Tamiko top: Cutting Instructions"
+- - -
+
+- **Main fabric**
+ - Cut **1 Tamiko top** on the fold
+
+Tamiko is a zero-waste pattern. It's a rectangle that's cut out on the fold. Not more than that. There's only one part to this top, we will simply refer to it at the **Tamiko top**. It needs to be cut on the fold along the bottom.
+
+
+
+Cut out the armhole, but leave seam allowance
+
+
diff --git a/markdown/org/docs/patterns/tamiko/fabric/uk.md b/markdown/org/docs/patterns/tamiko/fabric/uk.md
new file mode 100644
index 00000000000..dfc7a95f3d1
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/fabric/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Tamiko top: Fabric Options"
+- - -
+
+This pattern has a lot of unfinished edges, so you need something that does not ravel. And you want to go for something with a nice drape.
+
+Long story short, go for a knitted fabric, or some light scuba or something. No wovens.
diff --git a/markdown/org/docs/patterns/tamiko/instructions/uk.md b/markdown/org/docs/patterns/tamiko/instructions/uk.md
new file mode 100644
index 00000000000..53a710b7214
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/instructions/uk.md
@@ -0,0 +1,26 @@
+- - -
+title: "Tamiko top: Sewing Instructions"
+- - -
+
+### Step 1: Finish the armhole seam
+
+
+
+- Finish the armhole seam with a narrow hem.
+
+### Step 2: Finish the top
+
+
+
+
+
+As your top is folded, it's a good idea to pin both halves together.
+This way, your top can't shift around while we finish it.
+
+
+
+- Sew the three seamlines that are marked on your draft. F-H, C and I-J in the diagram, represented by lines and notches on the pattern.
+
+### Step 3: Enjoy!
+
+Now enjoy your new top and it's zero waste properties!
diff --git a/markdown/org/docs/patterns/tamiko/measurements/uk.md b/markdown/org/docs/patterns/tamiko/measurements/uk.md
new file mode 100644
index 00000000000..74b7554838f
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Tamiko top: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/tamiko/needs/uk.md b/markdown/org/docs/patterns/tamiko/needs/uk.md
new file mode 100644
index 00000000000..df6f7820885
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/needs/uk.md
@@ -0,0 +1,8 @@
+- - -
+title: "Tamiko top: What You Need"
+- - -
+
+To make Tamiko, you will need the following:
+
+- Basic sewing supplies
+- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/tamiko/fabric))
diff --git a/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..ed0b08d45fc
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+Controls the depth of your armhole, as a factor of your shoulder to shoulder measurement.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/chestease/uk.md b/markdown/org/docs/patterns/tamiko/options/chestease/uk.md
new file mode 100644
index 00000000000..fd156f0c432
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/chestease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest ease"
+- - -
+
+The amount of ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/flare/uk.md b/markdown/org/docs/patterns/tamiko/options/flare/uk.md
new file mode 100644
index 00000000000..7d3171dc129
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/flare/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Flare"
+- - -
+
+The angle by which the garment flares out from your chest downwards.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md b/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..54bc2e71717
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+How much longer than the default length to make your top.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md b/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md
new file mode 100644
index 00000000000..012731d8f9a
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Shoulder seam length"
+- - -
+
+The length of the shoulder seam, as a factor of your shoulder to shoulder measurement.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/uk.md b/markdown/org/docs/patterns/tamiko/options/uk.md
new file mode 100644
index 00000000000..c45a4322ae8
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Tamiko top: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/tamiko/uk.md b/markdown/org/docs/patterns/tamiko/uk.md
new file mode 100644
index 00000000000..8bcf042271e
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Tamiko top"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/teagan/cutting/uk.md b/markdown/org/docs/patterns/teagan/cutting/uk.md
new file mode 100644
index 00000000000..d07802dd7c9
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/cutting/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Teagan T-shirt: Cutting Instructions"
+- - -
+
+- Cut 1 back on the fold.
+- Cut 1 front on the fold.
+- Cut 2 sleeves _with good sides together_
+ - If you cut sleeves separately, remember that one has to be a mirror image of the other.
+- Cut 1 strip for neck opening. It should be 6 cm wide and the length of your neck opening.
+
+## Caveats
+
+- There is no seam allowance on the neck opening.
+- There is extra hem allowance at the hem and armholes.
diff --git a/markdown/org/docs/patterns/teagan/fabric/uk.md b/markdown/org/docs/patterns/teagan/fabric/uk.md
new file mode 100644
index 00000000000..0fe175c2370
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/fabric/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Teagan T-shirt: Fabric Options"
+- - -
+
+The Teagan T-shirt is designed as a close-fitting tee and is best suited to knit fabrics with some stretch, such as jersey. Cotton knits are often an easy-to-sew option for those new to knits. Rayon knits generally will have a bit more drape and are more slippery to sew.
+
+
+If you're new to sewing, look for a knit with a few percent spandex for stretch and recovery (snapping back after stretching). Fabric weights can also help you make your choice. T-shirts are typically made in lightweight fabric. A weight of 130-200 grams per square meter (or 4-6 ounces per square yard) is likely to be about right.
+
diff --git a/markdown/org/docs/patterns/teagan/instructions/uk.md b/markdown/org/docs/patterns/teagan/instructions/uk.md
new file mode 100644
index 00000000000..05d49ab790f
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/instructions/uk.md
@@ -0,0 +1,130 @@
+- - -
+title: "Teagan T-shirt: Sewing Instructions"
+- - -
+
+## Step 1: Close the shoulder seams
+
+
+
+- Place the front and back on top of each other with [good sides together](/docs/sewing/good-sides-together). Align the shoulder seams.
+- Serge the shoulder seams, or stitch them with a narrow (~2 mm) zigzag stitch at the standard seam allowance.
+
+
+Optional: In a drapier knit, you may choose to reinforce the shoulder seams by stitching clear elastic along the seam on the inside. On a T-shirt, the shoulder seams support most of the weight of the garment. Reinforcing is not required, but it can keep the shoulder seams from stretching over time.
+
+
+## Step 2: Set in the sleeves
+
+
+
+- Place your now attached front and back with the good side up.
+- Identify the front and back sides of each of your sleeves. (This is how you separate the left sleeve from the right.) On your paper pattern piece, the front side of the sleeve is to the right.
+- Place a sleeve on top of the front and back, with the good side down.
+- Align the top of the sleevecap with the shoulder seam. Make sure that the front and back of the sleeve are aligned with the front and back pieces of your shirt.
+- Pin sleeve in place along the entire armhole. There’s a bit of sleevecap ease, which means that the sleevehead is slightly longer than the armhole. Ease in the top part of the sleeve head while pinning.
+- Sew/serge your pinned sleeve in place.
+- Repeat for the other sleeve.
+
+## Step 3: Sew knit binding to the neck opening.
+
+
+
+Tawni is also writing up additional instructions for installing a V-neck
+
+
+
+
+
+A more extensive how-to on knit binding can be found in the [Aaron Instuctions](/docs/patterns/aaron/instructions).
+
+
+
+- We are going to finish the arm and neck hole with [knit binding](/docs/sewing/knit-binding) (note: not a knit band. There’s a difference, and it’s explained [here](/docs/sewing/knit-binding)).
+
+
+This is the most complex step in making the Teagan T-shirt, but it just requires a bit of practice. Don’t worry, all you need to do is make a couple of these and you’ll be a pro in no time.
+
+
+### Place (the start of) your binding
+
+
+
+- Put your T-shirt down with the back good side up, and place your binding strip on top of it with the good side down (as in, good sides together). Your binding should start at the center back of the neck opening.
+- Align the long edge of your strip with the edge of your fabric so the strip lies on top of the fabric (not in the opening). Place the corner on your starting point.
+- Now shift your binding strip 1cm beyond your starting point. This little extra will guarantee we can join the two ends later.
+
+### Sew binding in place
+
+
+
+- Place your presser foot 3 cm along the knit binding, so a 3 cm tail will be left unstitched. This will help us join the ends of the binding later. Then, sew 1.5 cm from the edge around the neck opening, stretching the binding gently as you sew. (Note: this is not the standard seam allowance.)
+- Stop sewing 3 cm before the end, leaving a tail like we did at the beginning.
+
+### Mark and sew binding ends
+
+
+
+- With about 6cm left to go before we complete our circle, it’s time to sew the ends of the binding together.
+- Take one of the edges, and stretch it along the 3cm separating it from the start point as you would while sewing. On the binding, mark where the binding reached the start point. Do the same for the other end.
+- Fold your T-shirt in whatever way makes it more easy for you to place both binding ends with good sides together, aligning the marks. Sew them together at the marks.
+
+
+
+6 cm is not much, but should be enough to get both edges comfortably under your sewing machine to sew them together.
+
+
+
+
+
+- Now that your binding ends are joined together, it’s time to finish the last 6cm of binding. Sew it down, staying 1.5cm from the edge as you did before.
+
+### Fold knit binding to the back and sew down
+
+
+
+- Fold your binding fabric around the fabric of your T-shirt to the back. This is how we’ll sew it down.
+- While the fabric is folded double at the front (hiding the fabric edge in the process), there’s no need for that at the back. We will merely trim back the edge later, given that knit doesn’t ravel. If we were to fold back the fabric at the back too, it would only add bulk.
+- Now you’ll sew the binding down. From the right side of your fabric, sew along the inner edge of your binding (furthest from the edge), making sure to catch the binding at the back in the process.
+
+
+If you have a coverlock machine, that would be perfect for this seam.
+
+
+- You’ll have to, once again, stretch your binding a bit while doing this. But this time, there’s an extra caveat to look out for.
+
+
+
+##### Beware of the uneven feed
+
+As your feed your binding through your sewing machine, the feed dogs will pull the bottom layer (back of your binding) forward.
+
+In a perfect world, all layers will follow smoothly. But more often than not, the top layer (front of your binding) tends to lag behind a bit. This causes your binding to not neatly fold around the edge of the fabric, but make ugly wrinkles.
+
+So watch out for this, and if you see it happening, stretch the under layer a bit extra to compensate.
+On the inside of your T-shirt, trim back the knit binding just outside of your seam to finish up.
+
+
+
+## Step 4: Close the side seams and sleeves
+
+
+
+- Fold your Teagan T-shirt double at the shoulder seams with good sides together.
+- Align the side seams and sleeves and pin them together.
+- Serge/sew the side seam and continue sewing to close the arms all the way to the sleeve hem.
+- Repeat on the other side.
+
+## Step 5: Finish hem and sleeves
+
+
+
+- Fold the hem upwards, to the inside, and sew it down. If you have a coverlock, use it. If not, use a twin needle or zig-zag stitch to keep the seam stretchable.
+- Repeat for the hem on each sleeve.
+
+
+
+##### Fold only once, to avoid bulk
+
+Knitwear doesn’t ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric.
+
+
diff --git a/markdown/org/docs/patterns/teagan/measurements/uk.md b/markdown/org/docs/patterns/teagan/measurements/uk.md
new file mode 100644
index 00000000000..bcc9898d52a
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Teagan T-shirt: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/teagan/needs/uk.md b/markdown/org/docs/patterns/teagan/needs/uk.md
new file mode 100644
index 00000000000..ff44f207632
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/needs/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Teagan T-shirt: What You Need"
+- - -
+
+To make Teagan, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/teagan/fabric))
+
+
+
+##### A serger/overlock is nice, but optional
+
+
As with all knitwear and stretch fabrics, a serger/overlock will make your life easier.
+
If you do not have one of those, don’t despair. You don’t really need it. All serged seams on the Teagan T-shirt can also be sewn with a narrow zigzag stitch (~2 mm wide) on a standard sewing machine.
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..1ccfa850a40
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Across back factor"
+- - -
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..3c524ffb5dc
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md b/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..4fd79573b0b
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/chestease/uk.md b/markdown/org/docs/patterns/teagan/options/chestease/uk.md
new file mode 100644
index 00000000000..6ad014b0290
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/chestease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest ease"
+- - -
+
+Controls the amount of ease at your chest
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..1167088f83c
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Draft for high bust"
+- - -
+
+Choose this option to draft Teagan to your high bust measurement, rather than your full chest circumference.
+
+This option is specifically for people with breasts. Enabling it will draft Teagan to your high bust measurement and let ease and stretch fit your breasts.
+
+This gives you what is generally considered to be a more flattering fit.
+
+If you don't enable this option, Teagan will essentially be drafted for a body without breasts that has the same chest circumference as your body with breasts. This will cause a bunch of extra fabric at the chest and armholes that will make the T-shirt look like a poor fit.
+
+Enable this option and we'll draft to your high bust, fitting your body without breasts as it were, and then allowing your breasts to fill out the T-shirt's ease (and possibly stretch depending on your high bust / bust ratio).
+
+
+This option has no effect when there's no high bust measurement provided
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..56242e0db4c
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/uk.md
@@ -0,0 +1,10 @@
+---
+title: Front armhole extra cutout
+---
+
+How much do you want the front armhole to be cut out deeper than the back.
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/hipsease/uk.md b/markdown/org/docs/patterns/teagan/options/hipsease/uk.md
new file mode 100644
index 00000000000..9285f533498
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/hipsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Hips ease"
+- - -
+
+Controls the amount of ease at the hips. In other words, this controls the ease at the bottom of your T-shirt
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md b/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..b577461b882
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+Controls how much longer than the default you want your T-shirt to be.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md b/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md
new file mode 100644
index 00000000000..d3278d95f7b
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Neckline curvature"
+- - -
+
+Controls the curvature of the neck opening.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md b/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md
new file mode 100644
index 00000000000..3a9e771fecd
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Neckline depth"
+- - -
+
+Controls the depth of the neck opening.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md b/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md
new file mode 100644
index 00000000000..18f6f943bda
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Neckline width"
+- - -
+
+Controls the width of the neck opening.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..651eb25fd78
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/uk.md
@@ -0,0 +1,10 @@
+---
+title: Shoulder slope reduction
+---
+
+The amount by which the shoulder slope is reduced to allow for shoulder padding.
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..36a6c13794f
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..e63a4979c2c
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..1ed0ff9aacf
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..55aae2d7248
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..1a7eb8952b6
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..e8f9b6384d4
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..402c3c931af
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..34ed651d4ea
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..6220d82aeca
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..f8629d945ab
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..90b2cd852bb
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..7a6aa700a07
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..e84ae94297a
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..be05c5e4a86
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..199954bb1e3
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..825bc2c1ac9
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..ae72467c613
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..678baed2b5a
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..1cfcca179ad
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md b/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md
new file mode 100644
index 00000000000..3a4812c275a
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve ease"
+- - -
+
+Controls the amount of ease at the sleeve/your arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md b/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md
new file mode 100644
index 00000000000..a117bd3484d
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve length"
+- - -
+
+Controls the length of the sleeves.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..7c55fbb42d1
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,10 @@
+---
+title: Sleeve width guarantee
+---
+
+Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole.
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/teagan/options/uk.md b/markdown/org/docs/patterns/teagan/options/uk.md
new file mode 100644
index 00000000000..8aa127d5740
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Teagan T-shirt: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/teagan/uk.md b/markdown/org/docs/patterns/teagan/uk.md
new file mode 100644
index 00000000000..9e1308d11d4
--- /dev/null
+++ b/markdown/org/docs/patterns/teagan/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Teagan T-shirt"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/theo/cutting/uk.md b/markdown/org/docs/patterns/theo/cutting/uk.md
new file mode 100644
index 00000000000..ede1e44ae3c
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/cutting/uk.md
@@ -0,0 +1,38 @@
+- - -
+title: "Theo trousers: Cutting Instructions"
+- - -
+
+- **Main fabric**
+ - Cut **2 back(s)** with good sides together
+ - Cut **2 front(s)** with good sides together
+ - Cut **1 waistband left**
+ - Cut **1 waistband right**
+ - Cut **2 fly piece(s)** with good sides together
+ - Cut **2 side piece(s)** with good sides together
+ - Cut **4 back pocket facing(s)**
+ - Cut **8 belt loop(s)**
+- **Lining**
+ - Cut **2 front lining(s)** with good sides together
+ - Cut **1 waistband lining left**
+ - Cut **1 waistband lining right**
+ - Cut **1 fly shield**
+ - Cut **4 front pocket bag(s)** 2x2 with good sides together (**see caveats below**)
+ - Cut **2 back inner pocket bag(s)**
+ - Cut **2 back outer pocket bag(s)**
+- **Interfacing**
+ - Cut **1 waistband interfacing left**
+ - Cut **1 waistband interfacing right**
+ - Cut **4 back pocket interfacing(s)**
+
+
+
+###### Caveats
+
+- The **front lining** is cut from the **front** part on your draft, down to the line just below the knee
+- Pay attention to the grainline on the **fly piece**, **fly shield**, and **side piece**
+- There are two variations of the front pocket bag. You need to cut out two of each:
+ - Cut two of the complete piece
+ - Cut two with only extending up to the dashed line at the left
+- The **back inner pocket bag** and **back outer pocket bag** are very similar. Make sure to mark them correctly so you don't confuse them.
+
+
diff --git a/markdown/org/docs/patterns/theo/fabric/uk.md b/markdown/org/docs/patterns/theo/fabric/uk.md
new file mode 100644
index 00000000000..004a7ea8a12
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/fabric/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Theo trousers: Fabric Options"
+- - -
+
+You have a lot of options here, but keep in mind that these are classic cut trousers. In other words, do not use stretch, denim, pleather of that sort of thing. Safe bets are wool, cotton, or linen, possibly blended with some synthetic.
+
+For **wool**, look in the suiting section of your fabric store. If this is your first pair, some wool-poly blend is most likely going to be more budget-friendly. But don't let price alone guide you, buying some cheap whimsical fabric is the best way to come up with a shitty looking pair of trousers, and get frustrated in the process.
+
+For **cotton**, go for a heavier weight. Cotton might also be a bit easier on the beginner than wool. If unsure what to use, ask for chino in the fabric store and simply pick a colour you like.
+
+Nothing beats **linen** on a hot summer day. It's fun to work with too, but it does wrinkle like a mofo, and even the most neatly made trousers look somewhat messy when made in linen. What I'm saying is, maybe not for your first pair.
diff --git a/markdown/org/docs/patterns/theo/instructions/uk.md b/markdown/org/docs/patterns/theo/instructions/uk.md
new file mode 100644
index 00000000000..7325f19bcf4
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/instructions/uk.md
@@ -0,0 +1,781 @@
+- - -
+title: "Theo trousers: Sewing Instructions"
+- - -
+
+
+
+Text a bit dry for you? I try to make videos available as part of the pattern documentation.
+
+In this particular case, there's a lot of video material available, but it was originally recorded for a previous version of this pattern. Still, good stuff.
+
+
+
+
+
+
+
+Many of the steps below are to be repeated for both trouser legs.
+
+That is not always mentioned because life is short and continuously writing _Do not forget to do this for both trouser legs_ gets tired really soon.
+
+
+
+### Step 1: Baste the pleat lines
+
+
+
+First thing to do is to baste over the pleat line of your trouser legs. Do it on both front and back pieces for both legs.
+
+### Step 2: Close the back darts and press
+
+### Close the back darts
+
+
+
+Fold piece 1 (back) double so that the notches of the dart on the waistband are aligned, and a sharp crease runs to the notch at the dart end. Feel free to briefly iron the crease, this will make it easier to sew the dart accurately.
+
+Close the dart by sewing from the waistband down to the end of the dart.
+
+Use a small stitch length, and let your stitch run completely to the end (and of) the dart, then backtrack making sure to veer into the seam allowance.
+
+#### Press back darts to the side
+
+
+
+Press your back darts flat, folding the seam allowance to the side of your trousers.
+
+### Step 3: Construct the back pockets
+
+Construct the double welt pockets at the back of your trousers, including the pocket bag.
+
+
+
+###### Double welt pockets
+
+Constructing a double welt pocket is a technique that is used is different garments.
+That is why I have branched it off into its own documentation page.
+
+There's both written documentation and a video series that shows you how to do it, so even if you've never made welt pockets before, you'll be fine.
+
+[To the welt pockets documentation](/docs/sewing/double-welt-pockets)
+
+
+
+### Step 4: Optional: Trim your lining with pinking shears
+
+
+
+If you are going to line your trousers (it's optional), you'll need to finish the edge of your lining. To do so, trim the edge of the lining with pinking shears.
+
+Note that you only need to do this for those edges of your lining that are not caught in a seam. In other words, only the bottom edge of your lining.
+
+
+
+If you don't have pinking shears, you can apply another finish like a zig-zag stitch, or use a serger. However, pinking shears are best for this scenario because they don't add any bulk, which is important because we want to avoid the edge of the lining making a bump in your trousers.
+
+
+
+### Step 5: Trim pieces for front pocket slant
+
+
+
+Align your front, lining and pocket bag on top of each other. Front and pocket back with their good side down, lining with the good side up.
+
+Pin them together to make sure they don't move. Do so away from the pocket slant to not hinder yourself later.
+
+Trim back the pocket bag (it should lie on top) exactly on the pocket slant line (marked on the pattern).
+
+Now trim back the front piece (it should lie on the bottom) 3cm outwards from the slant line, parallel to it.
+
+Finally, trim back your lining so that it stops 0.5 cm short of reaching the edge of your front.
+
+
+
+The lining is trimmed a bit shorter so that when it is folded back, it does not show. But it's really not all that important to get it exactly 0.5 cm shorter.
+
+
+
+### Step 6: Fold back and sew front pocket slant
+
+
+
+Fold back your lining and front piece along the pocket slant line (and thus along the trimmed edge of the pocket bag. Pin this down and press.
+
+You are going to sew along the pocket slant, but make sure to flip everything over first so you can sew from the good side.
+
+Topstitch a 0.5 cm from the fold, making sure to keep it parallel and not stretch your fabric.
+
+
+
+This topstitching will always be on show, so make sure to match the thread color and make it pretty.
+
+
+
+
+
+To prevent your pockets from bagging out, you can place a piece of non-stretching ribbon in between the fold. When stitching, you will also catch this ribbon, preventing the pocket to bag out.
+
+
+
+### Step 7: Finish edge inside front pocket
+
+
+
+Fold away the main part of the front piece, so you can place the lining, pocket bag and folded edge of the front piece flat.
+
+Zig-zag the edge of the folded-back front piece to finish it and secure it to the pocket back and lining.
+
+### Step 8: Press side pocket
+
+
+
+When you're done, place front piece, lining and pocket bag flat, and give it a good press.
+
+
+
+This might be a good time to remind you that every step up to this point had to be done for both legs.
+
+It's just a friendly reminder, the next steps need to be done for both legs too.
+
+
+
+### Step 9: Attach side piece to pocket bag
+
+
+
+Place the other half of the pocket bag with the good side down, and align the side piece on it with the good side up.
+
+Sew a zig-zag stitch along the edge of the side piece to finish it and attach it to the pocket bag.
+
+### Step 10: Close the pocket bag
+
+
+
+Place the front piece, lining and pocket bag with the pocket bag up.
+
+Align the second pocket bag with the attached side piece facing down.
+
+Pin all pieces together making sure to stay about the bottom curve of the pocket bag.
+
+When everything is pinned together, fold away the front piece and lining, and close the bottom curve of the pocket bag.
+
+
+
+Sew to bottom curve of the pocket bag up until the point where it reached the side piece
+
+You can finish the pocket bag in a number of ways, including:
+
+- Serge the sides together
+- Finish the edge with bias tape
+- Sew the sides together and finish the edge with a zig-zag stitch
+
+
+
+### Step 11: Press the front pocket
+
+
+
+Put everything flat with the front piece at the bottom, and give it a good press.
+
+### Step 12: Pin front pocket in place
+
+
+
+Pin the pocket down to the front piece along the slant and the edges of the pocket bag. This will prevent it from shifting around while we continue to work on our trousers.
+
+### Step 13: Finish the side edges
+
+
+
+Before we are going to sew the side seams, finish the side edges by serging or running a zig-zag stitch along the sides of your front and back pieces, making sure to stay within the foreseen seam allowance.
+
+
+
+Make sure to include the lining and pocket bag edges, as this will prevent things from shifting around when we sew the side seams.
+
+
+
+### Step 14: Sew the side seams
+
+
+
+Place the front and back of each leg on top of each other, with the good sides together.
+
+Align the side seam, more precisely the side seam on the outside, where there is no crotch curve.
+
+
+
+You can pin the pieces together to make sure things stay in place while sewing this lengthy seam.
+
+
+
+Sew the seam, starting from the waistband along the entire side of your trousers.
+
+### Step 15: Press open seam allowance
+
+
+
+Press open the seam allowance along the side seams. Do so from the back, and repeat from the good side of the fabric.
+
+Take your time, making sure to use enough heat, but not too much. Use steam or spray on water for best effect.
+
+
+
+A nice flat side seam looks great, so take your time to get it right.
+
+
+
+### Step 16: Sew fly shield to fly piece
+
+
+
+Place your fly piece on the fly shield with the good sides together, and align the edge with the biggest curve.
+
+Sew along the curved edge, taking account the standard 1cm seam allowance, to join the two pieces together.
+
+
+
+If your lining has any stretch in it at all, try to stretch it out a bit while you sew the curve. This will make it easier to get the lining to lie flat without wrinkles later on.
+
+
+
+### Step 17: Press the fly shield
+
+
+
+
+
+Before pressing down your fly piece, make sure to roll the seam a little bit so that your trouser lining fabric sits a bit further, and the lining starts only about 2mm from the edge. This will prevent the lining from peeking out at the edge.
+
+
+
+After you have sewed fly piece and fly shield together, turn them inside out and press the seam you just made.
+
+### Step 18: Pin zip to right front piece
+
+
+
+
+
+Steps 18 to 21 all lead up to a single row of stitching that will sew your zip to the front, while attaching the fly piece and fly shield in one go.
+
+This is the hardest seam to do in the entire construction process, so I'm taking my time to explain and illustrate this before you start sewing.
+
+
+
+Place your front piece for the right leg with the good side up. So that lining and front pocket bag sit underneath and lie flat.
+
+Take your zip and open it (unzip it). Now turn it over so that it sits with the good side down. In other words, with the zipper puller down.
+
+Align your zip with the crotch seam as shown in the illustration. Take the following into account:
+
+- The end of your zip should sit at the top of your trousers where your waistband will start. However, make sure to remember that there is seam allowance there, so don't align it with the top of the front piece, but subtract 1cm seam allowance.
+- Align the zip with the crotch seam. Do not mind the edge of the zip, as they come in different widths. Instead, make sure that you can sew next to the teeth of the zip within the seam allowance of the front piece.
+
+Pin the zip in place with a few pins perpendicular to your zip (as shown). In other words, don't pin along the zip, but across the zip.
+
+
+
+If you're unsure about the placement of your zip, put it as close to the edge as possible. Doing so will only mean your zip is tucked away a bit further under the fly, so that it certainly is not on show.
+
+
+
+### Step 19: Pin fly shield to zip
+
+
+
+Take the fly shield/fly piece that you assembled in step 16 & 17, and place it with the fabric facing downward, and the lining upward.
+
+Flip aside the top lining layer, and align the slightly curved edge of the fabric (where it is not sewn to the lining) with the edge of the fabric of your front piece.
+
+
+
+For clarity, what side of the fly shield that should be facing up is shown in the top part of the illustration, at a smaller scale.
+
+
+
+Pin this layer in place with a few pins perpendicular to your zip (as shown in red). Make sure you catch all layers underneath, including the zip. This way, you can remove your pins from the step before (shown in green) when done.
+
+
+
+If you're comfortable holding all this in place, you can let the lining fall back and pin everything together as shown in the next step. That's somewhat faster, but more prone to errors as things can shift around easier.
+
+
+
+### Step 20: Pin fly shield in place along zip
+
+
+
+Let the lining fall back in place, and now pin all layers together along the zip.
+
+When you are done, remove your earlier perpendicular pins.
+
+### Step 21: Fold over fly shield and pin down
+
+ 
+
+Flip everything over so that your fly shield lies at the bottom.
+
+Fold the lining of the fly shield around the fly, front piece and fly piece, making sure to double-fold it so the raw edge is hidden inside.
+
+Pin this down, and remove your previous pins.
+
+### Step 22: Sew fly in place along zip
+
+
+
+Now you can sew along the double folded fly piece. This will fix the front, zip, fly shield and fly piece all in place.
+
+
+
+You will be sewing along your zip, so make sure to install your zipper foot for this.
+
+
+
+### Step 23: Fold back fly and press
+
+
+
+When you're done, fold back the fly so that it extends from the front piece, and give it a thorough press from the back. And a gentle press from the front.
+
+### Step 24: Apply bias tape to second fly piece and press
+
+
+
+Apply bias tape to the edge with the large curve of your second fly piece.
+
+Press the finished edge flat when you're done.
+
+
+
+Bias tape is a way to finish a seam. If you are not sure what it is or how to apply it, let me know.
+
+
+
+### Step 25: Pin and sew fly piece to crotch seam
+
+
+
+Place the left leg with the good side up. Place the second fly piece on top with the good side down, aligning the unfinished seam with the crotch seam.
+
+Pin the fly piece in place, then sew it in place along the crotch seam.
+
+
+
+When you sew this in place, make sure to catch the front lining.
+
+
+
+Press the finished edge flat when you're done.
+
+### Step 26: Roll the fly piece to the back, and press the seam
+
+
+
+Fold the fly piece to the back. Before you press, make sure to roll the seam a bit backwards so that the front of the trousers sits a little further than the fly piece.
+
+This way, the seam or fly piece will not show from the front.
+
+Give it a good press from the back.
+
+### Step 27: Pin and sew zip to fly piece
+
+  
+
+Place the right leg down with the good side up. Place the leg on top of it with the good side down.
+
+With the crotch seams aligned, pin the zip along the edge of the fly piece with the good side of the zip down.
+
+Make sure to pin the fly only to the fly piece. Not to any other layers underneath.
+
+
+
+I find it's easier to pin the zip through all layers, and then when it's secure in place add extra pins that pin it to the fly piece only. When that's done, you can remove the pins that go through all layers.
+
+
+
+Last but not least, sew along the zip with your zipper foot to attach it to the fly piece.
+
+
+
+When aligning the zip, make sure to take the following into account:
+
+- The zip should be placed with the good side down
+- The zip should sit a bit back from the edge of your fly piece
+- Make sure to align the top of the zip with the other zip half on the right leg
+
+
+
+### Step 28: Zig-zag the zip edge to the fly piece
+
+
+
+With the fly in place, run a zig-zag stitch along the edge of the zip to secure it to the fly piece.
+
+### Step 29: Bar-tack both fly pieces together
+
+
+
+Place both fly pieces together, and move the front pieces out of the way.
+
+Use a bar-tack to join them together at the bottom of the zip. Sew on both edges of the zip, and get as close to the zip as you can.
+
+
+
+If your zip is too long, you can trim it below the bar-tacks.
+
+
+
+### Step 30: Join crotch seam
+
+ 
+
+Place both fronts with the good sides up. They are now joined by the fly.
+
+Make sure the fly is neatly tucked under, and pin together both fronts at the bottom of the fly, where you bar-tacked earlier. Make sure the pin is aligned to the fold of your front.
+
+Fold the fronts with the good sides together, and pin them together along the crotch.
+
+You'll need to get the fly shields out of the way, so if you've pinned through all layers before, remove that pin now, making sure to replace it with a horizontal pin. This will tell you how far to sew.
+
+Sew the crotch seam, starting at the cross-seam point, and going up to your horizontal pin.
+
+
+
+I find this step hard to explain, and hard to illustrate. I hope it will make sense when you're looking at your fly. If not, check the video instructions.
+
+
+
+### Step 31: Pin fly closed and baste fly curve
+
+
+
+Close the fly, and pin the fronts together making sure the fly is neatly tucked away.
+
+We will be topstitching the fly curve next, and it's a good idea to baste it first.
+
+You should start a bit above your earlier bar tack, and make sure you catch only the fly shield of the left leg.
+
+Curve upwards toward the edge of the fly shield, and then proceed in parallel with the zip.
+
+### Step 32: Topstitch the fly curve
+
+
+
+Now topstitch your fly curve, using your basting as a guide.
+
+When doing so, you will be locking your front, fly piece, pocket bag and lining all together.
+
+### Step 33: Pin together the inner leg seam
+
+
+
+Close the legs with the good sides together, and pin together the inner leg seam. Start at the cross seam point and work your way to the bottom of the legs.
+
+Make sure to do this for both legs.
+
+### Step 34: Sew the inner leg seams
+
+
+
+On both legs, sew the inner leg seams that you just pinned. Make sure to respect the seam allowance.
+
+### Step 35: Press open seam allowance of the inner leg seam
+
+
+
+Place your leg inside-out on your ironing board, and press open the seam allowance of the inner leg seam.
+
+### Step 36: Close the cross-seam
+
+
+
+We are now going to close the cross-seam, from the bottom of your fly between your legs, up your bum to the center back of where you'll add the waistband later.
+
+To do so, turn on of the legs inside out, so that that good side of the fabric is turned inside, and the bad side and lining sits on the outside.
+
+The other leg should not be turned inside-out, but should just have its good side on the outside.
+
+Now, put the leg that has the good side out (the normal leg) into the leg that has the bad side out (the inside-out leg).
+
+This way, the good sides of both legs will sit against each other, and this is how you should sew the cross seam.
+
+
+
+Be careful that your leg is not twisted inside the other leg. When in doubt, turn the inside-out leg outside-out again after you've pinned the cross-seam to make sure it's all ok.
+
+
+
+Pin the cross-seam in place, and then sew it close, starting at the side of the fly, and making sure to respect the seam allowance.
+
+When done, press the seam allowance open.
+
+### Step 37: Press the leg crease in place
+
+
+
+Turn your trousers good side out, and carefully place one leg on your ironing board so that it lies flat and folds exactly on the crease line your basted earlier.
+
+When it's looking good, press the crease lines in your leg, front a back. Repeat for the other leg.
+
+Give it a firm press because you want the pleats to still be there after you wash your trousers (so you can see where to press them again).
+
+
+
+In the industry, chemicals are applied along the crease line before it is pressed together. Some tailors use some sort of wooden hammer and anvil to bang the fibers in a permanent crease.
+
+
+
+Depending on your fabric, your crease might last longer, but ultimately, you can't expect to have a crease that can withstand a few washes without being reapplied.
+
+
+
+Maybe this goes without saying, but there's also another option: Do not press the crease. This give your trousers a more informal look.
+
+
+
+### Step 38: Fuse interfacing to waistband
+
+
+
+Fuse the waistband interfacing (Piece 3) to the waistband (Piece 4).
+
+Align the interfacing in the middle of the waistband, and make sure to keep it nicely aligned as you fuse it in place with your iron.
+
+### Step 39: Close waistband and waistband lining
+
+
+
+Join the waistband (Pieces 4a and 4b) by sewing both pieces good sides together.
+
+Join the waistband lining (Pieces 5a and 5b) by sewing both pieces good sides together.
+
+### Step 40: Sew waistband to waistband lining
+
+
+
+Place your waistband on the waistband lining, good sides together, so that the waistband interfacing is facing upwards.
+
+Align the edge, and pin them together.
+
+
+
+We are going to sew along the edge of the interfacing, but we will sew about 3mm or 1/8 inch from the actual interfacing edge. This will prevent the lining from being visible from the front later.
+
+
+
+On one side of the waistband, end with a curve and then go down vertically along the edge of the waistband interfacing. Check the illustration to make sure you do it on the correct side.
+
+### Step 41: Roll fabric around interfacing edge and press waistband
+
+
+
+Before pressing the waistband, make sure to roll over the fabric around the edge of the interfacing.
+
+Remember that in the previous step your sewed 3mm from the interfacing edge? You need to make the fold around the edge of the interfacing so that the actual seam sits 3mm more inwards.
+
+This will make sure that our lining fabric is never on display from the front of your trousers.
+
+### Step 42: Pin waistband to trousers
+
+
+
+Pin the edge of your waistband (the side you did not sew the lining to) to the top of your trousers, good sides together.
+
+Tuck the edge of your fly into the end of the waistband with the curved corner. On the other end of the waistband, it will be longer. In other words, your waistband will overlap here.
+
+
+
+Be careful to match the vertical alignment of the waistband at the zip. With the zip closed, both sides of the waistband should sit at an equal height. This is easy to miss if you don't check it.
+
+
+
+### Step 43: Sew waistband to trousers
+
+
+
+Now that the waistband is pinned to top of your trousers, sew it in place.
+
+On the side with the curved corner, get as close to the edge as possible. On the other side, stop when you reach the edge of your fly.
+
+### Step 44: Press waistband
+
+
+
+Give your newly sewn seam a good press. Do not press the seam open, instead press it towards the top (put both trousers and waistband seam allowance in the waistband).
+
+### Step 45: Prepare the belt loops
+
+
+
+The belt loops are a part of your trousers where you can let your creativity run free. There's load of different ways to make and shape belt loops, not to mention that where you place them is also up to you.
+
+That being said, here's what to do to make a standard belt loop:
+
+Find the belt loop pattern part, a small rectangular piece of fabric. There should be 8 of them, and these will become your belt loops. For each of them, take these steps:
+
+- Zig-zag (or serge) along the longest edges of the rectangle
+- Fold one side back along the length, and press
+- Fold the other side back, along the length, and press
+- Hand sew along the back of the belt loop so that the folded sides stay in place, but the stitches do not show at the front
+- Give it a final good press when you're done
+
+
+
+While the width of your belt loops is not all that important, it does matter to make sure they are all the same width.
+
+To make it easier to have a consistent width, you can fold your belt loops around a strip of cardboard, thick paper, or plastic of the desired belt loop width.
+
+This strip can also help you with the hand sewing. Keep it in your belt loop and it will prevent your needle from piercing through all layers and your thread won't show at the front.
+
+
+
+### Step 46: Attach the belt loops: Bottom
+
+
+
+Attach the bottom of the belt loops to your trousers. Place them about 1.5 cm below your waistband, depending on your waistband width.
+
+Place the good side of the belt loop down on the good side of the trousers (good sides together) and secure with a bar tack or narrow zig-zag.
+
+Then, zig zag the edge of the belt loop to the trousers.
+
+
+
+It is important to get the waistband lining out of the way while doing this. Make sure to attach the belt loops only to your trousers, and not to the waistband lining.
+
+You have 8 belt loops, so you need to distribute them around your waistband. Have a look at an existing pair if you are uncertain how to do this.
+
+Make sure to place belt hoops close to the center back, and not too close to each other at the front (for belt buckles).
+
+
+
+### Step 47: Waistband facing
+
+
+
+The waistband facing needs to be cut out and attached to your waistband.
+
+This will be a lot simpler to understand if you have a look at the relevant video:
+
+@[youtube](https://www.youtube.com/embed/8dLOuOtb18U?list=PL1gv5yv3DoZOcmOJf6f0YWi522VXXv-mM)
+
+### Step 48: Trim waistband seam allowance
+
+
+
+Before we finalize the waistband, we're going to trim back some of its seam allowance.
+
+
+
+**About seam allowance grading**
+When trimming back different layers of seam allowance, always try to cut them at different lengths so that the bulk is reduced in incremental steps.
+
+The layer that lies closest to the good side of the garment should be the longest, so trim back from there.
+
+Doing so will make it less likely that the outline of the seam allowance is visible from the good side.
+
+
+
+### Step 49: Press and baste the waistband lining
+
+
+
+The waistband lining will be sewn from the front of the trousers on top of the seam that joins the waistband to the trousers (so called _stitch in the ditch_).
+
+Doing so will catch the lining and secure it in place. However, since we'll be sewing this from the good side, the lining will lie beneath all other layers, and we won't see what we're doing.
+
+That is why, to make sure it all lies clean and flat, we will first press and baste the lining.
+
+The lining will extend downward from the top, and it needs to be folded back up under itself, so that it will get caught by the seam when we sew it in place later.
+
+To make sure things look pretty, the distance between the top of our waistband and the (folded back) bottom edge of our lining should be constant. You can mark an even distance from the top of your trousers, and then pin back the lining at this line. Last but not least, press that fold in your lining.
+
+When you're happy with how it looks, baste the lining in place just next to the seam joining the waistband and trousers.
+
+
+
+It's best to baste next to the seam, and not actually in the seam. This will make it a lot easier to remove your basting when after we've sewn in the last step.
+
+
+
+### Step 50: Sew the waistband lining in place
+
+
+
+After you basted the waistband lining, sew it in place from the good side, exactly in the seam between the waistband and trousers.
+
+### Step 51: Attach the belt loops: Top
+
+
+
+With your waistband and lining properly secured, it's time to attach the top of the belt loops.
+
+Sew them in place just as you did at the bottom. That is, use a bar tack or close zig-zag to attach them, then zig-zag over the end to secure it.
+
+
+
+Don't sew through the top of the belt loops. You'll have to work the foot of your sewing machine under the belt loop so you only sew the piece that is folded back.
+
+Feel free to trim back the length of your belt loops after you bar tack and before you zig-zag the end of them, as they might be too long.
+
+
+
+### Step 52: Finish the edge of the legs
+
+
+
+Before we hem the trousers, finish the raw edge of the legs with a zig-zag stitch or serger.
+
+
+
+This would also be a good time to try on your trousers and mark exactly how long you want them to be after they are hemmed.
+
+
+
+### Step 53: (Optional) Sew in a hem ribbon
+
+
+
+
+
+The hem ribbon is a ribbon that sits on the inside of your trouser hem. At the place your hem folds back, the fabric has to take a lot of abuse from bumping into shoes and other things.
+
+Placing a ribbon inside the hem protects your fabric to some extent, and it is a neat finish.
+
+
+
+Mark the hemline on your trousers (good side out).
+
+Place the ribbon as shown in the illustration making sure that it extends a few mm above the hemline. Sew it in place all the way around the leg, making sure to sew close but not on the hemline.
+
+### Step 54: Press the hem
+
+
+
+Fold back the trouser legs at the hemline, and press the hem.
+
+
+
+If you've sewn in a hem ribbon, the ribbon will extend a few mm below the hem line, thereby protecting the fabric at the hem.
+
+
+
+### Step 55: Hem the legs
+
+
+
+With the hem neatly pressed, simply hand-sew the folded back part to the inside of your trousers.
+
+
+
+Hemming is done by hand because it's important that the stitches don't show on the front. So when hand-sewing the hem, don't push your needle through the fabric, but just catch a few threads so your stitches don't show on the front
+
+While there are machine alternatives, they aren't as neat (blind hem stitch) or probably not accessible to the home-sewer (industrial blind hem machine).
+
+
+
+### Step 56: Trim, clean up, and press
+
+Trim any loose threads or basting that remains, and give your trousers a good final press.
+
diff --git a/markdown/org/docs/patterns/theo/measurements/uk.md b/markdown/org/docs/patterns/theo/measurements/uk.md
new file mode 100644
index 00000000000..3143aee4229
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Theo trousers: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/theo/needs/uk.md b/markdown/org/docs/patterns/theo/needs/uk.md
new file mode 100644
index 00000000000..dda5ba6005f
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/needs/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Theo trousers: What You Need"
+- - -
+
+To make Theodore, you will need the following:
+
+- Basic sewing supplies
+- About 2 meters (2.2 yards) of a suitable fabric ([see Fabric options](/docs/patterns/theo/fabric))
+- About 1 meter (1.1 yards) of lining fabric
+- Fusible interfacing for back pockets and waistband
+- A zipper, button and hook for the fly
diff --git a/markdown/org/docs/patterns/theo/options/backrise/uk.md b/markdown/org/docs/patterns/theo/options/backrise/uk.md
new file mode 100644
index 00000000000..47e0b5ce6c9
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/options/backrise/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Back rise"
+- - -
+
+
+
+This raises the waist of your trousers at the back.
+
+
+
+This trouser pattern is based on the drafting method of Winifred Aldrich.
+One complain I often get is that the back of the trousers is too low.
+It's a valid complaint too, it is low.
+
+This option allows you to mitigate that, without dramatic changes to the pattern.
+It allows you to simply raise the back of the trousers.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/theo/options/legwidth/uk.md b/markdown/org/docs/patterns/theo/options/legwidth/uk.md
new file mode 100644
index 00000000000..2c0b709b12b
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/options/legwidth/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Leg width"
+- - -
+
+Controls the width of the legs.
+
+
+
+This pattern used to come in two variations. Theodore, and Theo, the latter having
+a slimmer cut.
+
+Since FreeSewing v2.0 we've merged these into a single pattern and this option
+allows you to alter the leg width.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md b/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..ea62683a29c
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+This option will lengthen the legs of your trousers.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/theo/options/uk.md b/markdown/org/docs/patterns/theo/options/uk.md
new file mode 100644
index 00000000000..fd19886ceb6
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Theo trousers: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md
new file mode 100644
index 00000000000..0717bb5cae3
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waistband width"
+- - -
+
+
+
+The width of the waistband you want on the trousers.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/theo/options/wedge/uk.md b/markdown/org/docs/patterns/theo/options/wedge/uk.md
new file mode 100644
index 00000000000..8deee3c8f64
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/options/wedge/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Wedge"
+- - -
+
+Controls the length of the crossseam.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/theo/uk.md b/markdown/org/docs/patterns/theo/uk.md
new file mode 100644
index 00000000000..3d758fefcba
--- /dev/null
+++ b/markdown/org/docs/patterns/theo/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Theo trousers"
+- - -
+
+
+
+
diff --git a/markdown/org/docs/patterns/tiberius/cutting/uk.md b/markdown/org/docs/patterns/tiberius/cutting/uk.md
new file mode 100644
index 00000000000..d648ff55773
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/cutting/uk.md
@@ -0,0 +1,33 @@
+- - -
+title: "Tiberius Tunica: Cutting Instructions"
+- - -
+
+
+
+##### Use the power of the _paperless_ option - do _not_ print this pattern
+
+Tiberius is just a big rectangle, so printing the pattern out is a bit of a waste. Save a tree, toggle the [paperless](/docs/guide/options/paperless) option, and copy the dimensions to your fabric, while respecting the grainline.
+
+
+
+Tiberius consists of only one part, the _tunica_, that will act as a pattern for both front and back pieces.
+
+- cut _2 tunicae_, _on the fold_
+
+
+
+##### Notes
+
+You have two options here: Either you cut your tunica in two pieces as described above, or you cut it in only one piece. Historically speaking, the time period or location you're aiming for can make a difference (ancient Rome vs. ancient Greece, for example). If you care about authenticity, I suggest researching this a bit.
+
+
+
+### On Historical Accuracy
+
+The further we go back in time, the less extant garments we have to base research on. Often there may be scraps of fabric left behind by stroke of luck but most of our information starts to come from (in archaeology) secondary sources like written texts from contemporaries.
+
+This is especially true for the Roman and Mediaeval eras, not to mention that a lot of the available research is behind a paywall.
+
+We can’t be 100 percent historically accurate, because we’re living in a different time, and everything we use to sew is different now from before. Even fabric is woven in a different way.
+
+How ‘accurate’ you want to be is up to you, there is no wrong way to do this and research is not required -- though it can be fun!
diff --git a/markdown/org/docs/patterns/tiberius/fabric/uk.md b/markdown/org/docs/patterns/tiberius/fabric/uk.md
new file mode 100644
index 00000000000..0a63924bff1
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/fabric/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Tiberius Tunica: Fabric Options"
+- - -
+
+Tiberius can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go.
+
+Depending on the social status you want to portray, choose coarser or finer fabrics. Different colours are also possible.
diff --git a/markdown/org/docs/patterns/tiberius/instructions/uk.md b/markdown/org/docs/patterns/tiberius/instructions/uk.md
new file mode 100644
index 00000000000..be27c70aa2e
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/instructions/uk.md
@@ -0,0 +1,33 @@
+- - -
+title: "Tiberius Tunica: Sewing Instructions"
+- - -
+
+
+
+Tiberius is a historically inspired pattern, and if you want more authenticity, handsewing is the way to go. Personally, I use a sewing machine. You do you.
+
+
+
+### Step 1: Sew shoulder seams
+
+- Put both parts with good sides together. Sew the shoulder seams, taking care to stop at the notches for the head opening.
+- Finish the seams, with a method of your choice. (If you used the fabrics recommended in the [fabric options](/docs/patterns/tiberius/fabric), they _will_ fray. Folding the seam allowance twice, enclosing the raw edge and topstitching is an option. You can also use decorative topstitching.)
+
+
+
+If you opted for cutting the whole tunica out of one piece, carefully cut out the head opening between the notches instead. Finish the opening.
+
+
+
+### Step 2: Sew side seams
+
+- Still with good sides together, sew the side seams. Start at the notch for the armhole and work your way down. Take care to align your layers properly.
+- Finish seams.
+
+### Step 3: Hem the bottom edge
+
+Hem the bottom of your garment. If you want to use decorative stitches, this is another place to use them.
+
+### Step 4: You're done!
+
+Pull on your tunica, belt it around your waist, play around with how you gather the fabric, and enjoy!
diff --git a/markdown/org/docs/patterns/tiberius/measurements/uk.md b/markdown/org/docs/patterns/tiberius/measurements/uk.md
new file mode 100644
index 00000000000..4177af5e876
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Tiberius Tunica: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/tiberius/needs/uk.md b/markdown/org/docs/patterns/tiberius/needs/uk.md
new file mode 100644
index 00000000000..e4260601495
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/needs/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Tiberius Tunica: What You Need"
+- - -
+
+To make Tiberius, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/patterns/tiberius/fabric))
+- (a belt, for wearing it)
diff --git a/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md b/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md
new file mode 100644
index 00000000000..e7cc692a923
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole drop"
+- - -
+
+Controls the depth of the armhole
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/clavi/uk.md b/markdown/org/docs/patterns/tiberius/options/clavi/uk.md
new file mode 100644
index 00000000000..6fe5a117173
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/clavi/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Clavi"
+- - -
+
+Whether or not to include guides for clavi
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md b/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md
new file mode 100644
index 00000000000..812f7891525
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Clavus location"
+- - -
+
+Controls the location of the clavi
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md b/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md
new file mode 100644
index 00000000000..a938d39c34b
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Clavus width"
+- - -
+
+Controls the width of the clavi
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md b/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md
new file mode 100644
index 00000000000..6c27cc2bbe9
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Force width"
+- - -
+
+Apply width settings regardless of constraints
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/headratio/uk.md b/markdown/org/docs/patterns/tiberius/options/headratio/uk.md
new file mode 100644
index 00000000000..048b5768c83
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/headratio/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Head ratio"
+- - -
+
+Controls the size of the head opening
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/length/uk.md b/markdown/org/docs/patterns/tiberius/options/length/uk.md
new file mode 100644
index 00000000000..00a01a72287
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/length/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length"
+- - -
+
+Controls the length of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md b/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..ace62b356e1
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+Allows variation of the length of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/uk.md b/markdown/org/docs/patterns/tiberius/options/uk.md
new file mode 100644
index 00000000000..c2615875401
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Tiberius Tunica: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/width/uk.md b/markdown/org/docs/patterns/tiberius/options/width/uk.md
new file mode 100644
index 00000000000..7b2ad1a3470
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/width/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Width"
+- - -
+
+Controls the width of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md b/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md
new file mode 100644
index 00000000000..d2d0d1ec0f1
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Width bonus"
+- - -
+
+Allows variation of the width of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tiberius/uk.md b/markdown/org/docs/patterns/tiberius/uk.md
new file mode 100644
index 00000000000..d37f0951632
--- /dev/null
+++ b/markdown/org/docs/patterns/tiberius/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Tiberius Tunica"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/titan/cutting/uk.md b/markdown/org/docs/patterns/titan/cutting/uk.md
new file mode 100644
index 00000000000..5c6359b4662
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/cutting/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Titan trouser block: Cutting Instructions"
+- - -
+
+**Main fabric**
+
+- Cut **2 front** parts with _good sides together_
+- Cut **2 back** parts with _good sides together_
+
+These cutting instructions are just for the default Titan block. Adjust your cutting accordingly if you have/are making changes to the block.
+
+
+
+###### Titan is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/titan/fabric/uk.md b/markdown/org/docs/patterns/titan/fabric/uk.md
new file mode 100644
index 00000000000..e4e8ddff02e
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/fabric/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Titan trouser block: Fabric Options"
+- - -
+
+If you are making a default Titan to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Titan with.
+
+You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Titan.
+
+
+
+###### Titan is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/titan/instructions/uk.md b/markdown/org/docs/patterns/titan/instructions/uk.md
new file mode 100644
index 00000000000..d49ce188d7f
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/instructions/uk.md
@@ -0,0 +1,75 @@
+- - -
+title: "Titan trouser block: Sewing Instructions"
+- - -
+
+
+
+###### Titan is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Titan block.
+
+
+
+### Step 1: Mock-up Construction
+
+- Join the outseam (the seam that runs along the side of your leg) of the front and back.
+- Join the inseam (the seam the runs along the inside of your legs) of the front and back.
+- You now have a leg. Repeat for the other leg, **making certain they are mirror images of each other**.
+- Turn one leg with the good side in, and the other with the good side out.
+- Now tuck the _good side out_ into the _good side in_ leg, so that they have their _good sides together_.
+- Align and sew the cross seam.
+
+
+
+You may need to leave an opening in the front cross seam so you can pin yourself in.
+
+
+
+
+
+If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust.
+
+
+
+### Step 2: Try it on
+
+- Try it on and check the fit by pinning the front closed whilst wearing it.
+- Make any alterations and try it on again.
+- Repeat until you are happy.
+
+
+
+Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting.
+
+Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours.
+
+
+
+
+
+Remember to treat Titan as a basis rather than a final product, so adjust what you need to get the desired look.
+For instance:
+
+- Add a front closure
+- Add pockets
+- Change the pant length
+- Change the pant width
+- Add a waistband
+
+It is all up to you! Experiment and go forth!
+
+
+
+### Step 3: Make a paper pattern
+
+- Once happy with all your changes unpick your mockup and make a paper pattern based off of it.
+- Now you have a pattern you can use to produce a garment.
+
+
+
+It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from.
+
+
diff --git a/markdown/org/docs/patterns/titan/measurements/uk.md b/markdown/org/docs/patterns/titan/measurements/uk.md
new file mode 100644
index 00000000000..e8797dd7418
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Titan trouser block: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/titan/needs/uk.md b/markdown/org/docs/patterns/titan/needs/uk.md
new file mode 100644
index 00000000000..e3fa307abbe
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/needs/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Titan trouser block: What You Need"
+- - -
+
+To make Titan, you will need the following:
+
+- Basic sewing supplies
+- About 1.5 meters (1.7 yards) of suitable fabric ([see Titan Fabric options](/docs/patterns/titan/fabric))
+
+
+
+###### Titan is a block, not a pattern
+
+A block is a basic shape on which other patterns are based.
+They are sometimes also called slopers, although purists will argue that a block and a sloper are different things.
+
+Blocks are typically not made as-is but rather serve as a basis for other patterns.
+
+
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md
new file mode 100644
index 00000000000..1dc6b3677e0
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Cross seam angle"
+- - -
+
+
+
+
+Documentation missing
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md
new file mode 100644
index 00000000000..fd3ed28cd67
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Cross seam bend"
+- - -
+
+Controls the curvature of the cross seam curve.
+
+
+
+This curve has an influence on the amount of fabric at your bum.
+
+People with a flatter bum will get a better fit by increasing this, as the curve will start later,
+and this there will be less fabric pooling at the bum.
+
+People with a round bum might want to lower this to create a little more (horizontal) room for their behind.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md
new file mode 100644
index 00000000000..fbc4479cc97
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Start of the cross seam curve"
+- - -
+
+Controls the start of the cross seam curve.
+
+
+
+This curve has an influence on the amount of fabric at your bum.
+
+People with a flatter bum will get a better fit by increasing this, as the curve will start later,
+and this there will be less fabric pooling at the bum.
+
+People with a round bum might want to lower this to create a little more (horizontal) room for their behind.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md b/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md
new file mode 100644
index 00000000000..7f4fd7cc9ee
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Crotch drop"
+- - -
+
+Controls by how much the crotch is lowered.
+
+Lowering the crotch makes for a more casual fit.\
+A signigicantly lowered crotched can also be a style choice.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md
new file mode 100644
index 00000000000..2de242144e4
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md
@@ -0,0 +1,14 @@
+- - -
+title: "Crotch seam angle"
+- - -
+
+
+
+
+Documentation missing
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md
new file mode 100644
index 00000000000..6e80d2b82b2
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Crotch seam bend"
+- - -
+
+Controls the curvature of the croth seam, which influences the fit at your crotch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md
new file mode 100644
index 00000000000..51b94320f04
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Start of the crotch seam curve"
+- - -
+
+Controls where the crotch seam starts to curve, which influences the fit at your crotch.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/fitknee/uk.md b/markdown/org/docs/patterns/titan/options/fitknee/uk.md
new file mode 100644
index 00000000000..51be784552a
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/fitknee/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Fit the knee"
+- - -
+
+Controls the width of the legs.
+
+
+
+This pattern used to come in two variations. Theodore, and Theo, the latter having
+a slimmer cut.
+
+Since FreeSewing v2.0 we've merged these into a single pattern and this option
+allows you to alter the leg width.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md b/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md
new file mode 100644
index 00000000000..68adb67db4f
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Grainline position"
+- - -
+
+Controls the position of the grainline.
+
+You can use this to shift the grainline inward or outward if that works better for your body.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/kneeease/uk.md b/markdown/org/docs/patterns/titan/options/kneeease/uk.md
new file mode 100644
index 00000000000..d8c8ab82b93
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/kneeease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Knee ease"
+- - -
+
+Controls the amount of ease at your knees, which also determines the width of the trouser legs.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/legbalance/uk.md b/markdown/org/docs/patterns/titan/options/legbalance/uk.md
new file mode 100644
index 00000000000..52a34b09f8f
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/legbalance/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Leg balance"
+- - -
+
+Controls the proportion between the front and back part of the legs.
+
+The back of the trouser legs are always wider than the front. This controls by how much.
+
+
+
+Increasing this will make the front leg panel narrower.\
+This makes the wearer look more skinny.
+
+This trick is often used in womenswear jeans
+(now you know why you can't find womenswear jeans with functional front pockets).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md b/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..a6a39f6ed41
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Length bonus"
+- - -
+
+Controls the length of the entire trousers, which essentially means the length of the legs.
+
+
+
+Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement.
+
+This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes,
+the trousers will need to be longer than this to actually hit the floor.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/seatease/uk.md b/markdown/org/docs/patterns/titan/options/seatease/uk.md
new file mode 100644
index 00000000000..aeb49afed02
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/seatease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Seat ease"
+- - -
+
+Controls the amount of ease at your seat/bum.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/uk.md b/markdown/org/docs/patterns/titan/options/uk.md
new file mode 100644
index 00000000000..95e844fa390
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Titan trouser block: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/titan/options/waistbalance/uk.md b/markdown/org/docs/patterns/titan/options/waistbalance/uk.md
new file mode 100644
index 00000000000..4c1ce81a0c5
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/waistbalance/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Waist balance"
+- - -
+
+Controls the distribution of fabric between front and back parts at the waist.
+
+It is somewhat in vogue to draft a larger back panel these days. Doing so shifts the side seam forward which gives the illusion of being slimmer.
+
+The side effect of shifting the side seam forward is that it's easy to get into the pockets that are located on the side seam.
+
+This option allows you to control this balance.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md
new file mode 100644
index 00000000000..e74bbcf8d76
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md
@@ -0,0 +1,10 @@
+- - -
+title: "Waistband width"
+- - -
+
+
+Controls the width of the waistband.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/waistease/uk.md b/markdown/org/docs/patterns/titan/options/waistease/uk.md
new file mode 100644
index 00000000000..60397e970e3
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+Controls the amount of ease at your waist.
+
+Even if you draft lower pants, this will still influence the ease at the top of your pants (the closure).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/options/waistheight/uk.md b/markdown/org/docs/patterns/titan/options/waistheight/uk.md
new file mode 100644
index 00000000000..bf18149c4d3
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/options/waistheight/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Waist height"
+- - -
+
+Controls the height of the waist, where:
+
+- 100% : The waist of the trousers sits at the waist line
+- 0% : The waist of the trousers sits at the hip line
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/titan/uk.md b/markdown/org/docs/patterns/titan/uk.md
new file mode 100644
index 00000000000..342f1ae9cee
--- /dev/null
+++ b/markdown/org/docs/patterns/titan/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Titan trouser block"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/trayvon/cutting/uk.md b/markdown/org/docs/patterns/trayvon/cutting/uk.md
new file mode 100644
index 00000000000..2643af41791
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/cutting/uk.md
@@ -0,0 +1,40 @@
+- - -
+title: "Trayvon tie: Cutting Instructions"
+- - -
+
+- **Main fabric**
+ - Cut **1 tip**
+ - Cut **1 tail**
+- **Lining fabric**
+ - Cut **1 lining tip**
+ - Cut **1 lining tail**
+ - Cut **1 loop**
+- **Interfacing**
+ - Cut **1 interfacing tip**
+ - Cut **1 interfacing tail**
+
+
+
+###### Caveat
+
+- There is no seam allowance on the **interfacing** parts and the **loop**
+- The **lining** **tip** and **tail** have only seam allowance at the tip
+- The **fabric** **tip** and **tail** have only seam allowance at the tip and center
+
+
+
+
+
+###### Choosing your tie grain
+
+
+
+This pattern does not include a grain line. The grain line is typically printed on the pattern to show you how to place your pattern on your fabric, relative to the fabric's grain.
+
+For a tie, how you do this is not so much a rule as it is a personal choice. As such, there is no grain line printed on the pattern. You can do what you want.
+
+That being said, a lot of ties are cut on bias, as this results in the best drape. If you are unsure what to do, consider cutting your tie on bias.
+
+If this all sounds very confusing, might I suggest reading the help page on [Fabric grain](/docs/sewing/fabric-grain).
+
+
diff --git a/markdown/org/docs/patterns/trayvon/fabric/uk.md b/markdown/org/docs/patterns/trayvon/fabric/uk.md
new file mode 100644
index 00000000000..a49bdf1a4b2
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/fabric/uk.md
@@ -0,0 +1,41 @@
+- - -
+title: "Trayvon tie: Fabric Options"
+- - -
+
+## Tie fabric
+
+The ties you find in the store are typically made out of silk or some imitation silk poly. So it will come as no surprise that those are good options.
+
+In general, you want something with good drape so that your tie hangs nicely. Cutting your tie on bias can help here too.
+
+Personally, I like using different fabrics for ties. Things like denim or corduroy make great ties, while being a bit different from the run-of-the-mill store-bought tie.
+
+Additionally, silk and silk imitation is slippery and tricky to work with. If this your first tie, consider an alternative fabric that is more forgiving.
+
+Just make sure you pick a fabric that does not stretch or lose its shape easily. You want your tie to look sharp, not saggy.
+
+## Tie lining
+
+The lining of the tie is the bit that is used at the tip to cover up the back. If you are not sure what I mean, look at the back of the tip of an existing tie. See that rectangular patch of fabric you can see there? That is the tie lining.
+
+Your tie lining will add an extra fabric inside a part of your tie. So it is important to avoid bulk. Go for something thin, even when using a thicker tie fabric.
+
+Make sure your lining drapes at least as good as your tie fabric, so that it doesn't interfere with the drape of your tie.
+
+When in doubt, go for imitation silk. Do make sure to pick something that is a nice match, or contrast, with your tie fabric.
+
+## Tie interfacing
+
+Your tie interfacing is the skeleton of your tie. It is the part that sits in the middle and that you will only see while constructing your tie.
+
+Tie interfacing can be notoriously hard to get. The best tie interfacing is soft, fuzzy woven lambswool, but I have yet to walk into a fabric store that carries this.
+
+While you can get by with an alternative, like some wool fabric, or flannel, I typically re-use the interfacing from an old tie.
+
+
+
+As long as you keep your tie away from scissors and bondage fanatics, your tie interfacing will effortlessly outlast your tie. So look in your wardrobe (or the charity shop/thrift store) for that old tie with the stain on it, and take it apart to salvage the tie interfacing.
+
+As long as the tie you want to make is not wider or longer than the one you are recycling, you have your tie interfacing right there.
+
+
diff --git a/markdown/org/docs/patterns/trayvon/instructions/uk.md b/markdown/org/docs/patterns/trayvon/instructions/uk.md
new file mode 100644
index 00000000000..e6e75d681f1
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/instructions/uk.md
@@ -0,0 +1,220 @@
+- - -
+title: "Trayvon tie: Sewing Instructions"
+- - -
+
+
+
+###### Just the tip
+
+The tip is the most sensitive part of the tie.
+If you have never made a tie before, I would advise you to make a few tie tips in scrap fabric before taking scissors and needles to your nice tie fabric.
+
+To practice tip-making, execute constructions steps 1 through 4 a couple of times until you get the hang of it.
+
+
+
+
+
+###### Press wisely
+
+Later in the construction steps, you will be asked to press your fabric. Please be careful that you are not using too much heat on a delicate fabric that can't handle it.
+
+It's a good idea to try pressing some fabric scraps before you start. This will allow you to figure out what is a good heat setting for the fabric you are using.
+
+
+
+### Step 1: Sew the first side of your tie tail
+
+
+
+Align the lining tail (piece 6) on top of the fabric tail (piece 4), good sides together
+
+Shift the lining tail along a side running up the tail until the notch on the lining tail matches the notch on the fabric tail.
+
+Sew in place, starting precisely at the matched notch, along the edge. Make sure to backtack on both sides.
+
+Two notches are now fixed the same spot.
+
+### Step 2: Sew the second side of your tie tail
+
+
+
+Shift the fabric tail so that the second notch lines up with the notch on the lining tail (the place where your first seam started).
+
+This will require you to fold a bit of the tie fabric out of the way, under the seam you make in step one.
+
+Sew in place, starting precisely at the matched notch, making sure to get a straight angle with your seam from step 1.
+
+Now, all three notches are fixed the same spot.
+
+### Step 3: Finish the tie tail
+
+
+
+Fold your tie open so that the two seams you made in step 1 and 2 lie on top of each other. Take care to fold it precisely; the folded edges should make a straight angle.
+
+Sew the point where the three notches and your two seams converge to the folded edge of the Fabric tip (part 4, on the left in the image).
+
+### Step 4: Turn the tail inside-out and inspect your work
+
+
+
+After you've trimmed all threads, carefully flip your tail inside-out (technically you are flipping it outside-out as it is inside out now).
+
+If needed, you can gently push out the tip with a ruler.
+
+Your tail should look like the picture, with a sharp point and straight edges.
+
+The seam where the tie fabric meets the tie lining does not sit at the edge of the tie but it sits a bit back, staying out of sight.
+
+If you managed to do all of this, you can do it again for the tip of your tie.
+
+### Step 5: Sew the first side of your tie tip
+
+
+
+Align the lining tip (piece 5) on top of the fabric tip (piece 3), good sides together
+
+Shift the lining tip along a side running up the tip until the notch on the lining tip matches the notch on the fabric tip.
+
+Sew in place, starting precisely at the matched notch, along the edge. Make sure to backtack on both sides.
+
+Two notches are now fixed the same spot.
+
+### Step 6: Sew the second side of your tie tip
+
+
+
+Shift the fabric tip so that the second notch lines up with the notch on the lining tip (the place where your first seam started).
+
+This will require you to fold a bit of the tie fabric out of the way, under the seam you make in step five.
+
+Sew in place, starting precisely at the matched notch, making sure to get a straight angle with your seam from step 5.
+
+Now, all three notches are fixed the same spot.
+
+### Step 7: Finish the tie tip
+
+
+
+Fold your tie open so that the two seams you made in step 5 and 6 lie on top of each other. Take care to fold it precisely; the folded edges should make a straight angle.
+
+Sew the point where the three notches and your two seams converge to the folded edge of the Fabric tip (part 3, on the left in the image).
+
+### Step 8: Turn the tip inside-out and inspect your work
+
+
+
+After you've trimmed all threads, carefully flip your tip inside-out (technically you are flipping it outside-out as it is inside out now).
+
+If needed, you can gently push out the tip with a ruler.
+
+Your tip should look like the picture, with a sharp point and straight edges.
+
+The seam where the tie fabric meets the tie lining does not sit at the edge of the tie but it sits a bit back, staying out of sight.
+
+### Step 9: Join the tie interfacing
+
+
+
+Join Interfacing tip (piece 1) and Interfacing tail (piece 2) together on the non-pointy side, matching the notch.
+
+> **Or don't** To be honest, I never join the interfacing. I just leave both halves unattached.
+>
+> This way, you can never get the length of your tie wrong, and you can just slide the interfacing parts over each other. In addition, it creates less bulk in the middle, and it's less work.
+>
+> So you can just skip this step, it's what I do.
+
+### Step 10: Join the tie fabric
+
+
+
+> With the interfacing sewn together, the length of our tie is now determined. Measure the tie tip to tip, and make sure that you join the fabric pieces at the correct length.
+
+Join the tip and tail fabric together on the non-pointy side.
+
+### Step 11: Make your tie loop
+
+
+
+We are going to construct the Loop (piece 7) of our tie now.
+
+Fold the fabric as shown in the illustration. You need to end up with a narrow strip of fabric that has its ends tucked to the inside.
+
+Make sure to have one edge a little bit shorter. This will be the back side.
+
+While folding, reach for your iron and give it a good press so things stay in place. Also press the final loop before sewing it.
+
+> Careful when pressing, remember the pressing advice I gave earlier
+
+When you're happy with how you folded and pressed your loop, hand-sew along the edge with a slipstitch to keep things in place.
+
+### Step 12: Assemble your tie
+
+
+
+Time to start putting things together. Place your tie on a flat surface, good side down, lining up.
+
+Now take your tie interfacing, and place it in your tie with the seam allowance in the middle facing upwards. Make sure to slide it between your fabric and lining on each side, all the way to the tip.
+
+### Step 13: Fold and press your tie
+
+
+
+With your tie interfacing inserted in your tie fabric, fold over one side of the fabric over the interfacing.
+
+You want to fold it snugly around the interfacing, but without moving the interfacing, which should stay in the middle.
+
+When you're done, press your fold. Because of the tie interfacing, you're not pressing a sharp crease here, the main point is to shape the fabric to be more eager to stay folder around the interfacing.
+
+> As we are not pressing a sharp crease here, but more shaping the fabric, a steam iron works best.
+
+When you have completed one side, fold back the other side, and steam again.
+
+Finally, fold back the top layer along the middle of your tie, and press in place. This time, you are making a sharp crease along the middle of the tie.
+
+> To clarify the difference between the two last folds, I have included a dark line in the image that marks the edge of the fabric, or fold.
+>
+> As you can see, the first time we merely fold the fabric back, and it extends passed the center of the tie.
+>
+> The second time, we fold it back again in the middle, the place where we'll sew it in place.
+
+### Step 14: Prepare the loop
+
+
+
+Fold your loop so the tail of your tie can pass through it with some room.
+
+Mark the point where the loop ends join, and sew them together.
+
+Finally, press your loop open so the seam sits in the middle, and the ends point to one side.
+
+### Step 15: Slip stitch tie, and insert loop
+
+
+
+Use a slip stitch to hand sew your tie all along the length of the back.
+
+> Your slip stitch should only catch the tie fabric on the back. Refrain from running it through the tie interfacing.
+>
+> Be careful for is you run the stitch too deep, it might show on the front, and ruin your tie.
+
+Make sure to slide in your loop, somewhere around 1/5th of the tie length, starting from the tip.
+
+Use your slip stitch to secure the loop in place on the center seam; we'll fix the edges of the loop in the next step.
+
+### Step 16: Secure the loop edges
+
+
+
+Hand sew the edges of the loop to your tie, so it stays in place nicely.
+
+Make sure to sew only the bottom layer of the loop, so the stitches don't show on the loop.
+
+And, once again, be careful not to run your stitches through your tie. Be shallow.
+
+### Step 17: Trim and clean up
+
+
+
+Trim any loose threads you might have.
diff --git a/markdown/org/docs/patterns/trayvon/measurements/uk.md b/markdown/org/docs/patterns/trayvon/measurements/uk.md
new file mode 100644
index 00000000000..e4c18a26533
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Trayvon tie: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/trayvon/needs/uk.md b/markdown/org/docs/patterns/trayvon/needs/uk.md
new file mode 100644
index 00000000000..8c65dbd402c
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/needs/uk.md
@@ -0,0 +1,8 @@
+- - -
+title: "Trayvon tie: What You Need"
+- - -
+
+To make Trayvon, you will need the following:
+
+- Basic sewing supplies
+- Between 0.5 meters - 1.5 meters (0.6 - 1.7 yards) of a suitable fabric ([see Fabric options](/docs/patterns/trayvon/fabric)), depending on whether you're cutting on the bias, the grain, or the cross-grain.
diff --git a/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md b/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md
new file mode 100644
index 00000000000..457c011697a
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Knot width"
+- - -
+
+
+
+The knot width is the width in the middle of the tie, where you make the knot.
+
+How wide your tie is in the middle will influence the tie knot. Go wide for big and bulky knots, go narrow for small knots.
+
+
+
+Do not make the knot width larger than the tip width
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md b/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..24deff99edf
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+Adds extra length to the tie.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md b/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md
new file mode 100644
index 00000000000..6bca57f14f7
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Tip width"
+- - -
+
+
+
+The tip width is the width at the tip of the tie.
+
+How wide your tie is at the tip is a style choice.
+
+
+
+Do not make the tip width smaller than the knot width
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/trayvon/options/uk.md b/markdown/org/docs/patterns/trayvon/options/uk.md
new file mode 100644
index 00000000000..330869b9295
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Trayvon tie: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/trayvon/uk.md b/markdown/org/docs/patterns/trayvon/uk.md
new file mode 100644
index 00000000000..1ad62095b83
--- /dev/null
+++ b/markdown/org/docs/patterns/trayvon/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Trayvon tie"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/uk.md b/markdown/org/docs/patterns/uk.md
new file mode 100644
index 00000000000..d20299e84bd
--- /dev/null
+++ b/markdown/org/docs/patterns/uk.md
@@ -0,0 +1,6 @@
+---
+title: Patterns
+order: 300
+---
+
+
diff --git a/markdown/org/docs/patterns/unice/cutting/uk.md b/markdown/org/docs/patterns/unice/cutting/uk.md
new file mode 100644
index 00000000000..977406feac4
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/cutting/uk.md
@@ -0,0 +1,20 @@
+---
+title: "Unice undies: Cutting instructions"
+---
+
+Unice consists of a front, a back, and a lined gusset.
+
+- **Main fabric**
+ - Cut **1 front**
+ - Cut **1 back**
+ - Cut **2 gusset**
+
+
+
+##### Notes
+
+- Unice is a great scrap buster. If you have fabric scraps from making a [Teagan t-shirt](/designs/teagan/) or anything from a jersey fabric that has good stretch, this is a good way to use those up.
+- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric.
+
+
+
diff --git a/markdown/org/docs/patterns/unice/fabric/uk.md b/markdown/org/docs/patterns/unice/fabric/uk.md
new file mode 100644
index 00000000000..f04f60af614
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/fabric/uk.md
@@ -0,0 +1,9 @@
+---
+title: "Unice undies: Fabric options"
+---
+
+
+You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable.
+
+Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex.
+
diff --git a/markdown/org/docs/patterns/unice/instructions/uk.md b/markdown/org/docs/patterns/unice/instructions/uk.md
new file mode 100644
index 00000000000..10c425dbab1
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/instructions/uk.md
@@ -0,0 +1,10 @@
+---
+title: "Unice undies: Instructions"
+---
+
+
+
+Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
+Ursula's construction is identical to Unice.
+
+
diff --git a/markdown/org/docs/patterns/unice/measurements/uk.md b/markdown/org/docs/patterns/unice/measurements/uk.md
new file mode 100644
index 00000000000..59d1ba032e1
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/measurements/uk.md
@@ -0,0 +1,6 @@
+---
+title: "Unice undies: Required measurements"
+---
+
+
+
diff --git a/markdown/org/docs/patterns/unice/needs/uk.md b/markdown/org/docs/patterns/unice/needs/uk.md
new file mode 100644
index 00000000000..e30a152f644
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/needs/uk.md
@@ -0,0 +1,22 @@
+---
+title: "Unice undies: What you need"
+---
+
+To make Unice, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.7 meters (0.8 yards) of a suitable fabric (see [Fabric options](/docs/patterns/unice/fabric))
+- About 3 meters (3.3 yards) of underwear elastic, such as picot elastic or fold over elastic
+
+
+
+##### Binding methods may affect the seam allowance
+
+If using fold over elastic (FOE) or doing knit binding, you may wish to trim away the seam allowance at the legs and waist before cutting. If you keep the seam allowance, the finished product will have a slightly higher waist and slightly smaller leg openings.
+
+##### A serger/overlock is nice, but optional
+
+As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Unice with a zigzag stitch.
+
+
+
diff --git a/markdown/org/docs/patterns/unice/options/adjuststretch/uk.md b/markdown/org/docs/patterns/unice/options/adjuststretch/uk.md
new file mode 100644
index 00000000000..a8b0137e42a
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/adjuststretch/uk.md
@@ -0,0 +1,11 @@
+---
+title: Adjust stretch
+---
+
+This option allows you to put in the maximum stretch that the fabric will allow in both horizontal and vertical directions, and calculates how much of that stretch to use for a comfortable fit.
+
+When disabled, the stretch values are used as-is.
+
+
+## Effect of this option on the pattern
+
diff --git a/markdown/org/docs/patterns/unice/options/backdip/uk.md b/markdown/org/docs/patterns/unice/options/backdip/uk.md
new file mode 100644
index 00000000000..9ebfc98e877
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/backdip/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Back waist dip"
+---
+
+This option controls how much the back waist curves (revealing more or less skin).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/backexposure/uk.md b/markdown/org/docs/patterns/unice/options/backexposure/uk.md
new file mode 100644
index 00000000000..a1c25cfaea5
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/backexposure/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Back exposure"
+---
+
+This option controls the amount of exposed skin on the back.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/elasticstretch/uk.md b/markdown/org/docs/patterns/unice/options/elasticstretch/uk.md
new file mode 100644
index 00000000000..5d969380427
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/elasticstretch/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Elastic stretch"
+---
+
+Adjust this option for more or less stretchy elastic.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchx/uk.md b/markdown/org/docs/patterns/unice/options/fabricstretchx/uk.md
new file mode 100644
index 00000000000..a6dd0997c6d
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchx/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Fabric stretch X"
+---
+
+Controls the stretch in horizontal direction.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchy/uk.md b/markdown/org/docs/patterns/unice/options/fabricstretchy/uk.md
new file mode 100644
index 00000000000..a459f02ec87
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchy/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Fabric stretch Y"
+---
+
+Controls the stretch in vertical direction.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/frontdip/uk.md b/markdown/org/docs/patterns/unice/options/frontdip/uk.md
new file mode 100644
index 00000000000..b43ebfef93a
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/frontdip/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Front waist dip"
+---
+
+This option controls how much the front waist curves (revealing more or less skin).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetlength/uk.md b/markdown/org/docs/patterns/unice/options/gussetlength/uk.md
new file mode 100644
index 00000000000..1f7ed72bd95
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/gussetlength/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Gusset length"
+---
+
+This option controls the length of the gusset.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetwidth/uk.md b/markdown/org/docs/patterns/unice/options/gussetwidth/uk.md
new file mode 100644
index 00000000000..015456b267c
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/gussetwidth/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Gusset width"
+---
+
+This options controls the width of the gusset.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/legopening/uk.md b/markdown/org/docs/patterns/unice/options/legopening/uk.md
new file mode 100644
index 00000000000..47844e5da30
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/legopening/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Leg opening"
+---
+
+This option controls how high the leg is cut-out.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/rise/uk.md b/markdown/org/docs/patterns/unice/options/rise/uk.md
new file mode 100644
index 00000000000..4d7a3832c93
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/rise/uk.md
@@ -0,0 +1,11 @@
+---
+title: "Rise"
+---
+
+This options controls the height of the waist.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/tapertogusset/uk.md b/markdown/org/docs/patterns/unice/options/tapertogusset/uk.md
new file mode 100644
index 00000000000..e5e14d572f6
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/tapertogusset/uk.md
@@ -0,0 +1,9 @@
+---
+title: "Taper to gusset"
+---
+
+Controls how much the front will curve inwards to meet the gusset.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/options/uk.md b/markdown/org/docs/patterns/unice/options/uk.md
new file mode 100644
index 00000000000..63f322ca050
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/uk.md
@@ -0,0 +1,6 @@
+---
+title: "Unice undies: Design options"
+---
+
+
+
diff --git a/markdown/org/docs/patterns/unice/options/usecrossseam/uk.md b/markdown/org/docs/patterns/unice/options/usecrossseam/uk.md
new file mode 100644
index 00000000000..348434ddb5d
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/options/usecrossseam/uk.md
@@ -0,0 +1,10 @@
+---
+title: undefined
+---
+
+undefined
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/unice/uk.md b/markdown/org/docs/patterns/unice/uk.md
new file mode 100644
index 00000000000..84fcea27aac
--- /dev/null
+++ b/markdown/org/docs/patterns/unice/uk.md
@@ -0,0 +1,6 @@
+---
+title: Unice undies
+---
+
+
+
diff --git a/markdown/org/docs/patterns/ursula/cutting/uk.md b/markdown/org/docs/patterns/ursula/cutting/uk.md
new file mode 100644
index 00000000000..586260b8189
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/cutting/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Ursula undies: Cutting Instructions"
+- - -
+
+Ursula consists of a front, a back, and a lined gusset.
+
+- **Main fabric**
+ - Cut **1 front**
+ - Cut **1 back**
+ - Cut **2 gusset**
+
+
+
+##### Notes
+
+- Ursula is a great scrap buster. If you have fabric scraps from making a [Teagan t-shirt](/designs/teagan/) or anything from a jersey fabric that has good stretch, this is a good way to use those up.
+- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric.
+
+
diff --git a/markdown/org/docs/patterns/ursula/fabric/uk.md b/markdown/org/docs/patterns/ursula/fabric/uk.md
new file mode 100644
index 00000000000..b888a0222a1
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/fabric/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Ursula undies: Fabric Options"
+- - -
+
+You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable.
+
+Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex.
diff --git a/markdown/org/docs/patterns/ursula/instructions/uk.md b/markdown/org/docs/patterns/ursula/instructions/uk.md
new file mode 100644
index 00000000000..dca15c65760
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/instructions/uk.md
@@ -0,0 +1,85 @@
+- - -
+title: "Ursula undies: Sewing Instructions"
+- - -
+
+### Step 1: Sew the front to the first gusset piece
+
+Place one of the gusset pieces on the front piece, _good sides together_, so that the crotch seams are aligned. Pin or baste at the seam allowance.
+
+
+
+### Step 2: Open flat
+
+Open flat. You can press if you want to, but who presses underwear?
+
+
+
+### Step 3: Sew the back to the first gusset piece
+
+Place the back piece on the gusset, good sides together. Pin or baste at the seam allowance.
+
+
+
+### Step 4: Open flat
+
+Open flat.
+
+
+
+## Step 5: Attach the second gusset piece
+
+Get the front and back pieces out of the way by rolling them to the center.
+
+Place the second gusset piece good sides together on top so that it lines up with the first gusset piece. The rolled-up front and back pieces should be sandwiched between your gusset pieces.
+
+Sew the front and back gusset seams at your seam allowance using a serger or a zigzag stitch.
+
+
+
+## Step 6: Turn right side out
+
+Turn the undies right side out. All gusset seams should be enclosed.
+
+
+
+### Step 7: Sew the side seams
+
+Pin the side seams good sides together. Sew the side seams at your seam allowance using a serger or a zigzag stitch.
+
+
+
+
+
+Good work! Technically you could leave the edges raw since knit fabrics do not fray, but to help your undies stay up, you should probably add elastic to the legs and waist. Keep going.
+
+
+
+### Step 8: Prepare elastic
+
+Overlap the edges of each piece of elastic by your seam allowance and stitch together. You should have three elastic pieces: one for the waistband and two for the legs.
+
+To ensure that you stretch the elastic evenly, divide the elastic into four quarters and mark the points with pins or chalk. Do the same to the waist and leg openings, marking the quarter points.
+
+
+
+
+
+### Step 9: Sew elastic to the outside of the garment
+
+Pin the elastic to the waist and leg openings on the good side of the fabric, ensuring that you line up the quarter markings. If your elastic has a decorative edge, make sure that you line up the plain edge (not the decorative edge) of the elastic to the edge of the fabric. The decorative edge should be pointing towards the garment, not away from it.
+
+Sew the elastic to the garment using a zigzag stitch. You will have to stretch the elastic slightly as you sew to make it lay flat against the fabric. Avoid stretching the fabric itself.
+
+
+
+Trim away any excess fabric that causes bulk or sticks out from the elastic.
+
+### Step 10: Fold the elastic in and sew it down again
+
+Fold the elastic and fabric to the inside, enclosing the raw edge of the fabric under the elastic. You should be looking at the outside of the undies, a folded edge with a bit of the elastic peeking out. Sew using a zigzag stitch.
+
+
+
+Repeat these steps for each of the waist and leg openings.
+
+You did it!
diff --git a/markdown/org/docs/patterns/ursula/measurements/uk.md b/markdown/org/docs/patterns/ursula/measurements/uk.md
new file mode 100644
index 00000000000..9dbdd611db4
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/measurements/uk.md
@@ -0,0 +1,8 @@
+- - -
+title: "Ursula undies: Required Measurements"
+- - -
+
+
+Ursula does not require any measurements
+
+
diff --git a/markdown/org/docs/patterns/ursula/needs/uk.md b/markdown/org/docs/patterns/ursula/needs/uk.md
new file mode 100644
index 00000000000..e9f6b5a0282
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/needs/uk.md
@@ -0,0 +1,21 @@
+- - -
+title: "Ursula undies: What You Need"
+- - -
+
+To make Ursula, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.7 meters (0.8 yards) of a suitable fabric (see [Fabric options](/docs/patterns/ursula/fabric))
+- About 3 meters (3.3 yards) of underwear elastic, such as picot elastic or fold over elastic
+
+
+
+##### Binding methods may affect the seam allowance
+
+If using fold over elastic (FOE) or doing knit binding, you may wish to trim away the seam allowance at the legs and waist before cutting. If you keep the seam allowance, the finished product will have a slightly higher waist and slightly smaller leg openings.
+
+##### A serger/overlock is nice, but optional
+
+As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Ursula with a zigzag stitch.
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/backdip/uk.md b/markdown/org/docs/patterns/ursula/options/backdip/uk.md
new file mode 100644
index 00000000000..9e955e0d558
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/backdip/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back waist dip"
+- - -
+
+This option controls how much the back waist curves (revealing more or less skin).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/backexposure/uk.md b/markdown/org/docs/patterns/ursula/options/backexposure/uk.md
new file mode 100644
index 00000000000..b484b42bb31
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/backexposure/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back exposure"
+- - -
+
+This option controls the amount of exposed skin on the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md b/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md
new file mode 100644
index 00000000000..51ecf4664ae
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Elastic stretch"
+- - -
+
+Adjust this option for more or less stretchy elastic.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md b/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md
new file mode 100644
index 00000000000..27cc9744cb9
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Fabric stretch"
+- - -
+
+Adjust this option for more or less stretchy fabrics.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/frontdip/uk.md b/markdown/org/docs/patterns/ursula/options/frontdip/uk.md
new file mode 100644
index 00000000000..3675b8f24c7
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/frontdip/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front waist dip"
+- - -
+
+This option controls how much the front waist curves (revealing more or less skin).
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md b/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md
new file mode 100644
index 00000000000..6364d27517d
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Gusset length"
+- - -
+
+This option controls the length of the gusset.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md b/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md
new file mode 100644
index 00000000000..c7f200d1295
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Gusset width"
+- - -
+
+This options controls the width of the gusset.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/legopening/uk.md b/markdown/org/docs/patterns/ursula/options/legopening/uk.md
new file mode 100644
index 00000000000..63c08762dd8
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/legopening/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Leg opening"
+- - -
+
+This option controls how high the leg is cut-out.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/rise/uk.md b/markdown/org/docs/patterns/ursula/options/rise/uk.md
new file mode 100644
index 00000000000..f0c582c732c
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/rise/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Rise"
+- - -
+
+This options controls the height of the waist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md b/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md
new file mode 100644
index 00000000000..d95b85fdb84
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Taper to gusset"
+- - -
+
+Controls how much the front will curve inwards to meet the gusset.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/ursula/options/uk.md b/markdown/org/docs/patterns/ursula/options/uk.md
new file mode 100644
index 00000000000..e2dcef23f04
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Ursula undies: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/ursula/uk.md b/markdown/org/docs/patterns/ursula/uk.md
new file mode 100644
index 00000000000..8f64376e54d
--- /dev/null
+++ b/markdown/org/docs/patterns/ursula/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Ursula undies"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/wahid/cutting/uk.md b/markdown/org/docs/patterns/wahid/cutting/uk.md
new file mode 100644
index 00000000000..80996f43d7a
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/cutting/uk.md
@@ -0,0 +1,27 @@
+- - -
+title: "Wahid waistcoat: Cutting Instructions"
+- - -
+
+- **Main fabric**
+ - Cut **2 front(s)** with _good sides together_
+ - Cut **2 back(s)** with _good sides together_
+ - Cut **2 front facing(s)** with _good sides together_
+ - Cut **2 pocket welt(s)** with _good sides together_
+ - Cut **2 pocket facing(s)** with _good sides together_
+- **Lining fabric**
+ - Cut **2 front lining(s)** with _good sides together_
+ - Cut **2 back(s)** with _good sides together_
+ - Cut **2 pocket bag(s)** with _good sides together_
+- **Interfacing**
+ - Cut **2 front(s)** with _good sides together_
+ - Cut **2 pocket interfacing(s)**
+
+
+
+###### Caveats
+
+- Do not cut out the **front** dart
+- Do not cut out the **back** dart
+- Watch out for the grainline on the **pocket welt** and **pocket facing**
+
+
diff --git a/markdown/org/docs/patterns/wahid/fabric/uk.md b/markdown/org/docs/patterns/wahid/fabric/uk.md
new file mode 100644
index 00000000000..217d77c85dc
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/fabric/uk.md
@@ -0,0 +1,13 @@
+- - -
+title: "Wahid waistcoat: Fabric Options"
+- - -
+
+All suiting fabrics are a great choice for your waistcoats. Any fabric shop that's worth your business should have a suiting section. You can just walk in, ask where you can find the fabric for suits, and pick out something you like.
+
+These fabrics are typically wool, but you can also be a bit more creative and go for something else.
+
+
+
+You do need a bit of weight though. Denim is fine, some light cotton is not.
+
+
diff --git a/markdown/org/docs/patterns/wahid/instructions/uk.md b/markdown/org/docs/patterns/wahid/instructions/uk.md
new file mode 100644
index 00000000000..2dd0ae0536d
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/instructions/uk.md
@@ -0,0 +1,295 @@
+- - -
+title: "Wahid waistcoat: Sewing Instructions"
+- - -
+
+### Step 1: Fuse interfacing
+
+#### Press interfacing to pocket welts
+
+
+
+Place your pocket welt with the good side down, and your pocket interfacing on top.
+
+The interfacing is a bit shorter than the welt, so make sure to align the side that has the help line marked on it.
+
+For each pocket, press the interfacing piece to the bad side of the pocket welt.
+
+#### Press interfacing to fronts
+
+
+
+Place your front with the good side down, and your interfacing on top.
+
+Press the interfacing in place.
+
+> **Take your time**
+>
+> Don't just iron this on to get it over with, you want to really press that interfacing onto your fabric so that it fuses well.
+>
+> Place your iron down and lean on it for 10 seconds or so before you move on to the next spot to repeat the process.
+
+### Step 2: Join front facing and lining
+
+#### Sew facing to lining
+
+
+
+Place your front facing and lining with good sides together. Pin the edges of the facing/lining boundary in place.
+
+Sew them together.
+
+#### Press open seam allowance
+
+Press open the seam allowance between facing and lining.
+
+### Step 3: Close all darts
+
+
+
+#### Close back darts
+
+Fold your back with good sides together, and sew the back dart.
+
+> Don't forget to do the same for the lining
+
+#### Close front darts
+
+Fold your front (and the interfacing fused to it) with good sides together, and sew the front dart.
+
+### Step 4: Press all darts
+
+
+
+#### Press the front darts
+
+Once cut open, press the front darts open.
+
+#### Press the back darts
+
+If you cut open the back darts, press them open. If not, press them to the side.
+
+> Don't forget to do the same for the lining
+
+### Step 5: Construct the pockets
+
+#### Attach the pocket bag to the pocket welt
+
+
+
+Place your pocket bag down with the good side up, and your pocket welt on top of it with the good side down.
+
+Align the straight side of the bag with the side of the welt that has no interfacing, and sew them together at the standard seam allowance.
+
+#### Press seam open
+
+When you are done, press open this seam.
+
+#### Mark where your pocket needs to go
+
+
+
+Your front pattern piece has a helpline on it to show where the welt pocket should go. It's two half rectangles that got joined together when you closed the dart to form the shape of your welt pocket.
+
+If you haven't marked the four corners of that rectangle yet, you should do so now.
+
+> The pocket sits under a slight angle on your pattern. Going forward, in the illustrations, I will draw the pocket straight as that makes things easier.
+
+#### Attach pocket welt and pocket facing
+
+ 
+
+Place your front piece down with the good side up. We're going to attach the welt to the bottom line of your pocket outline, and the facing to the top line.
+
+> If you've never made a welt pocket before, it can be a bit counterintuitive to attach the pocket on the outside of the garment. Pocket should be on the inside, right?
+>
+> Relax, the pocket will end up on the inside
+
+Both your pocket welt and your pocket facing have a help line on them. That line needs to line up with the long edges of your pocket.
+
+Place the pocket welt at the bottom, and the pocket facing on the top, both with their good side down.
+
+Carefully align their helpline on the pocket outline. They should now sit side by side, and just bump into each other at the middle of your pocket.
+
+Now sew along the helpline which marks the long edge of your pocket.
+
+> It is important that the lines you sew now form the long edges of a perfect rectangle. This will determine the shape of your pocket, so if you make one line longer than the other, or if they are not parallel or mis-aligned, you pocket will look bad.
+
+#### Cut open the pocket
+
+
+
+Time to carefully cut open the pocket. Start in the middle of the pocket, and cut towards along the longest edges towards the side.
+
+At the edges of your pocket you need to stop cutting open the center and instead cut towards the end of your line of stitches under 45 degrees.
+
+> This small triangle you are cutting at the end is important. Make sure to aim carefully as you should cut right up to the end of your stitches, without cutting into the stitches.
+
+#### Press open the seam allowance
+
+
+
+Press open the seam allowance along the long edges of your pocket.
+
+#### Bring the pocket facing to the back and press
+
+
+
+Flip the pocket facing to the back side and press it down.
+
+#### Press down the triangles at the short sides
+
+
+
+Move your pocket facing out of the way to reveal those little traingles at the side of your pocket.
+
+Fold them back making sure you to keep your pocket opening a clean rectangle, and press them down.
+
+#### Bring the pocket welt to the back, fold and press
+
+ 
+
+Flip the pocket welt with the attached pocket back tot he back side.
+
+Fold your welt down at the point where it reaches the top of the pocket. The welt should cover the entire pocket opening.
+
+> The illustration shows this from the back as it's easier to see what is going on this way. However, you should check from the front to make sure your welt pocket looks good.
+
+#### Sew down the pocket triangles
+
+
+
+Put your front down with the good side up and make sure the pocket facing and welt lie flat.
+
+Fold your front over vertically at the edge of your pocket to reveal that little triangle at the short side of your pocket opening.
+
+Sew this triangle down by sewing right next to the fold, and pocket edge.
+
+#### Close the pocket bag
+
+
+
+Sew your pocket facing to the pocket bag to finish your pocket.
+
+> This should go without saying, but be careful not to sew your pocket bag to the front of your waistcoat.
+
+#### Press your completed pocket
+
+
+
+When you're done, give your pocket a good final press.
+
+### Step 6: Center back seam
+
+
+
+Put your two back pieces with their good side together and sew the center back seam.
+
+When you're done, press open this seam.
+
+> Don't forget to do the same for the lining
+
+### Step 7: Join back to fronts
+
+
+
+Put your back down with the good side up and put your fronts on it with the good side down. Align the side seams, pin and sew.
+
+When you're done, press open these seams.
+
+### Step 8: Join the shoulders
+
+
+
+Align the shoulder seams, sew them, and press open the seam allowance.
+
+> Don't forget to do the same for the lining
+
+### Step 9: Insert the lining
+
+#### Slide lining into the wasitcoat
+
+
+
+Place your lining in your waistcoat, good sides together. In other words, the waistcoat should have the good side in and bad side out. The lining should have the bad side in and good side out.
+
+#### Pin lining to fabric
+
+
+
+Align the lining with the fabric edge, and pin it in place.
+
+Start at center back, and follow the neckline down the front closure. Work your way around the hem, but leave about a 15cm gap at the center back.
+
+#### Sew lining to fabric
+
+
+
+With your lining pinned neatly in place, sew lining and fabric together.
+
+Do not forget to leave that 15cm gap at the center back.
+
+#### Turn waistcoat and press edges
+
+
+
+Reach through the gap you left open at the hem, and turn your waistcoat.
+
+Press the edges you've just sewn, making sure to roll the fabric a bit so that the lining is always hidden.
+
+### Step 10: Finish the armholes
+
+#### Pin back the fabric seam allowance
+
+
+
+All along the armhole, pin back the seam allowance of your waistcoat fabric. While doing so, keep your lining out of the way.
+
+#### Pin down lining
+
+
+
+Now fold back your lining a bit before the edge of the armhole and pin it down.
+
+#### Hand-sew the lining to the fabric
+
+
+
+Use a slipstitch to hand-sew the lining to the fabric all along the armhole.
+
+### Step 11: Finish the hem
+
+Remember that gap we didn't close in step 9? Time to close it.
+
+Use a slipstitch to hand-sew the lining to the fabric and close the hem.
+
+### Step 12: Make the buttonholes
+
+
+
+If you haven't done so yet, transfer the buttonhole placement from your pattern onto your fabric.
+
+Make those buttonholes.
+
+### Step 13: Attach the buttons
+
+
+
+Pin your waistcoat closed and transfer the location of your buttonholes to the button side.
+
+Sew on those buttons.
+
+> You could also transfer the location of the buttons from the pattern. However, transferring the buttonholes you just made assures you that the buttons and buttonholes will line up, even if your buttonhole(s) is/are ever so slightly off.
+
+### Step 14: Optional: Pick-stitch the edges
+
+
+
+If you'd like, you can pick-stitch around the edges of your waistcoat.
+
+Pick-stitching needs to be done by hand. You run a simple stitch a few mm from the edges of your waistcoat, but only let your stitches surface for a few threads. You've certainly seen it as a finish on suit jackets.
+
+> You can pick-stitch with thread of the same colour, or use a contrasting colour if you're feeling bold.
+
+> While pick-stitching adds a distinctive look, it also locks your fabric to your lining/facing which prevents things from shifting around.
+
+After this, you probably want to iron your waistcoat.
diff --git a/markdown/org/docs/patterns/wahid/measurements/uk.md b/markdown/org/docs/patterns/wahid/measurements/uk.md
new file mode 100644
index 00000000000..3de1ac9bb5c
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Wahid waistcoat: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/wahid/needs/uk.md b/markdown/org/docs/patterns/wahid/needs/uk.md
new file mode 100644
index 00000000000..728c95bfe04
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/needs/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Wahid waistcoat: What You Need"
+- - -
+
+To make Wahid, you will need the following:
+
+- Basic sewing supplies
+- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/patterns/wahid/fabric))
+- About 1 meter (1.1 yards) of lining fabric
+- Fusible interfacing
+- Buttons
diff --git a/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..92071f65453
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/backinset/uk.md b/markdown/org/docs/patterns/wahid/options/backinset/uk.md
new file mode 100644
index 00000000000..b8f380899ea
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/backinset/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Back inset"
+- - -
+
+
+
+How far do you want your waistcoat armhole to curve inwards on the back side?
+
+
+
+###### What's the point?
+
+The armhole of your waistcoat can curve further inward, given that there is no sleeve attached to it.
+This influences the style of the waistcoat.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md b/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md
new file mode 100644
index 00000000000..76e905afbb4
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Back scye dart"
+- - -
+
+
+
+This pattern comes with a default 0.5 cm scye dart (think armhole dart) on the back. You can increase or decrease the dart to influence the armhole.
+
+
+
+###### What's the point?
+
+The point of this dart is to make sure the armhole lies flat against your body, rather than gape.
+Given that there is no sleeve, a gaping armhole is particularly unsightly.
+
+While this dart is used to shape the pattern, you don't have to sew the dart because it's incorporated in the shoulder seam line.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/buttons/uk.md b/markdown/org/docs/patterns/wahid/options/buttons/uk.md
new file mode 100644
index 00000000000..2182543359d
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/buttons/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Number of buttons"
+- - -
+
+
+
+How many buttons do you want?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md b/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md
new file mode 100644
index 00000000000..b0b8ef8640c
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md
@@ -0,0 +1,22 @@
+- - -
+title: "Center back dart"
+- - -
+
+
+
+Since nobody has a perfectly straight back, this pattern tapers in with 0.5 cm at the center back of your neck.
+
+
+
+###### What's the point?
+
+If your back slumps forward a bit, fabric tends to pool at the back of your neck. With no sleeves or collar, this causes your neckline to gape.
+This option tapers the fabric inwards at the back of your neck. It does so by 0.5 cm by default, but you can increase or decrease that value.
+
+Technically this is not a dart, but I wasn't sure how else to call it. Suggestions welcome.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/chestease/uk.md b/markdown/org/docs/patterns/wahid/options/chestease/uk.md
new file mode 100644
index 00000000000..c0743d28813
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/chestease/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Chest ease"
+- - -
+
+
+
+How much room do you want at the chest?
+
+
+
+Given that a waistcoat has no arms, a little chest ease goes a long way. Add too much, and you'll end up with gaping armholes.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/frontinset/uk.md b/markdown/org/docs/patterns/wahid/options/frontinset/uk.md
new file mode 100644
index 00000000000..4e4f6cdfc16
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/frontinset/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Front inset"
+- - -
+
+
+
+How far do you want your waistcoat armhole to curve inwards on the front?
+
+
+
+###### What's the point?
+
+The armhole of your waistcoat can curve further inward, given that there is no sleeve attached to it.
+This influences the style of the waistcoat.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md b/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md
new file mode 100644
index 00000000000..e4b6589c61f
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Front scye dart"
+- - -
+
+This pattern comes with a default 1 cm scye dart (think armhole dart) at the front.
+
+You can increase or decrease the dart to influence the armhole.
+
+> #### What's the point?
+>
+> The point of this dart is to make sure the armhole lies flat against your body, rather than gape. Given that there is no sleeve, a gaping armhole is particularly unsightly.
+
+> While this dart is used to shape the pattern, you don't have to sew the dart because it's incorporated in the front dart.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md b/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md
new file mode 100644
index 00000000000..bad4dc831ad
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Neck opening style"
+- - -
+
+
+
+Do you want a classic straight neckline, or a curved neckline?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/hemradius/uk.md b/markdown/org/docs/patterns/wahid/options/hemradius/uk.md
new file mode 100644
index 00000000000..22e2a5b0b00
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/hemradius/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hem radius"
+- - -
+
+
+
+Determines the radius of the hem if you opted for a rounded hem.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md b/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md
new file mode 100644
index 00000000000..9846806cf58
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hem style"
+- - -
+
+
+
+Do you want a classic hemline, or a rounded hemline?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/hipsease/uk.md b/markdown/org/docs/patterns/wahid/options/hipsease/uk.md
new file mode 100644
index 00000000000..e8f0873875f
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/hipsease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Hips ease"
+- - -
+
+
+
+How much room do you want at your hips?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md b/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..9a44ef928d4
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Length bonus"
+- - -
+
+
+
+This option allows you to lengthen (or shorten) your waistcoat.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/neckinset/uk.md b/markdown/org/docs/patterns/wahid/options/neckinset/uk.md
new file mode 100644
index 00000000000..3c59d84b32a
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/neckinset/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Neck inset"
+- - -
+
+
+
+How far do you want your waistcoat to sit away from your collar on your shoulder seam? The default is 2cm.
+
+
+
+###### What's the point?
+
+The shoulder seam of a waistcoat is typically more narrow than your shirt. This option controls how narrow it gets (on the collar side).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md b/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md
new file mode 100644
index 00000000000..266440a9dfe
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Neckline drop"
+- - -
+
+
+
+This options allows you to lower your neckline below the default.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md b/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md
new file mode 100644
index 00000000000..227740b7fbf
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket angle"
+- - -
+
+Controls the angle of the pocket slant.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md b/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md
new file mode 100644
index 00000000000..f13ed8eccbc
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket location"
+- - -
+
+Controls the location of the pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md b/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md
new file mode 100644
index 00000000000..58fab3d5919
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Pocket width"
+- - -
+
+Controls the width of the pockets.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md b/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md
new file mode 100644
index 00000000000..9f8004276c7
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md
@@ -0,0 +1,19 @@
+- - -
+title: "Shoulder inset"
+- - -
+
+
+
+How far do you want your waistcoat to sit away from your shoulder on the shoulder seam? The default is 2cm.
+
+
+
+###### What's the point?
+
+The shoulder seam of a waistcoat is typically more narrow than your shirt. This option controls how narrow it gets (on the shoulder side).
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/uk.md b/markdown/org/docs/patterns/wahid/options/uk.md
new file mode 100644
index 00000000000..911b7a877a9
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Wahid waistcoat: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/waistease/uk.md b/markdown/org/docs/patterns/wahid/options/waistease/uk.md
new file mode 100644
index 00000000000..9683dc0852f
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/waistease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Waist ease"
+- - -
+
+
+
+How much room do you want at the waist?
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/weltheight/uk.md b/markdown/org/docs/patterns/wahid/options/weltheight/uk.md
new file mode 100644
index 00000000000..afb6e83034a
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/weltheight/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Welt height"
+- - -
+
+Controls the height of the pocket welts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/uk.md b/markdown/org/docs/patterns/wahid/uk.md
new file mode 100644
index 00000000000..332eb0c3842
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Wahid waistcoat"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/walburga/cutting/uk.md b/markdown/org/docs/patterns/walburga/cutting/uk.md
new file mode 100644
index 00000000000..4da87ae6268
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/cutting/uk.md
@@ -0,0 +1,24 @@
+- - -
+title: "Walburga Wappenrock: Cutting Instructions"
+- - -
+
+Walburga consists of two parts, a _front_ and a _back_ piece.
+
+
+
+Apart from the cutout for the neck opening, front and back are identical. It is therefore enough to print only the front part.
+
+
+
+- cut _1 front_, _on the fold_
+- cut _1 back_, _on the fold_
+
+### On Historical Accuracy
+
+The further we go back in time, the less extant garments we have to base research on. Often there may be scraps of fabric left behind by stroke of luck but most of our information starts to come from (in archaeology) secondary sources like written texts from contemporaries.
+
+This is especially true for the Roman and Mediaeval eras, not to mention that a lot of the available research is behind a paywall.
+
+We can’t be 100 percent historically accurate, because we’re living in a different time, and everything we use to sew is different now from before. Even fabric is woven in a different way.
+
+How ‘accurate’ you want to be is up to you, there is no wrong way to do this and research is not required -- though it can be fun!
diff --git a/markdown/org/docs/patterns/walburga/fabric/uk.md b/markdown/org/docs/patterns/walburga/fabric/uk.md
new file mode 100644
index 00000000000..b5559422cd2
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/fabric/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Walburga Wappenrock: Fabric Options"
+- - -
+
+Walburga can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go.
+
+Depending on the social status you want to portray, choose coarser or finer fabrics. Different colours are also possible.
+
+If you want to embroider or appliqué on your Walburga, make sure that your main fabric will support your design.
diff --git a/markdown/org/docs/patterns/walburga/instructions/uk.md b/markdown/org/docs/patterns/walburga/instructions/uk.md
new file mode 100644
index 00000000000..c284c5a542b
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/instructions/uk.md
@@ -0,0 +1,37 @@
+- - -
+title: "Walburga Wappenrock: Sewing Instructions"
+- - -
+
+
+
+Walburga is a historically inspired pattern, and if you want more authenticity, handsewing is the way to go. Personally, I use a sewing machine. You do you.
+
+
+
+### Step 1: Sew shoulder seams
+
+- Put front and back pieces with good sides together. Sew the shoulder seams, taking care to stop at the notches for the head opening.
+
+### Step 2: Finish seams and head opening
+
+- Finish the seams and the raw edges at the head opening, with a method of your choice. (If you used the fabrics recommended in the [fabric options](/docs/patterns/walburga/fabric), they _will_ fray. Folding the seam allowance twice, enclosing the raw edge and topstitching is an option. You can also use decorative topstitching.)
+
+### (Optional) Step 3: Cut slits
+
+_This step is optional, you can also opt not to cut slits. If so, continue with step 4._
+
+
+
+If you cut slits, there will be no seam (or hem) allowance to finish the edge there. Think about this before you cut.
+
+
+
+- Cut into your fabric until the notch, both on the front and back piece.
+
+### Step 4: Finish edges
+
+- Finish the edges of the garment. This is a good time to use bias tape or similar to enclose the raw edge (especially if you cut slits in step 3). This step can take some time, so be patient.
+
+### Step 5: That's it!
+
+You're done! You could now appliqué/embroider/otherwise attach a symbol or heraldics of your choice onto your garment.
diff --git a/markdown/org/docs/patterns/walburga/measurements/uk.md b/markdown/org/docs/patterns/walburga/measurements/uk.md
new file mode 100644
index 00000000000..ecac1357adc
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Walburga Wappenrock: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/walburga/needs/uk.md b/markdown/org/docs/patterns/walburga/needs/uk.md
new file mode 100644
index 00000000000..21b94b4d923
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/needs/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Walburga Wappenrock: What You Need"
+- - -
+
+To make Walburga, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 1 meter (1.1 yards) of a suitable fabric (see [Fabric options](/docs/patterns/walburga/fabric))
+- (optional) about 3 metres (3.3 yards) of bias tape or trimmings to finsh the raw edges
diff --git a/markdown/org/docs/patterns/walburga/options/headratio/uk.md b/markdown/org/docs/patterns/walburga/options/headratio/uk.md
new file mode 100644
index 00000000000..cb4dd36f138
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/options/headratio/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Head ratio"
+- - -
+
+Controls the size of the head opening
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/walburga/options/length/uk.md b/markdown/org/docs/patterns/walburga/options/length/uk.md
new file mode 100644
index 00000000000..46447930da5
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/options/length/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length"
+- - -
+
+Controls the length of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md b/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..94312cb1407
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+Allows variation of the length of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/walburga/options/neckline/uk.md b/markdown/org/docs/patterns/walburga/options/neckline/uk.md
new file mode 100644
index 00000000000..69c114f43e6
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/options/neckline/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Neckline"
+- - -
+
+Controls whether or not to draft a neck opening
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md b/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md
new file mode 100644
index 00000000000..9e514fbad01
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Neck opening shape"
+- - -
+
+controls the shape of the neck opening
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/walburga/options/uk.md b/markdown/org/docs/patterns/walburga/options/uk.md
new file mode 100644
index 00000000000..dbbf6aa6378
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Walburga Wappenrock: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md b/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md
new file mode 100644
index 00000000000..2f7e3dd3bea
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Width bonus"
+- - -
+
+Allows variation of the width of the garment
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/walburga/uk.md b/markdown/org/docs/patterns/walburga/uk.md
new file mode 100644
index 00000000000..8c5a5f83cac
--- /dev/null
+++ b/markdown/org/docs/patterns/walburga/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Walburga Wappenrock"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/waralee/cutting/uk.md b/markdown/org/docs/patterns/waralee/cutting/uk.md
new file mode 100644
index 00000000000..4f2d40bbb56
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/cutting/uk.md
@@ -0,0 +1,45 @@
+- - -
+title: "Waralee wrap pants: Cutting Instructions"
+- - -
+
+
+
+Waralee consists of two mirrored pieces of fabric.
+They are basically big rectangles with pieces missing.
+As such, it is easier to print out the part you need to cut out and measure the rest,
+than it is to print out everything and cut the pattern the traditional way.
+
+That said, the pattern is available both ways. So you can print out the whole thing, tape all the pages together, and use that to cut out the fabric, if you prefer. But we recommend only printing the part that you need to cut out.
+
+You will need to print out the pockets and pocket facings in the traditional way.
+
+
+
+### Materials
+
+- **Main fabric**
+ - Cut **2 pants** parts.
+ - (Optional) Cut **2 Pocket** parts on the fold.
+ - Cut **4 backPocket** parts
+ - Cut **4 frontFacing** parts
+ - Cut **4 backFacing** parts
+
+
+
+You can cut the Pocket and backPocket parts out of a lining fabric if you prefer but this will only be needed if you deviate from the recommended main fabrics.
+
+
+
+
+
+Pattern part 2 is just for when you want to make the pants without printing everything.
+Since this is just a couple of rectangles (with a slanted side), you can just use a ruler to cut out the main part. Then you use Part 2 to cut out the crotch part. Save a tree.
+
+Part 2 has a negative seam allowance, since you'll be using it opposite of what you normally use the pattern parts for.
+
+If you opt for the cut-out method, use the paperless view to see all the dimensions of the pattern.
+You will need to cut a narrow strip out from what will become the front, and a small triangle and strip from what will become the back.
+And in the middle between these will be the little cut-out pattern piece.
+Make sure you measure this correctly, and you have the fabric squared before you start cutting.
+
+
diff --git a/markdown/org/docs/patterns/waralee/fabric/uk.md b/markdown/org/docs/patterns/waralee/fabric/uk.md
new file mode 100644
index 00000000000..574f7bacf34
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/fabric/uk.md
@@ -0,0 +1,7 @@
+- - -
+title: "Waralee wrap pants: Fabric Options"
+- - -
+
+### Main Fabric
+
+Wrap pants are a bit casual and perfect for warm weather. You can't go wrong with **linen** and **cotton** is a good option too. This is a type of wrap pants, which leaves the sides of your legs exposed at times. And as such, it is mostly worn in warmer weather, or inside. To get a good effect of the flowing of the legs, don't use very heavy materials. Good types of fabric are **linen**, and **linen blends**. These mostly have a nice drape and are cool. Heavy materials like denim are less useful so should be avoided.
diff --git a/markdown/org/docs/patterns/waralee/instructions/uk.md b/markdown/org/docs/patterns/waralee/instructions/uk.md
new file mode 100644
index 00000000000..2488f6eaba1
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/instructions/uk.md
@@ -0,0 +1,131 @@
+- - -
+title: "Waralee wrap pants: Sewing Instructions"
+- - -
+
+
+
+##### The key to Waralee is the waist band
+
+In a way, Waralee is just a waist band with a long piece of fabric attached. The waist band needs to continue from the fabric into two strings of fabric that are used to tie the pants in the front and two in the back. These strings are not included in the pattern. Traditionally, they are of similar length. You can make longer ones for the front panel (the side that is a little shorter than the other, on the left in the illustrations below), to allow you to tie both sets in the front. I prefer this as it is easier to tie, and you don't have the bulk of the knot in the back.
+
+
+
+### Step 1: Sew the pockets
+
+
+
+##### Pockets are optional
+
+Traditionally, these types of pants do not have pockets. But I want to put my phone, keys and wallet somewhere. So I've included pockets in the pattern. You can decide for yourself if you would like them on your pants.
+
+The illustrations in the next steps show the Waralee pants without pockets. Only the pocket placements from the pattern are shown, to help you orient yourself.
+
+##### If you do want pockets, make them first
+
+If you're going to make the pockets, make them before putting one piece of fabric on the other. It's easier to work with the parts still separated.
+
+
+
+- If desired, sew the pockets.
+
+
+
+I included placements for the front pockets that will be hidden by the flaps in the front. But they will still be easily accessible to put your phone or keys in. These are single welt pockets. The ones in the front are at an angle and the ones in the back are horizontally oriented. The pocket templates should allow for enough fabric to attach the pocket to the waistband. If you want particularly deep pockets, please adjust accordingly.
+
+
+
+
+
+Explain how to sew the pockets more.
+
+
+
+### Step 2: Hem the sides and bottom
+
+
+
+- Hem the sides
+- Hem the bottom.
+
+
+
+You can use whatever method works best for you. In the version I first made I just serged the sides, folded them back and top stitched them, then did the same for the bottom. I did this to keep the bulk of the fabric to a minimum and allow for a better drape. What you do should depend on the type of fabric you're using.
+
+
+
+### Step 3: Sew the two pants parts together at the crotch
+
+
+
+Now you get to sew the two pants parts together.
+
+- Lay the two pants parts on top of one another with _good sides together_ and sew the seam along the cutout.
+- _Finish_ this seam and press it.
+
+### Step 4: Prepare the four strings
+
+The strings are just long tubes of fabric.
+
+- Take a quarter of your waist measurement. Add that number to 40cm (17”). Add your seam allowance. This is the length of each string.
+- Cut out four strips of fabric that are that long and 5cm (2”) wide.
+
+
+
+For example, if my waist circumference is 84.6cm: 84.6cm divided by 4 is 21.2cm. 21.2cm plus 40cm is 61.2cm. 61.2cm plus my seam allowance of 1cm is 62.2cm. I will cut four strips of fabric that are 62.2cm by 5cm.
+
+
+
+
+
+##### You can lengthen the front ties
+
+Optionally, to make the front ties longer, extend them by your quarter waist measurement.
+
+When generating your pattern, one of the style options is called “Waist Band”. The strings, when folded, should have the same width as you specified for that option, 2.5cm (1") by default.
+
+The extra 40cm (17") of length is to make the knot.
+
+If your material is delicate or flimsy, you can add some interfacing to this to give it strength.
+
+
+
+- Fold them in half along the long side, _good sides together_.
+- Stitch the long side and one of the short sides,
+- Turn the tie right side out.
+
+
+
+##### Turning tubes of fabric right side out can be difficult
+
+This can be made easier by taking a piece of twine longer than the strips. Lay that between the right sides, along the fold. Make sure you catch this while sewing the short side. You can use this to pull the end through the tube you've created. When you're done, you can cut it off. Having a long, skinny stick or a loop turner can help too with this.
+
+
+
+### Step 5: Sew the waist band
+
+
+
+Now it is time to sew the waist band.
+
+- If your fabric is delicate, add interfacing to the wrong side of the pants above the waist band line. (red)
+- Fold the seam allowance in, and then fold along the waist band line. (red)
+- Insert one of the strings you made in the previous step on each side.
+- Sew along the waist band line, and add some additional stitching to make sure those strings are attached well. (blue)
+
+
+
+##### Secure the strings well
+
+The strings keep your pants up, so having that stitching fail will result in awkward moments.
+
+
+
+### Step 6: Wear your pants
+
+Press your pants, and try them on!
+
+Hold the front side against your belly and wrap both strings around you and tie in the back (or, if you have long strings, wrap them all the way around you and tie in the front). Then hand the back side through your legs to yourself and tie the other strings in the front.
+
+Here is an article demonstrating how to tie wrap pants: [How to Tie Wrap Pants](https://www.wikihow.com/Tie-Wrap-Pants)
+
+If you get stuck, or have additional questions, you can always reach out to [other FreeSewers](https://discord.freesewing.org/).
diff --git a/markdown/org/docs/patterns/waralee/measurements/uk.md b/markdown/org/docs/patterns/waralee/measurements/uk.md
new file mode 100644
index 00000000000..086c7559020
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Waralee wrap pants: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/waralee/needs/uk.md b/markdown/org/docs/patterns/waralee/needs/uk.md
new file mode 100644
index 00000000000..9bd16a4e6ae
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/needs/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waralee wrap pants: What You Need"
+- - -
+
+To make Waralee, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 2 meters (2.2 yards) of a suitable fabric ([see Waralee Fabric options](/docs/patterns/waralee/fabric/))
+- Some interfacing for the waistband and pockets (if making pockets).
diff --git a/markdown/org/docs/patterns/waralee/options/backpocket/uk.md b/markdown/org/docs/patterns/waralee/options/backpocket/uk.md
new file mode 100644
index 00000000000..ecc59af8593
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/backpocket/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back pocket"
+- - -
+
+Whether to include a back pocket or not
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/backraise/uk.md b/markdown/org/docs/patterns/waralee/options/backraise/uk.md
new file mode 100644
index 00000000000..8c2f1f2be96
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/backraise/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back Raise"
+- - -
+
+This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This seting allows you to raise this in the back if you need it for a good fit.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/crotchback/uk.md b/markdown/org/docs/patterns/waralee/options/crotchback/uk.md
new file mode 100644
index 00000000000..bad14150a02
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/crotchback/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Crotch Back"
+- - -
+
+The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md
new file mode 100644
index 00000000000..f5cf7a4f788
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back Crotch Factor Horizontal"
+- - -
+
+Used to move the curve of the crotch in the back horizontally
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md
new file mode 100644
index 00000000000..4538213aa4e
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back Crotch Factor Vertical"
+- - -
+
+Used to move the curve of the crotch in the back vertically
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md
new file mode 100644
index 00000000000..79930166276
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front Crotch Factor Horizontal"
+- - -
+
+Used to move the curve of the crotch in the front horizontally
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md
new file mode 100644
index 00000000000..464539a602f
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front Crotch Factor Vertical"
+- - -
+
+Used to move the curve of the crotch in the front vertically
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md
new file mode 100644
index 00000000000..0de5c9d7a8b
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Crotch Front"
+- - -
+
+The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md b/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md
new file mode 100644
index 00000000000..e63e193954d
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Front pocket"
+- - -
+
+Whether to include a front pocket or not
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md b/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md
new file mode 100644
index 00000000000..6c41399aaed
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Hem size"
+- - -
+
+Size of the hem at the bottom of the pants
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/legshortening/uk.md b/markdown/org/docs/patterns/waralee/options/legshortening/uk.md
new file mode 100644
index 00000000000..637a04d8c9b
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/legshortening/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Leg Shortening"
+- - -
+
+This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/uk.md b/markdown/org/docs/patterns/waralee/options/uk.md
new file mode 100644
index 00000000000..3d654a5f289
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Waralee wrap pants: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md
new file mode 100644
index 00000000000..f566a7ce66a
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist Band"
+- - -
+
+Size of the waist band
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md b/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md
new file mode 100644
index 00000000000..ac8b7e4f68d
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist Overlap"
+- - -
+
+This dicates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/options/waistraise/uk.md b/markdown/org/docs/patterns/waralee/options/waistraise/uk.md
new file mode 100644
index 00000000000..fc42f1f8e54
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/options/waistraise/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Waist Raise"
+- - -
+
+How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/waralee/uk.md b/markdown/org/docs/patterns/waralee/uk.md
new file mode 100644
index 00000000000..f409679f84d
--- /dev/null
+++ b/markdown/org/docs/patterns/waralee/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Waralee wrap pants"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/yuri/cutting/uk.md b/markdown/org/docs/patterns/yuri/cutting/uk.md
new file mode 100644
index 00000000000..86ff100fd4a
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/cutting/uk.md
@@ -0,0 +1,10 @@
+- - -
+title: "Yuri hoodie: Cutting Instructions"
+- - -
+
+- Cut **2 fronts** with _good sides together_
+- Cut **1 back** _on the fold_
+- Cut **2 sleeves** with _good sides together_
+- Cut **2 gussets** _on the fold_ with _good sides together_
+- Cut **4 hood sides** 2 x 2 with _good sides together_ for the outer hood and inner hood
+- Cut **2 hood centers** with _good sides together_
diff --git a/markdown/org/docs/patterns/yuri/fabric/uk.md b/markdown/org/docs/patterns/yuri/fabric/uk.md
new file mode 100644
index 00000000000..12ec2348346
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/fabric/uk.md
@@ -0,0 +1,17 @@
+- - -
+title: "Yuri hoodie: Fabric Options"
+- - -
+
+You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric.
+
+As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend.
+
+Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed.
+
+
+
+You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet).
+
+Or if you have given up on class, you could go for fleece.
+
+
diff --git a/markdown/org/docs/patterns/yuri/instructions/uk.md b/markdown/org/docs/patterns/yuri/instructions/uk.md
new file mode 100644
index 00000000000..515dbcc9b4d
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/instructions/uk.md
@@ -0,0 +1,152 @@
+- - -
+title: "Yuri hoodie: Sewing Instructions"
+- - -
+
+
+
+This pattern can be sewn with or with out a overlocker/serger. To _**Finish**_ seams without a overlocker/serger you can either use your prefered method or one of the methods below:
+
+##### Finishing Method 1
+
+- Press open the seam allowances.
+- Then on the good side, _**Edgestitch**_ 3mm (1/8 inch) away or closer to both sides of the seam catching the seam allowances underneath.
+- On the wrong side trim the seam allowances close to the edgestitching.
+
+##### Finishing Method 2
+
+- Sew the seam allowances together with either a ziz-zag, overcast or straight stitch and press to one side.
+- Trim to 1cm (3/8 inch) seam allowance if needed.
+
+
+
+
+
+If using a overlocker/serger you can sew seams which need fininshing in one go rather than sewing the seam conventionally and finishing it.
+
+
+
+## Step 1: Attaching the Gussets
+
+- With the good sides together, sew the gussets to the front panels along the side seams.
+- _**Finish**_ seams.
+
+## Step 2: Sew the Shoulder Seams
+
+- With good sides together, sew the front pieces to the back along the shoulder seams.
+- _**Finish**_ seams.
+
+## Step 3: Attach the Sleeves
+
+- With good sides together, matching back notch to back notch and front notch to front notch, sew the sleeves to the body.
+- _**Finish**_ seams.
+
+
+
+On the pattern the back notch is marked as a cross-notch (see [our pattern notation guide](/docs/various/notation/notches/)). It is recommended to make this a double notch when cutting out your pieces to make the back notch easier to differentiate from the front.
+
+
+
+## Step 4: Hem the Sleeves
+
+- (Optional) Overcast the raw edge of the sleeve.
+- Press the hem allowance to the wrong side of the fabric and baste in place close to the raw edge.
+- On the outside, stitch away from the folded edge, catching the hem allowance underneath using the basting as guide to where the raw edge is.
+- (Optional) On the outside, stitch 6mm (1/4 inch) parallel to original stich along the hem allowance.
+- Remove basting.
+
+
+
+If you prefer to hem your sleeves after sewing the side seams you can do this step after **Step 5**.
+You can skip the overcasting if using a twin needle, coverstitch machine or if you wish to leave the edge raw when hemming.
+This is just one hemming method, if you prefer another way go for it.
+
+
+
+## Step 5: Close the Sides
+
+- With good sides together, matching shoulder seams, start at the sleeve edge and sew the sleeve together than sew the gusset and back together.
+- _**Finish**_ seams.
+- Repeat for remaining sleeve and side opening.
+
+## Step 6: Hem the Raw Edges
+
+- Fold under and sew the hem on all the raw edges except around the neck edge.
+- Sew the hem from the top of one front, to the bottom of the front, then along the bottom of the gusset, then along the bottom of the back, then along bottom of the other gusset, and then up to the neck of the other front.
+
+## Step 7: Prepare Lining and Outside Hood
+
+Follow this step twice, once for the outer hood and once for the lining hood.
+
+- With good sides together, sew the long edge of the Hood Centre to the outer edge of one of the Hood Sides.
+- With good sides together, sew the remaining long edge of the Hood Centre to the outer edge of the other Hood Side.
+- Press the seam allowances open.
+- _**Finish**_ seams.
+
+
+
+It is recommended to use **Finishing Method 1** for this step regardless of whether you are using a overlocker/serger.
+
+
+
+## Step 8: Join Inside and Outside Hood
+
+- With _good sides together_, pin the Outside and Lining Hoods together matching the seams.
+- Sew the pinned edge together.
+- Trim the seam allowance to 1cm (3/8 inch) if your chosen seam allowance is bigger and you have not used and overlocker/serger. Otherwise _do not_ trim the seam.
+- Turn the hood good sides out and press the outer edge flat.
+- On the outside Topstitch along the edge of the hood, about 1.5 - 2cm (5/8 - 3/4 inch) from the edge. Ensure that your topstiching encloses but does not go through the seam allowance of the outer hood edge. This will create a decorative rim, with the enclosed seam allowance making the rim a bit poofy.
+- With raw edges together, overcast the bottom of the hood. You can either do this with an overlocker/serger or a ziz-zag or overcast stitch on a regular machine.
+
+
+
+When pressing you want to make sure that the outer fabric folds a little bit to the inside. This will help prevent the lining from peaking out of the hood when topstitched.
+If you do not wish to have the decorative rim, you may still want to understitch the lining so it does not peak to the outside.
+
+
+
+## Step 9: Prepping a Neckband for the Hood (Optional)
+
+- Cut a cross-wise strip of fabric out of your main fabric, your neck opening + 2cm (3/4 inch) long and triple your neck seam allowance wide.
+- Press under 1cm (3/8 inch) allowance on the short sides.
+
+
+
+Whilst marked optional, it is recommended to do this step as it creates a neater and stronger finish around the neck.
+You can also make a folded band so the neckband does not have a raw edge but this may be bulky. You will also need to make sure the folded edge extends slightly longer than 1cm to be caught when attaching and topstitching the hood but not so long that it flaps about.
+
+
+
+## Step 10: Attach the Hood
+
+- With good sides together, starting from the centre back pin the hood to the neck, matching the centre backs and overlapping the hood ends at the centre front.
+- With good side of neckband to lining side of hood, pin the neckband to the hood matching middle of the neckband to the centre back.
+- If using an overlocker/serger, serge the neck and hood together through all layers.
+- If using a sewing machine, use a zig-zag stich to sew all the neck and hood layers together.
+- On the outside check around the neckline to make sure all the layers are caught.
+- Press seam allowances towards the body.
+- On the good side, topstitch with a straight sitch approximately 1cm (3/8 inch) away from the neck edge towards the body to catch and secure the neckband underneath.
+- Trim the excess binding from the inside.
+
+
+
+If using a overlocker/serger to attach the hood you may want to attach bulky areas down first with a straight stitch suchs as the front as an overlocker/serger may have trouble sewing these parts.
+
+
+
+
+
+If you are worried that topstitching the neckband with a straight stitch will not give enough stretch you can always topstitch it with a narrow zig-zag or appropriate stretch stitch of your choosing.
+If you are not using a neckband you will want to finish the seam with **Finishing Method 2** and topstitch with 6mm (1/4 inch) instead of 1cm (3/8 inch).
+
+
+
+## Step 11: Buttons and buttonholes
+
+- At the buttonhole marks on the front panels, sew button holes for 2.5cm (1 inch) buttons or button size of your choosing.
+- For button placement you may want to try your Yuri on and see where the buttons fit the best for you.
+- Alternatively you can use the button markings on the pattern for placement.
+- Attach the buttons.
+
+## Step 12 : Ta-daaa
+
+Enjoy your Yuri!
diff --git a/markdown/org/docs/patterns/yuri/measurements/uk.md b/markdown/org/docs/patterns/yuri/measurements/uk.md
new file mode 100644
index 00000000000..0d55efdd3c2
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/measurements/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Yuri hoodie: Required Measurements"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/yuri/needs/uk.md b/markdown/org/docs/patterns/yuri/needs/uk.md
new file mode 100644
index 00000000000..94c1077ee3f
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/needs/uk.md
@@ -0,0 +1,20 @@
+- - -
+title: "Yuri hoodie: What You Need"
+- - -
+
+To make Yuri, you will need the following:
+
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 2.5 meters (2.8 yards) of a suitable fabric ([see Fabric options](/docs/patterns/yuri/fabric))
+- 2 large buttons
+
+
+
+#### A serger/overlock is nice, but optional
+
+As with all knitwear and stretch fabrics, a serger/overlock will make your life easier.
+
+If you do not have one of those, don't despair. You don't really need it.
+Because none of the seams get stretched out, you can just sew this pattern with a regular straight stitch.
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md
new file mode 100644
index 00000000000..f0b246b7786
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Across back factor"
+- - -
+
+Controls your across back width as a factor of your shoulder to shoulder measurement
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md
new file mode 100644
index 00000000000..9bffea43f3b
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Armhole depth factor"
+- - -
+
+This option controls the depth of the armhole.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md b/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md
new file mode 100644
index 00000000000..ef95e23cc79
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Back neck cutout"
+- - -
+
+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md b/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md
new file mode 100644
index 00000000000..30eef123e6b
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Biceps ease"
+- - -
+
+The amount of ease at your upper arm.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/chestease/uk.md b/markdown/org/docs/patterns/yuri/options/chestease/uk.md
new file mode 100644
index 00000000000..25aa4afca6d
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/chestease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Chest ease"
+- - -
+
+This option controls the ease at your chest.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/collarease/uk.md b/markdown/org/docs/patterns/yuri/options/collarease/uk.md
new file mode 100644
index 00000000000..185790a41f3
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/collarease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Collar ease"
+- - -
+
+Controls the amount of ease at your collar/neck.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/cuffease/uk.md b/markdown/org/docs/patterns/yuri/options/cuffease/uk.md
new file mode 100644
index 00000000000..658f67149cd
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/cuffease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Cuff ease"
+- - -
+
+This option controls the ease at your wrist.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md
new file mode 100644
index 00000000000..b529c242c9a
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Front armhole extra cutout"
+- - -
+
+Controls how much the front of the armhole is cut deeper into the garment than the back.
+
+Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more rounded there too, and the armhole is typically cut deeper into the front of the garment than the back. This option controls how much deeper.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/hipsease/uk.md b/markdown/org/docs/patterns/yuri/options/hipsease/uk.md
new file mode 100644
index 00000000000..fa22f737abf
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/hipsease/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Hips ease"
+- - -
+
+The amount of ease at your hips.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md b/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md
new file mode 100644
index 00000000000..a822c18d17a
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Length bonus"
+- - -
+
+This option controls how far the block extend below your hips.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md b/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md
new file mode 100644
index 00000000000..dda5ee5dcbe
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Shoulder seam shift: armhole side"
+- - -
+
+Controls the shoulder seam location on the armhole side.
+
+- Increase this option to shift the shoulder seam forward on the armhole side
+- Decrease this option to shift the shoulder seam backward on the armhole side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/s3collar/uk.md b/markdown/org/docs/patterns/yuri/options/s3collar/uk.md
new file mode 100644
index 00000000000..9eefd8b797e
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/s3collar/uk.md
@@ -0,0 +1,12 @@
+- - -
+title: "Shoulder seam shift: collar side"
+- - -
+
+Controls the shoulder seam location on the collar side.
+
+- Increase this option to shift the shoulder seam forward on the collar side
+- Decrease this option to shift the shoulder seam backward on the collar side
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md b/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md
new file mode 100644
index 00000000000..3cdb320ec83
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md
@@ -0,0 +1,11 @@
+- - -
+title: "Shoulder ease"
+- - -
+
+Controls the amount of ease on the shoulder to shoulder measurement.
+
+This option allows you to create some extra ease at the shoulders which shifts the shoulder seam more outwards and off the shoulder. Thereby creating extra room for extra layers of clothing underneath, or more shaped/padded shoulders.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/uk.md
new file mode 100644
index 00000000000..dec880e4e05
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/uk.md
@@ -0,0 +1,10 @@
+---
+title: Shoulder slope reduction
+---
+
+The amount by which the shoulder slope is reduced to allow for shoulder padding.
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md
new file mode 100644
index 00000000000..19b4831c637
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md
new file mode 100644
index 00000000000..22b8334fd6c
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap back Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md
new file mode 100644
index 00000000000..9661dd1ec64
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap ease"
+- - -
+
+Determines the amount of sleevecap ease.
+
+
+
+The amount of sleevecap ease determines how the sleeves rolls from the shouder.
+More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat.
+
+For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md
new file mode 100644
index 00000000000..60275b497b8
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md
new file mode 100644
index 00000000000..3ac9c59d162
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap front Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md
new file mode 100644
index 00000000000..c9ecfcaa2fd
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 offset"
+- - -
+
+
+
+This option controls the offset in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md
new file mode 100644
index 00000000000..d7b0011b12d
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md
new file mode 100644
index 00000000000..80f5aab81c4
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q1 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the first quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md
new file mode 100644
index 00000000000..2687714a367
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 offset"
+- - -
+
+
+
+This option controls the offset in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md
new file mode 100644
index 00000000000..720b367bf95
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md
new file mode 100644
index 00000000000..1c8a5f285b3
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q2 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the second quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md
new file mode 100644
index 00000000000..77f3c4f9d95
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 offset"
+- - -
+
+
+
+This option controls the offset in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md
new file mode 100644
index 00000000000..ff94364555e
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md
new file mode 100644
index 00000000000..dec9daf3c40
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q3 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the third quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md
new file mode 100644
index 00000000000..ff674026d5b
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 offset"
+- - -
+
+
+
+This option controls the offset in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md
new file mode 100644
index 00000000000..5453ebaa238
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 upward spread"
+- - -
+
+
+
+This option controls the upward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md
new file mode 100644
index 00000000000..6b4bd3afd3c
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap Q4 downward spread"
+- - -
+
+
+
+This option controls the downward spread in the fourth quadrant of the sleevecap.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md
new file mode 100644
index 00000000000..8017d3e1e7c
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top X"
+- - -
+
+
+
+This option controls the horizontal placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md
new file mode 100644
index 00000000000..344bde997f0
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md
@@ -0,0 +1,18 @@
+- - -
+title: "Sleevecap top Y"
+- - -
+
+
+
+This option controls the vertical placement of the sleevecap top.
+
+
+
+See [understanding the sleevecap](/docs/patterns/brian/options#understanding-the-sleevecap) for an in-depth
+look into how the sleevecap is constructed and the influence of the different options on its shape.
+
+
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md
new file mode 100644
index 00000000000..389193627c0
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md
@@ -0,0 +1,9 @@
+- - -
+title: "Sleeve length bonus"
+- - -
+
+This option controls how to lengthen the sleeves.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md
new file mode 100644
index 00000000000..b20aa1573ed
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md
@@ -0,0 +1,15 @@
+- - -
+title: "Sleeve width guarantee"
+- - -
+
+We first draft the arm opening, then we draft a sleeve to fit it.
+
+When all goes well, the sleeve fits perfectly, and this option is not relevant. However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it.
+
+Since the shape and height of the sleevecap are more important than the width, we tend to prefer adjusting the width to fit the sleevecap.
+
+To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. This option allows you to control how much of the sleeve width is guaranteed. Increasing this option will allow us less of the width to play with to fit the sleeve. This way, the resulting sleeve will be closer to the theoretical sleeve width, and we will instead modify (more of) the sleevecap height to fit the sleeve.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/uk.md b/markdown/org/docs/patterns/yuri/options/uk.md
new file mode 100644
index 00000000000..0c42ff64e21
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Yuri hoodie: Design Options"
+- - -
+
+
diff --git a/markdown/org/docs/patterns/yuri/uk.md b/markdown/org/docs/patterns/yuri/uk.md
new file mode 100644
index 00000000000..9022febe0a9
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/uk.md
@@ -0,0 +1,5 @@
+- - -
+title: "Yuri hoodie"
+- - -
+
+
diff --git a/markdown/org/docs/sewing/basic-sewing-supplies/uk.md b/markdown/org/docs/sewing/basic-sewing-supplies/uk.md
new file mode 100644
index 00000000000..bab29025cd3
--- /dev/null
+++ b/markdown/org/docs/sewing/basic-sewing-supplies/uk.md
@@ -0,0 +1,18 @@
+---
+title: Basic sewing supplies
+---
+
+> What exactly constitutes the bare necessities for sewing is subject to debate. Some people like more tools, others say that even a sewing machine is optional as you can sew by hand.
+
+For the sake of clarity, when I refer to basic sewing supplies on this website, I mean the following:
+
+- Tape measure
+- Sewing machine
+ - Sewing machine needles
+ - Bobbins
+- Sewing thread
+- Fabric scissors
+- Seam ripper
+- Pins and hand sewing needles
+- Fabric marker/Pencils
+- An iron
diff --git a/markdown/org/docs/sewing/basting/uk.md b/markdown/org/docs/sewing/basting/uk.md
new file mode 100644
index 00000000000..586164da67c
--- /dev/null
+++ b/markdown/org/docs/sewing/basting/uk.md
@@ -0,0 +1,20 @@
+---
+layout: onecol
+title: Basting
+---
+
+
+
+Basting is temporary sewing to hold things in place.
+
+It is typically done by hand, but you can also machine baste.
+
+Examples of where basting is commonly used are:
+
+- Basting a seam in place before sewing it
+- Basting an ornament, pocket, or other part in place before attaching it
+- Basting darts or other pattern changes while fitting the garment on a model
+
+Basting is never permanent, but merely a temporary measure to hold things in place.
+
+> Basting and pinning are different techniques for similar situations
diff --git a/markdown/org/docs/sewing/coverlock/uk.md b/markdown/org/docs/sewing/coverlock/uk.md
new file mode 100644
index 00000000000..9a2e8675c6f
--- /dev/null
+++ b/markdown/org/docs/sewing/coverlock/uk.md
@@ -0,0 +1,15 @@
+---
+title: Coverlock
+---
+
+
+
+
+
+
+
+A coverlock is a type of sewing machine that is dedicated to do a coverlock stitch, or coverlock seam.
+
+A coverlock seam is used for hemming knit garments. It finishes the folded back fabric so it can't ravel and the resulting stitch can stretch along with the fabric.
+
+Coverlocks can be dedicated machines, or they can be integrated in an overlock/serger.
diff --git a/markdown/org/docs/sewing/cutting/uk.md b/markdown/org/docs/sewing/cutting/uk.md
new file mode 100644
index 00000000000..8dded41295c
--- /dev/null
+++ b/markdown/org/docs/sewing/cutting/uk.md
@@ -0,0 +1,12 @@
+---
+layout: onecol
+title: Cutting
+---
+
+
+
+Cutting is the act of cutting out the different pattern pieces out of your fabric.
+
+Cutting is typically done with scissors or a rotary cutter.
+
+> The **cut of a garment**, the way it looks, refers to how it was cut out. For example, high-cut jeans and a low-cut top.
diff --git a/markdown/org/docs/sewing/darts/uk.md b/markdown/org/docs/sewing/darts/uk.md
new file mode 100644
index 00000000000..529bc4fa0d6
--- /dev/null
+++ b/markdown/org/docs/sewing/darts/uk.md
@@ -0,0 +1,17 @@
+---
+title: Darts
+---
+
+
+
+Darts are crucial in pattern design as they turn a flat, two-dimensional piece of fabric, into a three-dimensional shape.
+
+A dart is created by two lines that form a wedge, and meet each other in the dart point. When the lines are sewn together they create a permanent fold, preventing the fabric from laying flat, thereby creating a three-dimensional shape.
+
+Darts are used where fabric needs to cover curves in more than one direction. You don't need a dart for your legs because your fabric can follow the curvature of your legs and wrap around it. Your bum does not only curve horizontally, but also vertically. So bums and boobs are typically places where you'll find darts.
+
+> Wikipedia has a bit more to say on this subject: [Dart (sewing) on Wikipedia](http://en.wikipedia.org/wiki/Dart_\(sewing\))
+>
+> Entire chapters in books on sewing and pattern design are dedicated to darts. Knowing how and where to use them is not so simple. But for this website, knowing what they are is sufficient.
+
+> Picture by [Tasha](http://bygumbygolly.com/2013/01/finished-1940s-simplicity-diamonds/)
diff --git a/markdown/org/docs/sewing/double-welt-pockets/uk.md b/markdown/org/docs/sewing/double-welt-pockets/uk.md
new file mode 100644
index 00000000000..8d52d04bc6f
--- /dev/null
+++ b/markdown/org/docs/sewing/double-welt-pockets/uk.md
@@ -0,0 +1,225 @@
+---
+title: Double welt pockets
+---
+
+## Video
+
+
+
+## Learn welts with David Page Coffin
+
+The November 2015 edition of [Seamwork Magazine](https://www.seamwork.com/) has a section called [Conquering the Welt](https://www.seamwork.com/issues/2015/11/conquering-the-welt) where David Page Coffin walks you through the construction of welt pockets.
+
+David has written various books on trouser and shirt construction, teaches online sewing classes, and hosts workshops throughout the US, and abroad.
+
+David is a friend of the site, and by all measures much better at explaining this than I am.
+
+## Before you start
+
+### What you need
+
+To make double welt pockets, you will need:
+
+- Basic sewing supplies
+- The fabric or pattern piece you want to make the pocket in
+- Two fabric strips for the welts
+- A strip of interfacing
+- Lining or other suitable fabric for the pocket bag (See fabric and colour options)
+- Facing for the pocket bag, depending on your fabric and colour options
+
+### Parameters
+
+Two values determine the size of your double welt pocket. They are:
+
+- The pocket width: This is the width of the opening of the finalized double welt pocket
+- The welt height: This is the height of a single welt, and this half of the height of our double welt pocket
+
+> In the example below, I use a pocket width of 13cm and a welt height of 0.5cm
+
+## Cutting
+
+### Pocket welts
+
+The welts are two rectangular strips of fabric with the following measurements:
+
+- Length: Pocket width + 4cm
+- Width: Welt height x2 + 5cm
+
+For our example:
+
+- Length: 13cm + 4cm = 17cm
+- Width: (0.5cm x 2) + 5cm = 6cm
+
+They will form the two narrow strips of fabric that form your double welt pocket.
+
+> Make sure to respect the grainline when cutting the two welts
+
+### Pocket interfacing
+
+The pocket interfacing is a single rectangular strip of fusible interfacing with the following measurements:
+
+- Length: Pocket width + 4cm
+- Width: Welt height x2 + 5cm
+
+For our example:
+
+- Length: 13cm + 4cm = 17cm
+- Width: (0.5cm x 2) + 5cm = 6cm
+
+> You may have noticed that the interfacing is the same size as a welt
+
+The interfacing is used to stabilize the pocket, and will be fused to the fabric with your iron.
+
+### Optional: Pocket facing
+
+The (optional) pocket facing is a single rectangular strip of fabric with the following measurements:
+
+- Length: Pocket width + 4cm
+- Width: Welt height x2 + 5cm
+
+For our example:
+
+- Length: 13cm + 4cm = 17cm
+- Width: (0.5cm x 2) + 5cm = 6cm
+
+> You may have noticed that the facing is the same size as a welt
+
+The facing is what you'll see when you peer through the opening of your pocket.
+
+The facing is optional, if you do not use it, peering through the pocket will reveal whatever material the pocket bag is made from.
+
+### Pocket bag
+
+The shape of the pocket bag depends on the pattern. For simplicity, I will use a rectangular pocket bag with rounded corners at the bottom as you may find on the back pockets of trousers.
+
+> There is typically a longer and shorter version of the pocket bag. This is because one side is attached to the top welt, while the other is attached to the bottom welt.
+
+## Construction
+
+### Step 1: Fuse interfacing in place
+
+
+
+Fuse the pocket interfacing to the bad side of your garment, so that it covers the place where you will make the welt pocket.
+
+> Patterns typically have notches that help you determine the placement of a welt pocket
+
+### Step 2: Mark the welt pocket on the good side of the fabric
+
+
+
+Mark the welt pocket as follows:
+
+- Mark the pocket width with the vertical lines. Let these lines extend to help you align the welts later
+- Align the center opening of the pocket with a horizontal line. Let it extend to help you align the welts later
+- Mark two horizontal lines parallel to the center line, at an offset equal to the welt height (0.5cm in our example)
+
+The part of the horizontal lines parallel to the center line that fall in between the verticle lines is where we'll sew our welts in place. This is illustrated by the red lines.
+
+### Step 3: Fold and press the welts
+
+
+
+Fold the welts parallel with the long side, with the good side out.
+
+Don't fold them in half. Instead make one side 1cm longer than the other.
+
+Press the fold so that it becomes a sharp crease.
+
+> By offsetting the edges, the welt edge tapers off, which reduces bulk and visibility on the outside of the garment.
+
+### Step 4: Sew welts in place
+
+
+
+> In the images above, the dashed black line is the center of the welt. The red line shows where to sew, and the green line is a seam that has already been sewn.
+
+Place the welt on the good side of your garment with the shorter folded side down, and center it horizontally.
+
+Align the folded side with the center of the welt pocket, and now shift it twice the Welt Height (WH) outwards.
+
+In our example with a Welt Height of 0.5cm, the fold of your welt lies 1cm from the welt pocket center.
+
+Sew your welt in place 0.5cm (WH) from the fold, or in other words, precisely on the line you marked on your garment.
+
+Make sure to start and stop precisely on the vertical lines that indicate the pocket width.
+
+When you're done, sew the second welt in place. Note that this will be a bit more tricky as you'll have to fold back the first welt, and lay part of your second welt over it.
+
+### Step 5: Cut open your pocket
+
+
+
+> In the image, the red line marks how/where to cut open your pocket, and the green line shows the seams.
+
+Cut open your welt pocket by cutting along the center horizontal line. Stop short of the vertical lines that mark the sides of the pocket and cut under 45 degrees to the edge of your line of stitching that holds the welts down.
+
+> Make sure to not cut into your stitches or cut too far. Make it precise.
+
+### Step 6: Flip the welts to the other side and press
+
+
+
+You have been sewing your welts to the good side of the fabric. Now, we are going to flip them to the back side, through the opening we just cut in the fabric.
+
+Flip the welts to the back, and press them flat. Take your time to work the fabric into a neat rectangle before you press it down.
+
+> Make sure to press the triangular pieces of fabric (at the short edge of your opening) to the side
+
+> You're pressing several layers of fabric. Consider pressing down (or open) the layers individually before pressing them together. This will give a sharper crease, and a neater welt pocket.
+
+### Step 7: Sew the pocket opening sides to the welts
+
+ 
+
+Put your garment down with the good side up, and fold it back on the side of your welt pocket, making sure to keep your welts lying flat.
+
+Sew the triangular piece of fabric from the pocket opening to the welts.
+
+> Make sure that you do not sew into the pocket opening, as this will show the stitches on the front
+
+### Step 8: Sew the bottom pocket bag to the bottom welt
+
+
+
+Fold your garment out of the way so you can sew the pocket bag to the lower welt.
+
+Also finish the edge of the welt with a zig-zag stitch so the welt stays flat inside the pocket.
+
+> The pocket bag is show in lining fabric here (green) far clarity. You can also make your pocket bags from other fabric.
+
+### Step 9: Optional: Sew facing to top pocket bag
+
+
+
+> This step is optional. Attach facing to the top pocket bag if that is want you want to show through the pocket opening.
+
+### Step 10: Sew the top pocket bag to the top welt
+
+
+
+Fold your garment out the way so you can sew the pocket bag to the top welt.
+
+> If you applied facing to your pocket bag, make sure to place it with the facing towards the welts.
+
+### Step 11: Attach the welts to the pocket bag
+
+  
+
+Place your garment with the good side up, and fold it back at the side of the welt pocket.
+
+Sew the triangular piece of fabric from the pocket opening to the pocket bags, much like you've sewn it to the welts earlier.
+
+Fold back your garment at the top of the welt pocket.
+
+Now, sew the top of the pocket opening to the pocket bag.
+
+### Step 12: Finish the pocket bag
+
+
+
+Now finish the pocket back by closing all the edges (the top edge is optional).
+
+To do so, you can apply bias tape, use a serger, or sew some other finishing stitch.
+
+After that, you're done!
diff --git a/markdown/org/docs/sewing/ease/uk.md b/markdown/org/docs/sewing/ease/uk.md
new file mode 100644
index 00000000000..ad899fa35cc
--- /dev/null
+++ b/markdown/org/docs/sewing/ease/uk.md
@@ -0,0 +1,19 @@
+---
+title: Ease
+---
+
+
+
+
+
+Ease is the amount of fabric that is added to a garment in addition to what is strictly required to make the garment fit.
+
+Without ease, a garment would fit you so precisely that you might not be able to get in to it, or would have problems moving in it.
+
+Ease that is added to allow you to move inside a garment is called wearing ease. Extra ease can be added beyond what is functionally needed. This is called design ease and is used to achieve a certain visual effect.
+
+Ease can work the other way too. When the fabric stretches, we can choose to use less fabric than what is needed to make the garment fit. This is called **negative ease**.
+
+Negative easy is used for stretchy materials where the garment must fit tightly. For example, in swimwear, tights, underwear, or sportswear.
+
+> Pictures by [Quinn Dombrowski](https://www.flickr.com/photos/quinnanya/8885126989/) and [sutiblr](https://www.flickr.com/photos/30788655@N08/4743320893)
diff --git a/markdown/org/docs/sewing/edgestitching/uk.md b/markdown/org/docs/sewing/edgestitching/uk.md
new file mode 100644
index 00000000000..87fd84b0301
--- /dev/null
+++ b/markdown/org/docs/sewing/edgestitching/uk.md
@@ -0,0 +1,15 @@
+---
+title: Edgestitching
+---
+
+Edgestitching is a speficic type of _topstitching_. It is specific because of its location. To edgestitch means to topstitch right next to a seam, typically about 3mm or 1/8 inch next to it.
+
+
+
+Edgestitching can be used to reinforce seams, to keep material in place by sewing down seam allowance or lining, and for decorative effect.
+
+
+
+For best results, use a sewing needle for optimized for topstitching
+
+
diff --git a/markdown/org/docs/sewing/fabric-grain/uk.md b/markdown/org/docs/sewing/fabric-grain/uk.md
new file mode 100644
index 00000000000..de9f7930528
--- /dev/null
+++ b/markdown/org/docs/sewing/fabric-grain/uk.md
@@ -0,0 +1,19 @@
+---
+title: Fabric grain
+---
+
+
+
+The grain of a fabric is determined by the alignment of the yarns in a woven fabric. More precisely, the grain line is determined by how the warp yarns run.
+
+Woven fabric are produced by weaving the so-called weft between the warp threads. The warp threads run along the length of a fabric roll, parallel to the selvedge, while the weft runs back and forth across its width.
+
+Grain is indicated on a pattern by the grain line. When cutting out your pattern, it's important to align the grain line of the pattern to the grain of your fabric.
+
+> For more warp and weft details: [Weaving on Wikipedia](http://en.wikipedia.org/wiki/Weaving)
+
+> ##### Confused? Think wood
+>
+> Wood is not woven, but grows in different layers based on the seasons (growth rings). The way these layers are aligned are important for woodworkers. They influence to what extent the wood will deform after cutting it and how it will bend, as well as other parameters.
+>
+> Just like a woodworker will take this into account before cutting the wood, you should take grain into account before cutting out your fabric.
diff --git a/markdown/org/docs/sewing/good-sides-together/uk.md b/markdown/org/docs/sewing/good-sides-together/uk.md
new file mode 100644
index 00000000000..e6a088a96ab
--- /dev/null
+++ b/markdown/org/docs/sewing/good-sides-together/uk.md
@@ -0,0 +1,36 @@
+---
+title: Good sides together
+---
+
+When I refer to good sides together that can refer to either cutting or sewing:
+
+## Cutting with good sides together
+
+
+
+Cutting with good sides together is a technique that is used when two identical, or mirrored pieces need to be cut.
+
+When a pattern asks to cut a piece with good sides together, fold your fabric double with the good side/right side of the fabric to the inside, and the bad side/wrong side outside.
+
+Now mark the pattern piece on the bad side of the fabric, and cut both layers in one go.
+
+This gives you two pieces that are mirror images of each other.
+
+
+
+##### What if there is not obvious good side?
+
+When cutting out something without an obvious _good_ side (like interfacing),
+what matters is that you cut two mirrored pieces, rather than two identical ones.
+
+
+
+## Sewing with good sides together
+
+
+
+Sewing with good sides together is the standard approach to making a seam.
+
+By placing the good sides of the fabric together, both pieces will be joined with the seam allowance to the inside of the garment. This is what's done for the vast majority of seams.
+
+> When there's no specific instructions on how to construct a seam, it's good sides together.
diff --git a/markdown/org/docs/sewing/hemming/uk.md b/markdown/org/docs/sewing/hemming/uk.md
new file mode 100644
index 00000000000..4e82bcee16f
--- /dev/null
+++ b/markdown/org/docs/sewing/hemming/uk.md
@@ -0,0 +1,11 @@
+---
+title: Hemming
+---
+
+
+
+Hemming, or a hem, is a type of finish that is done on the bottom of a garment.
+
+The hem of your trousers is where they meet your shoes. The hem of a dress is the bottom edge of the dress.
+
+The hem is not a seam in the sense that it does not join two parts together. Rather hemming is used to finish the fabric edge and prevent it from fraying.
diff --git a/markdown/org/docs/sewing/jersey/uk.md b/markdown/org/docs/sewing/jersey/uk.md
new file mode 100644
index 00000000000..8f7521282db
--- /dev/null
+++ b/markdown/org/docs/sewing/jersey/uk.md
@@ -0,0 +1,11 @@
+---
+title: Jersey
+---
+
+
+
+Jersey is a type of knit fabric. Jersey has a flat and a piled side, and is often used for T-shirts.
+
+Jersey can also be double-knitted (sometimes called interlock jersey). This produces a thicker fabric with the flat sides on the outside and the piled sides locked in the middle.
+
+Jersey has good drape which makes it a popular choice for tops and dresses.
diff --git a/markdown/org/docs/sewing/knit-binding/uk.md b/markdown/org/docs/sewing/knit-binding/uk.md
new file mode 100644
index 00000000000..3b6553c5eb2
--- /dev/null
+++ b/markdown/org/docs/sewing/knit-binding/uk.md
@@ -0,0 +1,112 @@
+---
+title: Knit binding
+---
+
+## What is knit binding anyway?
+
+Knit binding is a general term for a type of finish (typically) found on the neck or arm opening of T-shirts and other knitwear.
+
+There's two varieties of this finish, a knit band, and actual knit binding.
+
+## Knit band
+
+
+
+Knit band is what you typically find at the neck opening of your T-shirt. It's a strip of fabric that is folded double and attached to the edge of the garment.
+
+This leaves an unfinished edge on the inside that is often sewn down by edge-stitching around the knit band.
+
+### Knit binding
+
+
+
+Real knit binding acts more like classic bias binding, in that it is wrapped around the fabric, rather than extend from it.
+
+The raw edge of the garment is inserted between the folded knit binding, which is edge-stitched down. This is often done with a coverlock machine, thereby neatly finishing the inside.
+
+> Pictures by [Support Tattoos and Piercings at Work](https://www.flickr.com/photos/supporttattoosandpiercingsatwork/21870942614/) and [Derek A.](https://www.flickr.com/photos/sfj/696122404/)
+
+### Style vs function
+
+A knit band is more common, and is what you typically find on T-shirt necklines. It's the more decorative option.
+
+A knit binding is less common, but often used on undershirts (as in, underwear). It's the more functional option.
+
+> ##### Still confused?
+>
+> Another way to distinguish them is this: Think about what happens when you decide to widen the knit binding/band.
+>
+> On a T-shirt, widening the band at the neck will make the neck opening smaller. If you want a wider band, you will have to cut a larger hole in your T-shirt.
+>
+> On an undershirt, if you want the knitwear binding at the neck to be wider, it will not make the neck opening smaller. Instead, the binding will simply lay further over the undershirt main fabric.
+
+## Why knitwear binding requires stretch
+
+Whether you're using a knit band or a knit binding finish, you are going to have to stretch your binding fabric for good results. That is, assuming you're not sewing a straight seam. Here's why:
+
+### Straight: life on easy mode
+
+
+
+On a straight seam, you can simply attach your binding/band. Your fabric and binding have the same length, so everything will be fine.
+
+The most likely scenario where you will encounter this is on the (short) sleeves of a T-shirt. Although the knit band wraps around your arm, from a pattern perspective (as in, when the fabric is still flat) it's a straight seam.
+
+### Uniformly curved: uniform stretch
+
+
+
+On a curved seam, like an neck opening, things get a little more complicated. That is because the outer edge and the inner edge of your binding will have a different length.
+
+**No stretch, and things won't lie flat (aka gape)**
+
+If you simply sew the binding to the fabric, things will be fine at the outer edge of your binding. But the inner edge is shorter, and your binding fabric will be pushed together. The tension that this creates will make it rise, and your binding will not lie flat against your skin.
+
+**Stretch it just right, and it will look great**
+
+To fix this issue, you need to stretch your knit binding (and not the fabric) while attaching your binding. If you do it right, the outer edge will be stretched open a bit, while the inner edge will nicely fill out your curve and everything will lie flat.
+
+**If you stretch too much, things will wrinkle**
+
+Stretch your binding too much, and it will spring back too far, causing the main fabric to wrinkle.
+
+### Real life: variable stretch
+
+
+
+Straight seams exist, and although I've never come across one, maybe uniformly curved seams exist too. But more often than not, the curvature of your seam will vary.
+
+On a typical T-shirt neckline, the curve at the back of your neck is different from the front, and there's probably a somewhat tighter bend behind your shoulder seam.
+
+On a slight curve, the difference between the inner and outer edge is not so big, and a little bit of stretch is all you need. But on a tighter curve, the difference between the inner and outer edge of your binding will be more significant. And you'll need more stretch to accommodate for that.
+
+So as you follow your seam, and it curves around necklines, or shoulders, or design features, you will have to adapt the amount of stretch to the situation.
+
+## You cannot calculate the length of your knit binding
+
+I am not saying it is theoretically impossible. But I am saying that it is practically impossible.
+
+The length of your knit binding depends on the amount it needs to be stretched. This depends on the curves you have to follow, and the width of the binding, not to mention the strength of its stretchiness. There's just too many parameters to take into account to calculate your binding length accurately.
+
+### Do not do this
+
+There are a bunch of tutorials out on the internet that show you how to sew on knit binding. Many of those suggest something like _make the neck binding 90% of the length of the seam you are attaching it to_ (the percentage varies).
+
+This idea is that you cut your binding, join its edges, and then sew it in the opening. That is (in my opinion) no good.
+
+An alternative approach to sidestep the length issue is to attach the binding before you close the opening your binding goes in. For example, on a T-shirt you close one shoulder seam, attach the binding, then close the second shoulder seam.
+
+Obviously, that means your shoulder seam will cut through your binding which is a big no no in my book.
+
+### Instead, do this
+
+- Cut your binding as long as the seam it needs to be sewn into. Not 90%, but 100%. This way, you know it's going to be too long, and that's what we want.
+- Mark the place you want your binding to be joined (say center back of the neckline) and place your binding 1cm beyond this point.
+- Start sewing your binding about 3cm or so from this point, and go all the way around. While you do so, make sure to adjust the stretch to whatever the curve requires. There's no tricks for this, you'll have to practice until it comes naturally to you.
+- When you make your way around and get close to the point you marked, stop about 3cm before that.
+- Now your entire binding is attached, apart from a 6cm or so stretch at the back. Pin both edges of your binding good sides together, making is exactly as long as needed and sew them together.
+- Sew the remaining 6cm of your binding.
+
+This way, there is no guessing how long your binding should be, and the binding seam sits where you want it to sit.
+
+> For detailed instructions, check [the Aaron documentation](/docs/patterns/aaron/)
diff --git a/markdown/org/docs/sewing/knit-fabric/uk.md b/markdown/org/docs/sewing/knit-fabric/uk.md
new file mode 100644
index 00000000000..db92eb0004f
--- /dev/null
+++ b/markdown/org/docs/sewing/knit-fabric/uk.md
@@ -0,0 +1,13 @@
+---
+title: Knit fabric
+---
+
+
+
+Knit fabric is fabric that is knitted, rather than woven. Knit fabric typically stretches to some extent.
+
+While the fabric is knitted, it does not look like knitwear, but like fabric.
+
+Knit fabric is used in garments where stretch is required. Sewing them is often done with a serger to maintain the stretch in the seams.
+
+> Wikipedia has more to say about knits: [Knitted fabric in Wikipedia](http://en.wikipedia.org/wiki/Knitted_fabric)
diff --git a/markdown/org/docs/sewing/on-the-fold/uk.md b/markdown/org/docs/sewing/on-the-fold/uk.md
new file mode 100644
index 00000000000..0c9905db235
--- /dev/null
+++ b/markdown/org/docs/sewing/on-the-fold/uk.md
@@ -0,0 +1,17 @@
+---
+title: On the fold
+---
+
+When you have a pattern piece that is symmetric, the instructions might tell you that it is to be cut _on the fold_.
+
+This means that only half the pattern piece is printed, and you should cut it out by folding your fabric, and aligning the line that is _on the fold_ with the fold line indicated on the pattern.
+
+The fold line is indicated with a double arrow like in this example:
+
+
+
+
+
+For an overview of all indicators on your pattern, refer to the [pattern notation guide](/docs/various/notation/)
+
+
diff --git a/markdown/org/docs/sewing/pinning/uk.md b/markdown/org/docs/sewing/pinning/uk.md
new file mode 100644
index 00000000000..589c6fcbdc3
--- /dev/null
+++ b/markdown/org/docs/sewing/pinning/uk.md
@@ -0,0 +1,21 @@
+---
+title: Pinning
+---
+
+
+
+
+
+Pinning is used whenever you use sewing pins to hold things in place.
+
+Examples of where pinning is commonly used are:
+
+- Pinning a seam in place before sewing it
+- Pinning an ornament, pocket, or other part in place before attaching it
+- Pinning darts or other pattern changes while fitting the garment on a model
+
+Pinning is never permanent, but merely a temporary measure to hold things in place.
+
+> Pinning and basting are different techniques for similar situations
+
+> Pictures by [Kristin Roach](https://www.flickr.com/photos/marlana/113434148) and [Ed Platt](https://www.flickr.com/photos/philentropist/313403963)
diff --git a/markdown/org/docs/sewing/rayon/uk.md b/markdown/org/docs/sewing/rayon/uk.md
new file mode 100644
index 00000000000..b4a2859ff3f
--- /dev/null
+++ b/markdown/org/docs/sewing/rayon/uk.md
@@ -0,0 +1,13 @@
+---
+title: Rayon
+---
+
+
+
+Rayon, sometimes referred to as viscose, is a synthetic fiber. It originates from wood pulp, but there's a lot of chemical hoops to jump through before it becomes fabric.
+
+As rayon is a fiber (like cotton is) the resulting fabric will depend on how it is woven. However, in general rayon is a versatile fabric that is smooth to the touch, drapes, and is somewhat slippery.
+
+Rayon is not a good insulator of body heat. That makes it a poor choice for a winter coat, but a good choice for your summer dresses or underwear.
+
+> Wikipedia has a lot to say about rayon: [Rayon on Wikipedia](http://en.wikipedia.org/wiki/Rayon)
diff --git a/markdown/org/docs/sewing/seam-allowance/uk.md b/markdown/org/docs/sewing/seam-allowance/uk.md
new file mode 100644
index 00000000000..a1dafd63a92
--- /dev/null
+++ b/markdown/org/docs/sewing/seam-allowance/uk.md
@@ -0,0 +1,17 @@
+---
+title: Seam allowance
+---
+
+
+
+Seam allowance, often shortened to SA, is the extra fabric at the seam that allows you to sew a garment together.
+
+If, instead of sewing, you could magically join seams together, there would be no need for seam allowance.
+
+Since we can't do magic, we need a bit of seam allowance so that the minor fraying of the fabric will not undo the seam.
+
+Seam allowance can differ. 1cm is common for some patterns, but in the US 5/8" or 15mm is standard. Make sure to always check the pattern for the default SA.
+
+Extra SA can be required for specific finished (like french seams) or for hemming.
+
+> Picture by [Kristin Roach](https://www.flickr.com/photos/kristinroach/3161126359)
diff --git a/markdown/org/docs/sewing/serger/uk.md b/markdown/org/docs/sewing/serger/uk.md
new file mode 100644
index 00000000000..5c43fcf9b1b
--- /dev/null
+++ b/markdown/org/docs/sewing/serger/uk.md
@@ -0,0 +1,17 @@
+---
+title: Serger
+---
+
+
+
+
+
+A serger or overlock is a type of sewing machine that can both cut fabric and make a stretch lockstitch.
+
+Sergers use multiple threads and needles to not only make the seam, but also lock the fabric. They are very often used with knit or other stretchy fabrics.
+
+> The term overlock is more common in Europe for a serger. However, I prefer to use serger as it avoids confusion between the very similar named overlock and coverlock machines.
+>
+> Further confusion is added by the fact that some sewing machines have an overlock stitch that mimics the role of a serger.
+>
+> To steer clear of all this, I use serger to refer to the dedicated machine.
diff --git a/markdown/org/docs/sewing/slipstitch/uk.md b/markdown/org/docs/sewing/slipstitch/uk.md
new file mode 100644
index 00000000000..c2dd330c22d
--- /dev/null
+++ b/markdown/org/docs/sewing/slipstitch/uk.md
@@ -0,0 +1,7 @@
+---
+title: Slipstitch
+---
+
+A slipstitch is a hand-sewing technique that allows you to join layers of fabric with a stitch that is invisible from the outside. A slipstitch is _slipped_ in between the layers of fabric where it sews together the seam allowance.
+
+
diff --git a/markdown/org/docs/sewing/topstitching/uk.md b/markdown/org/docs/sewing/topstitching/uk.md
new file mode 100644
index 00000000000..d8b169abea2
--- /dev/null
+++ b/markdown/org/docs/sewing/topstitching/uk.md
@@ -0,0 +1,13 @@
+---
+title: Topstitching
+---
+
+
+
+
+
+Topstitching is when you sew with the good side of the fabric up and your stitches are visible on the finished garments.
+
+While a decorative feature, topstitching can also play a role in garment construction.
+
+> You can buy specific sewing needles that are optimised for topstitching
diff --git a/markdown/org/docs/sewing/trimming/uk.md b/markdown/org/docs/sewing/trimming/uk.md
new file mode 100644
index 00000000000..60e1feb9bf5
--- /dev/null
+++ b/markdown/org/docs/sewing/trimming/uk.md
@@ -0,0 +1,11 @@
+---
+title: Trimming
+---
+
+
+
+Trimming, or to trim, is cutting away excessive [seam allowance](/docs/sewing/seam-allowance).
+
+Often the goal of trimming is to reduce bulk in the seams of a garment.
+
+> Picture by [Heather](http://www.feathersflights.com/2011/02/trimming-and-grading-seams.html)
diff --git a/markdown/org/docs/sewing/twin-needle/uk.md b/markdown/org/docs/sewing/twin-needle/uk.md
new file mode 100644
index 00000000000..95dc4908990
--- /dev/null
+++ b/markdown/org/docs/sewing/twin-needle/uk.md
@@ -0,0 +1,13 @@
+---
+title: Twin needle
+---
+
+
+
+
+
+A twin needle is useful for when you need to sew stretchable topstitching (like when hemming a knit). You can also use it for a decorative effect.
+
+While a coverlock machine is purpose-built to produce a stretchable topstitch, not everybody has such a machine. A twin needle uses two upper threads and a single under thread. This causes a zig-zag effect on the back, making the stitch stretchable. Meanwhile, you get two parallel lines of stitching at the front.
+
+> Animated GIF by [Ashley](http://www.makeit-loveit.com/2011/05/sewing-tips-basic-stitches-plus-double.html)
diff --git a/markdown/org/docs/sewing/uk.md b/markdown/org/docs/sewing/uk.md
new file mode 100644
index 00000000000..03c79432ce4
--- /dev/null
+++ b/markdown/org/docs/sewing/uk.md
@@ -0,0 +1,6 @@
+---
+title: Sewing
+order: 300
+---
+
+
diff --git a/markdown/org/docs/sewing/zig-zag-stitch/uk.md b/markdown/org/docs/sewing/zig-zag-stitch/uk.md
new file mode 100644
index 00000000000..23a2221e353
--- /dev/null
+++ b/markdown/org/docs/sewing/zig-zag-stitch/uk.md
@@ -0,0 +1,13 @@
+---
+title: Zig-zag stitch
+---
+
+
+
+A zig-zag stitch is useful for when you need to sew a stretchable seam (like when using knits). You can also use it for a decorative effect, or to lock the edge of your fabric.
+
+As most, if not all, sewing machines can sew a zig-zag stitch, it's a popular alternative for when more specialised stitches are not available.
+
+> Everyone's favourite encyclopedia has more on the zig-zag stitch: [Zigzag stitch on Wikipedia](http://en.wikipedia.org/wiki/Zigzag_stitch)
+
+> Picture by [Kristin Roach](https://www.flickr.com/photos/kristinroach/3161126359)
diff --git a/markdown/org/docs/uk.md b/markdown/org/docs/uk.md
new file mode 100644
index 00000000000..8e06316eb3c
--- /dev/null
+++ b/markdown/org/docs/uk.md
@@ -0,0 +1,5 @@
+---
+title: Documentation
+---
+
+
diff --git a/markdown/org/docs/various/community-standards/uk.md b/markdown/org/docs/various/community-standards/uk.md
new file mode 100644
index 00000000000..ab526fd7d56
--- /dev/null
+++ b/markdown/org/docs/various/community-standards/uk.md
@@ -0,0 +1,25 @@
+---
+title: Community standards
+---
+
+Thank you for being part of the freesewing community. When you engage with us, or when you engage with others, please remember the following simple rules:
+
+##### Be nice
+
+We cannot accept comments that are either offensive in themselves or clearly offensive to others.
+
+We ask you to avoid obscenities and other insulting language, to show respect for fellow users, public figures and the fundamental principles we hopefully all share.
+
+Without wanting to be exhaustive, that means no racism, xenophobia, calls to violence, discrimination based on religion, ethnic origin, gender, age, body shape, language, ….
+
+##### Don't spam
+
+We encourage you to post comments that stick to the subject and would appreciate it if you refrain from posting advertisements (for your businesses, blogs or websites, etc).
+
+It is fine to post links to relevant information on other websites, but Spam and other off-topic items will be removed.
+
+##### Don't get us in trouble
+
+Comments that are defamatory, unlawful or include copyright infringements are also against the rules. Impersonating other people or using fake accounts is also not done.
+
+We will delete these types of comments and may ban users who keep on disregarding these rules.
diff --git a/markdown/org/docs/various/developers/uk.md b/markdown/org/docs/various/developers/uk.md
new file mode 100644
index 00000000000..665eb75e5ef
--- /dev/null
+++ b/markdown/org/docs/various/developers/uk.md
@@ -0,0 +1,9 @@
+---
+title: Developer documentation
+---
+
+Freesewing.org only hosts documentation for makers.
+
+Our documentation for developers, contributors, editors, and translators alike is available on [freesewing.dev][1]
+
+[1]: https://freesewing.dev/
diff --git a/markdown/org/docs/various/notation/buttons/uk.md b/markdown/org/docs/various/notation/buttons/uk.md
new file mode 100644
index 00000000000..84782454cd0
--- /dev/null
+++ b/markdown/org/docs/various/notation/buttons/uk.md
@@ -0,0 +1,19 @@
+---
+title: Buttons, buttonholes, and snaps
+---
+
+Buttons and buttonholes may come in different sizes, but always have the same shape that represents how they look in real life:
+
+
+
+Snaps have a _stud_ and _socket_ part, and also look like the real thing:
+
+
diff --git a/markdown/org/docs/various/notation/dimensions/uk.md b/markdown/org/docs/various/notation/dimensions/uk.md
new file mode 100644
index 00000000000..7ef098088d4
--- /dev/null
+++ b/markdown/org/docs/various/notation/dimensions/uk.md
@@ -0,0 +1,22 @@
+---
+title: Dimensions
+---
+
+When you opt for a _paperless_ pattern, your pattern will come with dimensions:
+
+
+
+
+
+###### Pay close attention to dimensions on non-paperless patterns
+
+Some patterns use dimension to indicate the full size of a pattern piece.
+This typically happens when a part is a mere rectangle.
+
+So when a pattern includes a dimension, make sure to pay attention to it before you cut into your fabric.
+
+
diff --git a/markdown/org/docs/various/notation/grainline/uk.md b/markdown/org/docs/various/notation/grainline/uk.md
new file mode 100644
index 00000000000..d38832fdea8
--- /dev/null
+++ b/markdown/org/docs/various/notation/grainline/uk.md
@@ -0,0 +1,19 @@
+---
+title: Grainline and cut-on-fold indicator
+---
+
+Grainlines — a line that indicates the _fabric grain_ — look like this:
+
+
+
+Cut-on-fold indicators look similar, but point towards the line on which the fabric should be folded:
+
+
diff --git a/markdown/org/docs/various/notation/lines/uk.md b/markdown/org/docs/various/notation/lines/uk.md
new file mode 100644
index 00000000000..657bec5a9bf
--- /dev/null
+++ b/markdown/org/docs/various/notation/lines/uk.md
@@ -0,0 +1,18 @@
+---
+title: Other lines
+---
+
+Some patterns may have other lines on them, there are 4 additional styles:
+
+- Note
+- Mark
+- Contrast
+- Help
+
+They might be used by patterns designers to add additional info, depending on the context.
+
+
diff --git a/markdown/org/docs/various/notation/logo/uk.md b/markdown/org/docs/various/notation/logo/uk.md
new file mode 100644
index 00000000000..f2ff8af542a
--- /dev/null
+++ b/markdown/org/docs/various/notation/logo/uk.md
@@ -0,0 +1,11 @@
+---
+title: Logo
+---
+
+Some (or all) pattern pieces may also include the FreeSewing logo. The logo has no special meaning, it's just branding.
+
+
diff --git a/markdown/org/docs/various/notation/notches/uk.md b/markdown/org/docs/various/notation/notches/uk.md
new file mode 100644
index 00000000000..540be62ab39
--- /dev/null
+++ b/markdown/org/docs/various/notation/notches/uk.md
@@ -0,0 +1,25 @@
+---
+title: Notches
+---
+
+There are two types of notches. The default notch is a dot in a circle.
+
+An alternative style shows a cross in a circle. This style is used to indicate the back of a garment. For example, on a sleevecap you may see a dot and a cross notch. This way you know which side of the sleevecap is the back (the one with the cross notch).
+
+
+
+
+
+##### Why we chose these notches
+
+In electromagnetism, a ⊙ symbol is used to indicate a flow of current coming towards you (to the front),
+whereas ⊗ is used for a current moving away from you (to the back).
+
+You can also think of an arrow. When an arrow flies towards you, you see its tip (⊙).
+When an arrow flies away from you, you see its fletches (⊗).
+
+
diff --git a/markdown/org/docs/various/notation/sa/uk.md b/markdown/org/docs/various/notation/sa/uk.md
new file mode 100644
index 00000000000..4990fad29b6
--- /dev/null
+++ b/markdown/org/docs/various/notation/sa/uk.md
@@ -0,0 +1,11 @@
+---
+title: Seam allowance
+---
+
+Seam allowance is indicated by a dashed line, that has the same width and color as the seam they belong to:
+
+
+
+Note that the corners of the seam allowance are trimmed, and not extended:
+
+
diff --git a/markdown/org/docs/various/notation/scale/uk.md b/markdown/org/docs/various/notation/scale/uk.md
new file mode 100644
index 00000000000..f4e11ce5b13
--- /dev/null
+++ b/markdown/org/docs/various/notation/scale/uk.md
@@ -0,0 +1,17 @@
+---
+title: Scale box
+---
+
+The scale box allows you to verify that your pattern was printed to the correct scale:
+
+
+
+
+
+To verify the printed size, you can first only print the page that has the scale box on it.
+
+
diff --git a/markdown/org/docs/various/notation/seams/uk.md b/markdown/org/docs/various/notation/seams/uk.md
new file mode 100644
index 00000000000..097c4e075eb
--- /dev/null
+++ b/markdown/org/docs/various/notation/seams/uk.md
@@ -0,0 +1,11 @@
+---
+title: Seams
+---
+
+Seams (the lines on which you sew) are indicated by a solid line. The color of the line indicates the fabric type of the pattern piece:
+
+
diff --git a/markdown/org/docs/various/notation/strokes/uk.md b/markdown/org/docs/various/notation/strokes/uk.md
new file mode 100644
index 00000000000..738f21305f4
--- /dev/null
+++ b/markdown/org/docs/various/notation/strokes/uk.md
@@ -0,0 +1,21 @@
+---
+title: Line widths and strokes
+---
+
+Designers can, if they so choose, override the default line widths or set a specific stroke. They might do that to add additional info, like where to fold a pattern, or the outline of where a pocket would go.
+
+For reference, here are the different available line widths:
+
+
+
+And these are the different stroke styles:
+
+
diff --git a/markdown/org/docs/various/notation/title/uk.md b/markdown/org/docs/various/notation/title/uk.md
new file mode 100644
index 00000000000..e58cc8e5f1f
--- /dev/null
+++ b/markdown/org/docs/various/notation/title/uk.md
@@ -0,0 +1,17 @@
+---
+title: Titles
+---
+
+Each pattern piece has a title that tells you the number and name of the piece, as well as the pattern name:
+
+
+
+
+
+When you generate a pattern on freesewing.org, the title will also include the name of the person the pattern was made for.
+
+
diff --git a/markdown/org/docs/various/notation/uk.md b/markdown/org/docs/various/notation/uk.md
new file mode 100644
index 00000000000..9cefcb0d458
--- /dev/null
+++ b/markdown/org/docs/various/notation/uk.md
@@ -0,0 +1,18 @@
+---
+title: Pattern notation guide
+order: 800
+---
+
+Hopefully our patterns are easy enough to understand, but if you come across something that confuses you, below is a reference of all our pattern notation:
+
+
+
+
+
+##### Might vary slightly between preview and final result
+
+For reasons that are surprisingly complex, there might be slight
+differences in fonts and colors between how a pattern looks online
+and how it looks as a downloaded PDF or SVG.
+
+
diff --git a/markdown/org/docs/various/pledge/motivation/uk.md b/markdown/org/docs/various/pledge/motivation/uk.md
new file mode 100644
index 00000000000..03b543c17a6
--- /dev/null
+++ b/markdown/org/docs/various/pledge/motivation/uk.md
@@ -0,0 +1,61 @@
+---
+title: Motivation
+---
+
+
+
+This is a personal note by Joost De Cock -- the FreeSewing maintainer -- about
+his motivations for [the FreeSewing revenue pledge](/docs/various/pledge/)
+
+
+
+You probably assume that we ask for money to keep the servers running. But that's not exactly true.
+
+I don't know if you're familiar with the phrase **noblesse oblige** but it essentially means that privilege entails responsibility.
+
+I am privileged, and thus I have responsibilities. I am very fortunate to have been born in Western Europe, to have a good job, and a roof over my head.
+
+Could I use the money? Yes I could.\
+Do I need the money? No I don't.
+
+##### The value of your support
+
+The main risk to FreeSewing is the same as any open source project out there: maintainer burnout.
+
+While I no longer carry FreeSewing alone — and I can't overstate the value of the work of all contributors — that doesn't make me immune to feelings of **Why the hell am I doing this?**
+
+When you become a FreeSewing Patron, you give more than money. To me, the main value is the message you send to me and other people working on this. And that message is: **Hey, you're doing a worthwhile thing. Keep up the good work**.
+
+##### The value of your money
+
+It is not _just_ about the money. But that doesn't mean the money is not important. Much to the contrary.
+
+Raising money by doing something I love and then passing it on to charity allows me to sleep at night.
+
+I could volunteer at a soup kitchen, or teach underprivileged children how to code. But instead I’m working on FreeSewing.
+
+Which is why all the money raised through FreeSewing goes to charity. It makes this project not only fun to do, but also socially responsible. And I need that to convince myself that yes, it's OK to spend all my time doing this, because FreeSewing is a force for good.
+
+##### Charity is not sexy
+
+Here's the tricky part: People give less once they know the money goes to charity. I wish it wasn't the case, but it is.
+
+So we're presenting [our subscription options](/community/join) like you would see on a for-profit site. It seems more intuitive this way, and also just works better.
+
+Yes, everything is free, and the money doesn't actually go to paying the server bills (because I choose to pay them out of my pocket for reasons outlined above). But that doesn't mean that these contributions are not crucial to the well-being of the project, or at the very least its maintainer (that would be me).
+
+##### Why MSF is my charity of choice
+
+There's a lot of misery in the world. As I watch the news, I often feel my faith in humanity slipping. Some of the most vulnerable people on this planet seem largely abandoned by rich countries and supra-national organisations.
+
+Yet somehow, wherever crisis strikes, there is a familiar banner flying that provides hope, and help. It's not the flag of the United Nations, nor is it the star spangled banner, or the blue and gold of the European Union.
+
+The one thing that always reminds me that humanity has not completely forsaken these people is to see the banner of Médecins Sans Frontières/Doctors Without Borders fly. Sometimes precariously, among the rubble of their bombed hospitals, but always there.
+
+I can't think of a single symbol that reminds us that not everything is lost, and there's still good people out there.
+
+It is also one of the few organisations that has the global reach to go and help there where it's needed most. We're used to them working in poverty-stricken regions, but when the COVID-19 pandemic ripped our healthcare systems to shreds, _MSF_ stepped up to the plate, deploying their teams in Western Europe, in the US, and anywhere where the need was most acute.
+
+I hope that this explains the choice of Médecins Sans Frontières/Doctors Without Borders as FreeSewing's charity of choice. And I hope you will join us in making the world a little bit better.
+
+So I am happy to make [this pledge](/docs/various/pledge/).
diff --git a/markdown/org/docs/various/pledge/uk.md b/markdown/org/docs/various/pledge/uk.md
new file mode 100644
index 00000000000..c772291b24a
--- /dev/null
+++ b/markdown/org/docs/various/pledge/uk.md
@@ -0,0 +1,71 @@
+---
+title: FreeSewing revenue pledge
+---
+
+The **FreeSewing revenue pledge** states that:
+
+> ## All FreeSewing revenue will be donated to [Doctors Without Borders (MSF)](http://www.msf.org/)
+
+The pledge is made and enforced by the FreeSewing maintainer (joost). You can read about [his motivations for doing so on this page](/docs/various/pledge/motivation/).
+
+## Revenue history
+
+
+
+
+
Year
+
Revenue
+
Currency
+
+
+
+
+
2015
+
`256,65`
+
Euro
+
+
+
2016
+
`473,50`
+
Euro
+
+
+
2017
+
`673,14`
+
Euro
+
+
+
2018
+
`3.162,14`
+
Euro
+
+
+
2019
+
`4.109,38`
+
Euro
+
+
+
2020
+
`10.736,82`
+
Euro
+
+
+
2021
+
`10.070,77`
+
Euro
+
+
+
**Total**
+
`29.489,40`
+
**Euro donated to MSF**
+
+
+
+
+
+
+If you'd like to support FreeSewing, you can [do so by becoming a patron](/patrons/join/)
+
+
+
+
diff --git a/markdown/org/docs/various/privacy/account/uk.md b/markdown/org/docs/various/privacy/account/uk.md
new file mode 100644
index 00000000000..4cef57d79a8
--- /dev/null
+++ b/markdown/org/docs/various/privacy/account/uk.md
@@ -0,0 +1,28 @@
+---
+title: How we use your account data
+order: 30
+---
+
+##### What personal data do we store?
+
+- Your E-mail address
+- Your username and password
+- Optional: A profile picture, bio, and your social media accounts
+
+##### Why do we need it?
+
+- To authenticate you
+- To be able to contact you when required
+- Optional: We don't need a picture or your social media accounts, but they help to build an on-line community
+
+##### How long do we keep it?
+
+- We keep profile data up to 12 months after your last login, or until you remove it.
+
+##### Do we share it?
+
+- No, never.
+
+
+This data is stored for anybody with an account on our website.
+
diff --git a/markdown/org/docs/various/privacy/other/uk.md b/markdown/org/docs/various/privacy/other/uk.md
new file mode 100644
index 00000000000..d574482e506
--- /dev/null
+++ b/markdown/org/docs/various/privacy/other/uk.md
@@ -0,0 +1,27 @@
+---
+title: Other privacy-related topics
+---
+
+##### Full disclosure
+
+If we learn of a security systems breach, we will inform both you and the authorities.
+
+If you believe your personal data has been compromised, please contact joost@joost.at.
+
+##### Service Providers
+
+Our hosting provider manages our backend systems for us. This includes hosting, storage, and backup.
+
+While this means they process your data (in the strict sense of the word), they do not require access to information about you. Furthermore, as we encrypt profile data at rest, it is non-trivial for them to access it even if they wanted to.
+
+##### Law enforcement
+
+While we have no intention of sharing any of your personal data, we are not above the law.
+
+If we are required to do so by law, or if we feel that doing so would be the lesser evil, we will disclose personal data.
+
+So far, we have not received any request from law enforcement to disclose information about one of our users. We have also not disclosed any personal information for any other reason.
+
+##### Use by minors under the age of 16
+
+For legal reasons, you need to be at least 16 years old to use freesewing.
diff --git a/markdown/org/docs/various/privacy/people/uk.md b/markdown/org/docs/various/privacy/people/uk.md
new file mode 100644
index 00000000000..f5552898844
--- /dev/null
+++ b/markdown/org/docs/various/privacy/people/uk.md
@@ -0,0 +1,29 @@
+---
+title: How we use your people data
+order: 40
+---
+
+##### What personal data do we store?
+
+- Body measurements
+- Whether the model has breasts or not
+- Optional: An avatar for the model
+
+##### Why do we need it?
+
+- We need the body measurements to draft made-to-measure sewing patterns
+- We use the information about whether a model has breasts to only show relevant measurements when configuring the model
+- The model avatar only serves to help you differentiate between your different models
+
+##### How long do we keep it?
+
+- We keep model data up to 12 months after your last login, or until you remove it.
+
+##### Do we share it?
+
+- We never share personal model data
+- We publish an open data set of measurements, containing fully anonymized data.
+
+
+This data is stored for anybody with an account on our website which contains one or more people.
+
diff --git a/markdown/org/docs/various/privacy/subscriber/uk.md b/markdown/org/docs/various/privacy/subscriber/uk.md
new file mode 100644
index 00000000000..64d9722640b
--- /dev/null
+++ b/markdown/org/docs/various/privacy/subscriber/uk.md
@@ -0,0 +1,28 @@
+---
+title: How we use your subscriber data
+order: 20
+---
+
+##### What personal data do we store?
+
+- Your E-mail address
+
+##### Why do we need it?
+
+- To send you our newsletter
+
+##### How long do we keep it?
+
+- As long as you remain subscribed
+
+##### Do we share it?
+
+- No, never
+
+
+
+This data is stored for anybody who subscribes to our newsletter.
+
+For people with an account on the website who enable the newsletter subscription in their account settings, we store no additional personal data as we already have their email on file in their [account data][1].
+
+
diff --git a/markdown/org/docs/various/privacy/uk.md b/markdown/org/docs/various/privacy/uk.md
new file mode 100644
index 00000000000..f0aa41885ea
--- /dev/null
+++ b/markdown/org/docs/various/privacy/uk.md
@@ -0,0 +1,58 @@
+---
+title: Privacy notice
+---
+
+**Last update**: 8 January 2021
+
+This privacy notice describes the personal data we store. It outlines why we need the data, how long we keep it, and whether we share it with any third-parties.
+
+We are confident it will demonstrate our commitment to privacy.
+
+For clarity, we've broken this up in four different types of roles:
+
+- For **visitors of our website**, we store **[visitor data][v]**
+- For **subscribers to our newsletter**, we store **[subscriber data][s]**
+- For **users with an account** on our website, we store **[account data][a]**
+- For **users with an account that contains people**, we store **[people data][p]**
+
+Here are the relevant sections:
+
+
+
+
+
+##### These roles are typically cumulative
+
+If you are a newsletter subscriber, you are also a visitor.
+And if you are a user with one or more models, you are also a user, and also a visitor.
+
+
+
+##### Data Controller and Contact information
+
+For questions about this privacy notice, you can contact Joost De Cock at joost@joost.at.
+
+##### Changes and Updates to this Policy
+
+This policy may be updated occasionally. We will indicate this in the **Last update** data at the top of this document.
+
+A more comprehensive overview of this document's history is [available on GitHub][1]
+
+##### See also
+
+- [Your rights][2]
+- [Your consent][3]
+
+[1]: https://github.com/freesewing/markdown/commits/develop/org/docs/various/privacy
+
+[2]: /docs/various/right/
+
+[3]: /account/actions/consent/
+
+[v]: /docs/various/privacy/visitor/
+
+[s]: /docs/various/privacy/subscriber/
+
+[a]: /docs/various/privacy/account/
+
+[p]: /docs/various/privacy/people/
diff --git a/markdown/org/docs/various/privacy/visitor/uk.md b/markdown/org/docs/various/privacy/visitor/uk.md
new file mode 100644
index 00000000000..4ce3e88f3d3
--- /dev/null
+++ b/markdown/org/docs/various/privacy/visitor/uk.md
@@ -0,0 +1,24 @@
+---
+title: How we use your visitor data
+order: 10
+---
+
+##### What personal data do we store?
+
+- Your IP address
+
+##### Why do we need it?
+
+- Your IP address is logged on our backend systems. We use these logs and the information in them only to diagnose problems.
+
+##### How long do we keep it?
+
+- We keep these logs no longer than 6 months.
+
+##### Do we share it?
+
+- No, never.
+
+
+This data is stored for anybody who visits our website or connects to our backend APIs.
+
diff --git a/markdown/org/docs/various/rights/access/uk.md b/markdown/org/docs/various/rights/access/uk.md
new file mode 100644
index 00000000000..602ac328b65
--- /dev/null
+++ b/markdown/org/docs/various/rights/access/uk.md
@@ -0,0 +1,8 @@
+---
+title: The right of access
+order: 20
+---
+
+You have the right to access your personal data.
+
+Go to [/account](/account/) to do so.
diff --git a/markdown/org/docs/various/rights/erasure/uk.md b/markdown/org/docs/various/rights/erasure/uk.md
new file mode 100644
index 00000000000..ed87c601cde
--- /dev/null
+++ b/markdown/org/docs/various/rights/erasure/uk.md
@@ -0,0 +1,8 @@
+---
+title: The right to erasure
+order: 40
+---
+
+You have the right to have your personal data erased.
+
+Go to [/account/remove](/account/remove/) to remove all your data.
diff --git a/markdown/org/docs/various/rights/informed/uk.md b/markdown/org/docs/various/rights/informed/uk.md
new file mode 100644
index 00000000000..621f77b04a8
--- /dev/null
+++ b/markdown/org/docs/various/rights/informed/uk.md
@@ -0,0 +1,8 @@
+---
+title: The right to be informed
+order: 10
+---
+
+You have the right to be informed about the collection and use of your personal data.
+
+Read [our privacy notice](/docs/various/privacy/) to inform yourself.
diff --git a/markdown/org/docs/various/rights/object/uk.md b/markdown/org/docs/various/rights/object/uk.md
new file mode 100644
index 00000000000..3fc949dd2a0
--- /dev/null
+++ b/markdown/org/docs/various/rights/object/uk.md
@@ -0,0 +1,14 @@
+---
+title: The right to object
+order: 70
+---
+
+You have the right to object to your personal data being used for scientific research.
+
+Go to [/account/consent](/account/consent/) and object in the **model data** section to do so.
+
+
+
+The right to object is broader, but this is how it applies to freesewing.
+
+
diff --git a/markdown/org/docs/various/rights/portability/uk.md b/markdown/org/docs/various/rights/portability/uk.md
new file mode 100644
index 00000000000..36b3405a611
--- /dev/null
+++ b/markdown/org/docs/various/rights/portability/uk.md
@@ -0,0 +1,10 @@
+---
+title: The right to data portability
+order: 60
+---
+
+You have the right to obtain and reuse your personal data for your own purposes or across different services.
+
+Go to [/account/actions/export][1] to export your data.
+
+[1]: /account/actions/export/
diff --git a/markdown/org/docs/various/rights/profiling/uk.md b/markdown/org/docs/various/rights/profiling/uk.md
new file mode 100644
index 00000000000..fe4924dcc1d
--- /dev/null
+++ b/markdown/org/docs/various/rights/profiling/uk.md
@@ -0,0 +1,6 @@
+---
+title: Rights in relation to automated decision making and profiling
+order: 80
+---
+
+This right does not apply to FreeSewing as we do not use automated decision making or profiling.
diff --git a/markdown/org/docs/various/rights/rectification/uk.md b/markdown/org/docs/various/rights/rectification/uk.md
new file mode 100644
index 00000000000..b4ee3ada77b
--- /dev/null
+++ b/markdown/org/docs/various/rights/rectification/uk.md
@@ -0,0 +1,8 @@
+---
+title: The right to rectification
+order: 30
+---
+
+You have the right to rectify your personal data, or complete it if it is incomplete.
+
+Go to [/account](/account/) to do so.
diff --git a/markdown/org/docs/various/rights/restrict/uk.md b/markdown/org/docs/various/rights/restrict/uk.md
new file mode 100644
index 00000000000..9e0575c61f1
--- /dev/null
+++ b/markdown/org/docs/various/rights/restrict/uk.md
@@ -0,0 +1,15 @@
+---
+title: The right to restrict processing
+order: 50
+---
+
+You have the right to request a restriction on the processing of your personal data.
+
+Go to [/account/actions/restrict][1] to request we restrict processing of your personal data.
+
+
+
+Your request will be granted immediately, and can only be undone by [contacting us][2] to lift the restriction.
+
+
+[1]: /account/actions/restrict/
diff --git a/markdown/org/docs/various/rights/uk.md b/markdown/org/docs/various/rights/uk.md
new file mode 100644
index 00000000000..dcc9d1059d6
--- /dev/null
+++ b/markdown/org/docs/various/rights/uk.md
@@ -0,0 +1,9 @@
+---
+title: Your rights
+---
+
+Freesewing applies the General Data Protection Regulation (GDPR) of the European Union (EU).
+
+EU citizen or not, for us these are your rights:
+
+
diff --git a/markdown/org/docs/various/sizes/uk.md b/markdown/org/docs/various/sizes/uk.md
new file mode 100644
index 00000000000..268a6f143a6
--- /dev/null
+++ b/markdown/org/docs/various/sizes/uk.md
@@ -0,0 +1,18 @@
+---
+title: Sizing tables
+---
+
+FreeSewing does not use sizes. All our patterns are drafted to a set of measurements.
+
+Since version 2.2 however, we do provide _standard sizes_. Each size is a set of measurements that is an estimation of what a person with a given neck circumference could have as measurements.
+
+This is not an exact science. We provide these sizes as a fast and easy way to get started with our patterns. But we do hope that you will take the time to take your own measurements, or have them taken. This will always yield better results.
+
+
+
+##### Open in a wide view
+
+These tables take up a lot or screen real-estate, which is why we
+[show sizes in a wide view](/sizes/).
+
+
diff --git a/markdown/org/docs/various/uk.md b/markdown/org/docs/various/uk.md
new file mode 100644
index 00000000000..0a17c84d662
--- /dev/null
+++ b/markdown/org/docs/various/uk.md
@@ -0,0 +1,6 @@
+---
+title: Various
+order: 999
+---
+
+
diff --git a/markdown/org/ui/community/hashtags/uk.md b/markdown/org/ui/community/hashtags/uk.md
new file mode 100644
index 00000000000..335e28a2c8f
--- /dev/null
+++ b/markdown/org/ui/community/hashtags/uk.md
@@ -0,0 +1,23 @@
+---
+title: Use of hashtags
+---
+
+On social media, use the pattern-specific tags when posting about our pattern.
+
+For example, for Simon use `#FreeSewingSimon`:
+
+
+
+For questions or help, use `#AskFreeSewing`:
+
+
+
+To show your support, or interact with the FreeSewing community in general, use `#WeAreFreeSewing`:
+
+
+
+
+
+For extra impact, consider [including these images](/community/share/)
+
+
diff --git a/markdown/org/ui/community/teams/uk.md b/markdown/org/ui/community/teams/uk.md
new file mode 100644
index 00000000000..7d482fa98f7
--- /dev/null
+++ b/markdown/org/ui/community/teams/uk.md
@@ -0,0 +1,7 @@
+---
+title: Teams
+---
+
+A team is no more than a group of people who are interested in the same topic, and who want to work together to move it forward.
+
+Teams emerge organically. When enough people get involved in a specific topic, it makes sense to branch it off into its own team.
diff --git a/markdown/org/ui/community/where/discord/uk.md b/markdown/org/ui/community/where/discord/uk.md
new file mode 100644
index 00000000000..df727fc8946
--- /dev/null
+++ b/markdown/org/ui/community/where/discord/uk.md
@@ -0,0 +1,8 @@
+- - -
+- - -
+
+We use [Discord](https://discord.freesewing.org/) as our main platform for discussion and cooperation.
+
+You can join us at [discord.freesewing.org](https://discord.freesewing.org).
+
+They also have an excellent mobile apps as well as clients for Windows, Mac, and Linux. Head over to [the Discord download page](https://discord.com/download) for those.
diff --git a/markdown/org/ui/community/where/facebook/uk.md b/markdown/org/ui/community/where/facebook/uk.md
new file mode 100644
index 00000000000..8f9a079310e
--- /dev/null
+++ b/markdown/org/ui/community/where/facebook/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+We have [a FreeSewing Facebook group](https://www.facebook.com/groups/627769821272714) that you should join.
+
+Note that the group is private, so you should request access, but that's merely to keep the bots and trolls at bay.
diff --git a/markdown/org/ui/community/where/github/uk.md b/markdown/org/ui/community/where/github/uk.md
new file mode 100644
index 00000000000..9ab429c9cf7
--- /dev/null
+++ b/markdown/org/ui/community/where/github/uk.md
@@ -0,0 +1,8 @@
+- - -
+- - -
+
+[The `freesewing` organisation on Github](https://github.com/freesewing/) holds all our repositories and source code.
+
+We don't only use Github for development, but also use Github issues for (lightweight) project management and discussion of feature request and bugs.
+
+It's also where you'll find the notes and agenda of our [contributor calls](/community/calls/).
diff --git a/markdown/org/ui/community/where/instagram/uk.md b/markdown/org/ui/community/where/instagram/uk.md
new file mode 100644
index 00000000000..8ce600d7241
--- /dev/null
+++ b/markdown/org/ui/community/where/instagram/uk.md
@@ -0,0 +1,7 @@
+- - -
+- - -
+
+Our Instagram account is [@freesewing\_org](https://instagram.com/freesewing_org).\
+Follow us for updates on new pattern releases, makes from the community, and other news.
+
+When posting your makes in Instagram, please mention us so we can re-post, and use [our hashtags](/community/hashtags/).
diff --git a/markdown/org/ui/community/where/reddit/uk.md b/markdown/org/ui/community/where/reddit/uk.md
new file mode 100644
index 00000000000..56ea697f494
--- /dev/null
+++ b/markdown/org/ui/community/where/reddit/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+You can turn to [r/freesewing](https://www.reddit.com/r/freesewing/) on Reddit were you'll find people from the community hanging out.
+
+It's not as active as our Discord community, but if Reddit is your thing, you might prefer it.
diff --git a/markdown/org/ui/community/where/twitter/uk.md b/markdown/org/ui/community/where/twitter/uk.md
new file mode 100644
index 00000000000..b3bae2b10a3
--- /dev/null
+++ b/markdown/org/ui/community/where/twitter/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+Our Twitter account is [@freesewing\_org](https://twitter.com/freesewing_org). Follow us for updates on new pattern releases, makes from the community, and other news.
+
+When posting your makes in Twitter, please mention us so we can re-tweet, and use [our hashtags](/community/hashtags/).
diff --git a/markdown/org/ui/community/where/uk.md b/markdown/org/ui/community/where/uk.md
new file mode 100644
index 00000000000..7d351243a7f
--- /dev/null
+++ b/markdown/org/ui/community/where/uk.md
@@ -0,0 +1,4 @@
+- - -
+- - -
+
+Wherever makers meet, that's where you'll find us:
diff --git a/markdown/org/ui/community/where/youtube/uk.md b/markdown/org/ui/community/where/youtube/uk.md
new file mode 100644
index 00000000000..0c76582783b
--- /dev/null
+++ b/markdown/org/ui/community/where/youtube/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+Make sure to subscribe to [the FreeSewing YouTube channel](https://youtube.com/channel/UCLAyxEL72gHvuKBpa-GmCvQ) for our in-depth tutorials that walk you through our patterns.
+
+We also publish other tutorials there on how to work with the platform and develop patterns for it.
diff --git a/markdown/org/ui/community/who/uk.md b/markdown/org/ui/community/who/uk.md
new file mode 100644
index 00000000000..822cc2c4279
--- /dev/null
+++ b/markdown/org/ui/community/who/uk.md
@@ -0,0 +1,16 @@
+- - -
+- - -
+
+
+
+##### There's more to the picture than meets the eye
+
+This list of FreeSewing contributors is not exhaustive.
+It only lists contributors who opted-in to having their name disclosed on our website.
+
+###### Are you missing?
+
+Please [let us know on Discord]("https://discord.freesewing.org/") or
+[create an issue]("https://github.com/freesewing/freesewing/issues/new").
+
+
diff --git a/markdown/org/ui/draft/how-to-share-a-pattern/uk.md b/markdown/org/ui/draft/how-to-share-a-pattern/uk.md
new file mode 100644
index 00000000000..fc6e33724f8
--- /dev/null
+++ b/markdown/org/ui/draft/how-to-share-a-pattern/uk.md
@@ -0,0 +1,5 @@
+---
+title: Share this pattern with others
+---
+
+With the link above, anyone can re-create this exact same pattern adjusted to their own measurements.
diff --git a/markdown/org/ui/draft/recreate-gist/uk.md b/markdown/org/ui/draft/recreate-gist/uk.md
new file mode 100644
index 00000000000..1f9319bb5a8
--- /dev/null
+++ b/markdown/org/ui/draft/recreate-gist/uk.md
@@ -0,0 +1,7 @@
+---
+title: How to recreate a pattern from a Github gist
+---
+
+This page allows you to recreate a pattern from a [Github gist](https://gist.github.com/).
+
+To do so, simply past either the full URL to the gist, or the gist's ID (the last part of the URL).
diff --git a/markdown/org/ui/draft/sharing-patterns-requires-an-account/uk.md b/markdown/org/ui/draft/sharing-patterns-requires-an-account/uk.md
new file mode 100644
index 00000000000..d681615c3b0
--- /dev/null
+++ b/markdown/org/ui/draft/sharing-patterns-requires-an-account/uk.md
@@ -0,0 +1,9 @@
+---
+title: Sharing your patterns requires a FreeSewing account
+---
+
+You can **export** your pattern to PDF, SVG, or other formats.
+
+To **share** your pattern with others and be able to retrieve it later, you need a FreeSewing account.
+
+A FreeSewing account is free of charge, and [you can sign up here](/signup/).
diff --git a/markdown/org/ui/empty/uk.md b/markdown/org/ui/empty/uk.md
new file mode 100644
index 00000000000..7835da14674
--- /dev/null
+++ b/markdown/org/ui/empty/uk.md
@@ -0,0 +1,2 @@
+- - -
+- - -
diff --git a/markdown/org/ui/errors/auth/admin-required/uk.md b/markdown/org/ui/errors/auth/admin-required/uk.md
new file mode 100644
index 00000000000..e3877a226b1
--- /dev/null
+++ b/markdown/org/ui/errors/auth/admin-required/uk.md
@@ -0,0 +1,5 @@
+---
+title: You need to be an admin to access this page
+---
+
+The page you tried to access is only available to FreeSewing users with an **admin** role.
diff --git a/markdown/org/ui/errors/auth/user-required/uk.md b/markdown/org/ui/errors/auth/user-required/uk.md
new file mode 100644
index 00000000000..ebd3a9f3289
--- /dev/null
+++ b/markdown/org/ui/errors/auth/user-required/uk.md
@@ -0,0 +1,7 @@
+---
+title: A FreeSewing user account is required to access this page
+---
+
+The page you tried to access is only available to FreeSewing users.
+
+You should either [log in](/login/) or [sign up](/signup/) before you can access this page.
diff --git a/markdown/org/ui/errors/broken-draft-preview/uk.md b/markdown/org/ui/errors/broken-draft-preview/uk.md
new file mode 100644
index 00000000000..7d3c7b1e6f7
--- /dev/null
+++ b/markdown/org/ui/errors/broken-draft-preview/uk.md
@@ -0,0 +1,7 @@
+---
+title: This is a legacy pattern
+---
+
+This pattern was made with an older version of FreeSewing and is not compatible with the current version.
+
+Click the button below to try and re-create this pattern in the current version. If it falls apart again, we'll pick up the pieces and offer to submit a bug report.
diff --git a/markdown/org/ui/errors/broken-draft/uk.md b/markdown/org/ui/errors/broken-draft/uk.md
new file mode 100644
index 00000000000..4a7c56b4e0a
--- /dev/null
+++ b/markdown/org/ui/errors/broken-draft/uk.md
@@ -0,0 +1,18 @@
+---
+title: Something went wrong
+---
+
+##### Help us make FreeSewing better by reporting this crash
+
+We'd like to gather diagnostics and [create an issue on Github](https://github.com/freesewing/freesewing/issues/new) to investigate what exactly went wrong.
+
+The diagnostics data we collect includes:
+
+- Your userid
+- Your Github username (only if you configured it in your profile)
+- The pattern name and version
+- The full set of measurements and options used to create this pattern
+
+If you consent to publish this data in the crash report, click the button below.
+
+If not, you can always [report this manually](https://github.com/freesewing/freesewing/issues/new).
diff --git a/markdown/org/ui/homepage/designers/uk.md b/markdown/org/ui/homepage/designers/uk.md
new file mode 100644
index 00000000000..17df9444e65
--- /dev/null
+++ b/markdown/org/ui/homepage/designers/uk.md
@@ -0,0 +1,23 @@
+- - -
+- - -
+
+#### What is parametric design?
+
+Parametric design refers to the use of parameters or variables to manipulate the outcome of a given design within its rules.
+
+In sewing patterns, the _parameters_ are what is provided by the user: Their measurements and options that they have selected.\
+The _rules_ of the design are what you, the designer, make them.
+
+#### What does that mean for designers?
+
+When drafting or designing patterns or garments, it is common practice to start with a _fit model_ (or _dress form_). The measurements of the fit model are used as input in the initial design.
+
+Adapting the pattern for a different model is a tedious task, which is why patterns are graded up and down to cover different sizes.
+
+But in a parametric sewing pattern, adapting to different sizes or models _just works_.
+
+#### What can FreeSewing do for me?
+
+FreeSewing provides everything you need to create your own parametric sewing patterns with very little effort.
+
+You are free to sell patterns you create, or contribute them to our growing collection.
diff --git a/markdown/org/ui/homepage/developers/uk.md b/markdown/org/ui/homepage/developers/uk.md
new file mode 100644
index 00000000000..6051644e93c
--- /dev/null
+++ b/markdown/org/ui/homepage/developers/uk.md
@@ -0,0 +1,27 @@
+- - -
+- - -
+
+#### Curious how this works?
+
+FreeSewing is written in [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript). Our [core library](https://www.npmjs.com/package/@freesewing/core) and [patterns](/patterns) are available both for [NodeJS](https://nodejs.org/) and the browser.
+
+Our websites are built with [Gatsby](https://www.gatsbyjs.com/)/[React](https://reactjs.org/) and kindly hosted by [Netlify](https://www.netlify.com/).
+
+Everything runs in the browser except user data and conversion to PDF. For that, we have built a backend with [Express](https://expressjs.com/) exposing a REST API.
+
+Our code and markdown content is hosted by [Github](https://github.com/freesewing/). We use [Crowdin](https://crowdin.com/) for translations, search is handled by [Algolia](https://www.algolia.com/) and [Bugsnag](https://www.bugsnag.com/) does error handling for us.
+
+We are appreciative of these and other projects/companies that allow us to stand on their shoulders.
+
+#### Learn more
+
+Our [developer documentation](https://freesewing.dev) is available on [freesewing.dev](https://freesewing.dev). You'll find tutorials, how-to guides, as well as our API reference documentation.
+
+#### Want to help out?
+
+Awesome ❤️\
+The fastest thing to do is [join us on Discord](https://discord.freesewing.org/) where all the other contributors hang out.
+
+If you're not sure how you could contribute, check out [ways to contribute](https://freesewing.dev/howtos/ways-to-contribute), you'll see there's certainly something you can do to help.
+
+We also have specific documentation for [translators](https://freesewing.dev/guides/translation) and [editors](https://freesewing.dev/howtos/editors).
diff --git a/markdown/org/ui/homepage/extra/uk.md b/markdown/org/ui/homepage/extra/uk.md
new file mode 100644
index 00000000000..21fb22d06a1
--- /dev/null
+++ b/markdown/org/ui/homepage/extra/uk.md
@@ -0,0 +1,10 @@
+- - -
+- - -
+
+##### [New here?][1]
+
+[Check our getting started guide][1]
+
+[1]: /docs/guide/
+
+[1]: /docs/guide/
diff --git a/markdown/org/ui/homepage/makers/uk.md b/markdown/org/ui/homepage/makers/uk.md
new file mode 100644
index 00000000000..7cf5fa646a3
--- /dev/null
+++ b/markdown/org/ui/homepage/makers/uk.md
@@ -0,0 +1,20 @@
+- - -
+- - -
+
+#### Sewing patterns made to your measurements
+
+All our patterns are _made-to-measure_. Not just graded up or down, but actually drafted to your exact specifications, just as you would on paper.
+
+#### Packed with options plus live preview
+
+FreeSewing patterns come with options that allow you to customize different aspects of the pattern. Our live preview means no surprises: what you see is what you get.
+
+#### Patterns you can share and adapt
+
+FreeSewing patterns often have so many options that one pattern can yield a variety of styles. You can share your patterns with others so they can get the same style, drafted to their measurements.
+
+#### A community of helpful people
+
+Questions about a pattern? Stuck on one of the steps when making your garment? No worries, help is available.
+
+[Join us on Discord](https://discord.freesewing.org/) and discover what makes the FreeSewing community so great.
diff --git a/markdown/org/ui/homepage/row-1/uk.md b/markdown/org/ui/homepage/row-1/uk.md
new file mode 100644
index 00000000000..7cf5fa646a3
--- /dev/null
+++ b/markdown/org/ui/homepage/row-1/uk.md
@@ -0,0 +1,20 @@
+- - -
+- - -
+
+#### Sewing patterns made to your measurements
+
+All our patterns are _made-to-measure_. Not just graded up or down, but actually drafted to your exact specifications, just as you would on paper.
+
+#### Packed with options plus live preview
+
+FreeSewing patterns come with options that allow you to customize different aspects of the pattern. Our live preview means no surprises: what you see is what you get.
+
+#### Patterns you can share and adapt
+
+FreeSewing patterns often have so many options that one pattern can yield a variety of styles. You can share your patterns with others so they can get the same style, drafted to their measurements.
+
+#### A community of helpful people
+
+Questions about a pattern? Stuck on one of the steps when making your garment? No worries, help is available.
+
+[Join us on Discord](https://discord.freesewing.org/) and discover what makes the FreeSewing community so great.
diff --git a/markdown/org/ui/homepage/updates/uk.md b/markdown/org/ui/homepage/updates/uk.md
new file mode 100644
index 00000000000..c1704775194
--- /dev/null
+++ b/markdown/org/ui/homepage/updates/uk.md
@@ -0,0 +1,22 @@
+- - -
+- - -
+
+## Latest updates
+
+##### COVID-19: Facemask pattern
+
+If you're looking for our facemask pattern, follow this link:
+
+- [Face mask pattern and instructions](/blog/facemask-frenzy)
+
+##### Contributor calls
+
+Recently, we started organizing contributor calls. Anybody with an interest in FreeSewing is welcome to join.
+
+All calls can be joined via [Discord](https://discord.freesewing.org/). Check [the calls schedule](/community/calls/) for details on the upcoming calls.
+
+##### We've moved to Discord
+
+We've moved our chat rooms from to Discord. Our legacy chat on Gitter is deprecated.
+
+You can join us at https://discord.freesewing.org, or use this in-app Discord invite: https://discord.gg/YDV4GvU
diff --git a/markdown/org/ui/newsletter/account/uk.md b/markdown/org/ui/newsletter/account/uk.md
new file mode 100644
index 00000000000..f935bfccff4
--- /dev/null
+++ b/markdown/org/ui/newsletter/account/uk.md
@@ -0,0 +1,9 @@
+---
+title: Manage your subscription in your account
+---
+
+As a registered user, you can [manage your newsletter settings in your account][1].
+
+If you'd like to sign up a different email address as the one linked to your account, you can do so below.
+
+[1]: /account/settings/newsletter/
diff --git a/markdown/org/ui/newsletter/uk.md b/markdown/org/ui/newsletter/uk.md
new file mode 100644
index 00000000000..288e1653dde
--- /dev/null
+++ b/markdown/org/ui/newsletter/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+##### Subscribe to our newsletter
+
+Subscribe below and **once every 3 months** you'll receive an email from us with honest wholesome content. No tracking, no ads, no nonsense.
diff --git a/markdown/org/ui/other/give-feedback/uk.md b/markdown/org/ui/other/give-feedback/uk.md
new file mode 100644
index 00000000000..b6cb20360b0
--- /dev/null
+++ b/markdown/org/ui/other/give-feedback/uk.md
@@ -0,0 +1,13 @@
+---
+title: Give feedback
+---
+
+
+
+##### Give us your feedback
+
+We'd love to hear your thoughts on what you love (or hate) about FreeSewing.
+
+Please [join our chat room](https://discord.freesewing.org/) and share your thoughts.
+
+
diff --git a/markdown/org/ui/other/issue-created/uk.md b/markdown/org/ui/other/issue-created/uk.md
new file mode 100644
index 00000000000..cea29ebd99e
--- /dev/null
+++ b/markdown/org/ui/other/issue-created/uk.md
@@ -0,0 +1,8 @@
+---
+title: We created a Github issue for this
+---
+
+You can subscribe to this issue, or comment on it if you'd like to share more information.\
+Doing so requires a Github account, but they are free.
+
+**Tip:** An active issue — one that has subscribers or comments — gets more attention.
diff --git a/markdown/org/ui/share/uk.md b/markdown/org/ui/share/uk.md
new file mode 100644
index 00000000000..fdac58bf20b
--- /dev/null
+++ b/markdown/org/ui/share/uk.md
@@ -0,0 +1,20 @@
+---
+title: Sharing links
+---
+
+Let the world know about FreeSewing. You can link to any specific page, or to the homepage: https://freesewing.org/
+
+You can use the images below, and make sure to [use the relevant hashtags](/community/hashtags/).
+
+
+
+For Instagram, you can use this square image:
+
+
+
+The images above are also available in other langauges:
+
+- German: [wide](/share/de.wide.jpg) or [square](/share/de.square.jpg)
+- Spanish: [wide](/share/es.wide.jpg) or [square](/share/es.square.jpg)
+- French: [wide](/share/fr.wide.jpg) or [square](/share/fr.square.jpg)
+- Dutch: [wide](/share/nl.wide.jpg) or [square](/share/nl.square.jpg)
diff --git a/markdown/org/ui/sizes/uk.md b/markdown/org/ui/sizes/uk.md
new file mode 100644
index 00000000000..d62204adc31
--- /dev/null
+++ b/markdown/org/ui/sizes/uk.md
@@ -0,0 +1,5 @@
+---
+title: Create an account to generate made-to-measure sewing patterns
+---
+
+To get the most out of our platform, you should [sign up](/signup/) so you can generate made-to-measure sewing patterns.
diff --git a/markdown/org/ui/splash/designer/uk.md b/markdown/org/ui/splash/designer/uk.md
new file mode 100644
index 00000000000..cc7ccdb7255
--- /dev/null
+++ b/markdown/org/ui/splash/designer/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+### For designers
+
+Find out how parametric design is different, and what that means for you as a designer
diff --git a/markdown/org/ui/splash/developer/uk.md b/markdown/org/ui/splash/developer/uk.md
new file mode 100644
index 00000000000..7087207e08f
--- /dev/null
+++ b/markdown/org/ui/splash/developer/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+### For developers
+
+FreeSewing is written in JavaScript. We have guides and docs for beginners and experts alike
diff --git a/markdown/org/ui/splash/maker/uk.md b/markdown/org/ui/splash/maker/uk.md
new file mode 100644
index 00000000000..9568a49157d
--- /dev/null
+++ b/markdown/org/ui/splash/maker/uk.md
@@ -0,0 +1,6 @@
+- - -
+- - -
+
+### For makers
+
+All our sewing patterns are made-to-measure & free to use, courtesy of our community
diff --git a/package.json b/package.json
index 091d3bc358f..a722830b65d 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"chalk": "^4.1.0",
- "codecov": "^3.7.2",
+ "codecov": "^3.8.3",
"cross-env": "^7.0.2",
"esbuild": "^0.14.43",
"esbuild-plugin-yaml": "^0.0.1",
diff --git a/packages/core/.nycrc.yaml b/packages/core/.nycrc.yaml
new file mode 100644
index 00000000000..8e787be9169
--- /dev/null
+++ b/packages/core/.nycrc.yaml
@@ -0,0 +1,4 @@
+exclude:
+ - tests/fixtures
+ - bin-pack
+
diff --git a/packages/core/package.json b/packages/core/package.json
index 4c3e1c3ae8d..89fd1a6d735 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -36,9 +36,8 @@
"vbuild": "VERBOSE=1 node build.js",
"lab": "cd ../../sites/lab && yarn start",
"tips": "node ../../scripts/help.mjs",
- "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov",
"report": "nyc report --reporter=html",
- "testci": "npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js",
+ "testci": "nyc --silent npx mocha tests/*.test.js --reporter ../../tests/reporters/terse.js && nyc report --reporter=json",
"testonly": "npx mocha tests/*.test.js",
"cibuild_step0": "node build.js"
},
diff --git a/packages/core/src/part.js b/packages/core/src/part.js
index ae19aad1a80..7a7829964d1 100644
--- a/packages/core/src/part.js
+++ b/packages/core/src/part.js
@@ -359,4 +359,20 @@ Part.prototype.generateTransform = function(transforms) {
}
}
+/** Chainable way to set the grain property */
+Part.prototype.setGrain = function (grain = 90) {
+ this.attributes.set('data-grain', grain)
+
+ return this
+}
+
+/** Chainable way to set the grain property */
+Part.prototype.setCut = function (cut = { count: 2, mirror: true, onFold: false }) {
+ this.attributes.set('data-cut', cut)
+
+ return this
+}
+
+
+
export default Part
diff --git a/packages/core/src/path.js b/packages/core/src/path.js
index 0cd589ba75a..710fa01f2fe 100644
--- a/packages/core/src/path.js
+++ b/packages/core/src/path.js
@@ -35,6 +35,13 @@ Path.prototype.setRender = function (render = true) {
return this
}
+/** Chainable way to set the class property */
+Path.prototype.setClass = function (className = false) {
+ if (className) this.attributes.set('class', className)
+
+ return this
+}
+
/** Adds a move operation to Point to */
Path.prototype.move = function (to) {
if (to instanceof Point !== true)
diff --git a/packages/core/src/point.js b/packages/core/src/point.js
index fd00e49f41b..9830e4349e0 100644
--- a/packages/core/src/point.js
+++ b/packages/core/src/point.js
@@ -231,4 +231,20 @@ Point.prototype.translate = function (x, y) {
return p
}
+/** Chainable way to set the data-text property (and optional class) */
+Point.prototype.setText = function (text = '', className=false) {
+ this.attributes.set('data-text', text)
+ if (className) this.attributes.set('data-text-class', className)
+
+ return this
+}
+
+/** Chainable way to set the data-circle property (and optional class) */
+Point.prototype.setCircle = function (radius = false, className=false) {
+ if (radius) this.attributes.set('data-circle', radius)
+ if (className) this.attributes.set('data-circle-class', className)
+
+ return this
+}
+
export default Point
diff --git a/packages/i18n/package.json b/packages/i18n/package.json
index 27a9d60e429..47220367b23 100644
--- a/packages/i18n/package.json
+++ b/packages/i18n/package.json
@@ -31,8 +31,9 @@
"vbuild": "VERBOSE=1 node build.js",
"lab": "cd ../../sites/lab && yarn start",
"tips": "node ../../scripts/help.mjs",
- "prebuild": "node src/prebuild.mjs",
+ "prebuild": "node scripts/prebuilder.mjs",
"testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js",
+ "precibuild_step7": "node scripts/prebuilder.mjs",
"cibuild_step7": "node build.js"
},
"peerDependencies": {
diff --git a/packages/i18n/scripts/prebuilder.mjs b/packages/i18n/scripts/prebuilder.mjs
new file mode 100644
index 00000000000..292e0a69cce
--- /dev/null
+++ b/packages/i18n/scripts/prebuilder.mjs
@@ -0,0 +1,7 @@
+import {build} from '../src/prebuild.mjs'
+
+// use a deny-list to keep locales that aren't ready out of the build
+export const denyList = ['uk']
+
+// call this here instead of in the src/prebuild.mjs so that build isn't called by other files importing that build function
+build((loc) => denyList.indexOf(loc) === -1)
diff --git a/packages/i18n/src/locales/es/components/workbench.yaml b/packages/i18n/src/locales/es/components/workbench.yaml
index f11754d21af..234c90c93f7 100644
--- a/packages/i18n/src/locales/es/components/workbench.yaml
+++ b/packages/i18n/src/locales/es/components/workbench.yaml
@@ -1,5 +1,5 @@
---
-designOptions: Design options
+designOptions: Opciones de diseño
forPrinting: For printing
forCutting: For cutting
layoutThing: 'Layout {thing}'
diff --git a/packages/i18n/src/locales/uk/account.yaml b/packages/i18n/src/locales/uk/account.yaml
new file mode 100644
index 00000000000..884b92baceb
--- /dev/null
+++ b/packages/i18n/src/locales/uk/account.yaml
@@ -0,0 +1,60 @@
+---
+accountRemoved: Обліковий запис видалено
+accountRestricted: Обліковий запис обмежено
+avatar: Аватар
+avatarInfo: Ваш аватар або фото профілю буде показано на сторінці Вашого профілю.
+avatarTitle: Встановіть своє зображення профілю
+bio: Про мене
+bioInfo: Це місце, де Ви можете розповісти іншим користувачам Freesewing трішки про себе. Дане поле підтримує MarkDown - це робить можливим додавання посилань. Для прикладу, Ви можете додати посилання на свій блог, щоб інші могли його відвідати.
+bioTitle: Напишіть коротку біографію
+currentPassword: Поточний пароль
+email: Адреса електронної пошти
+emailInfo: Адреса електронної пошти, прив'язана до вашого облікового запису, є важливою, оскільки вона буде використовуватися для відновлення доступу до вашого облікового запису, якщо ви забудете пароль. Через це зміна електронної адреси потребує підтвердження.
+emailTitle: Введіть адресу електронної пошти, яку Ви хочете прив'язати до цього облікового запису
+exportYourData: Експортуйте Ваші дані
+exportYourDataInfo: Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на мобільність даних — право отримувати та повторно використовувати свої особисті дані для власних цілей, в тому числі на різних платформах.
+exportYourDataTitle: Натисніть нижче, щоб завантажити персональні дані
+github: GitHub
+githubInfo: Якщо ви надасте своє ім'я користувача GitHub, сторінка вашого профілю буде містити посилання на ваш обліковий запис в GitHub. Інші відвідувачі зможуть переглянути Ваші внески в код, дати Вам зірочку або підписатися на Вас.
+githubTitle: Заповніть своє ім'я користувача GitHub
+instagramInfo: Якщо ви надасте ім'я користувача Instagram, сторінка профілю буде містити посилання на Ваш обліковий запис в Instagram. Таким чином, відвідувачі зможуть переглянути Ваші фотографії та слідкувати за Вами.
+instagram: Instagram
+instagramTitle: Заповніть своє ім'я користувача Instagram
+languageInfo: Даний вибір мови визначає, якою мовою ви будете отримувати електронні листи від FreeSewing. Він не визначає мову сайту, яку можна вибрати на кожній сторінці.
+language: Мова
+languageTitle: Оберіть бажану мову користування
+newPassword: Новий пароль
+newsletter: Розсилка новин
+newsletterTitle: Чи хочете Ви отримувати розсилку новин від FreeSewing?
+newsletterInfo: Раз на 3 місяці, ми надсилаємо нашу інформаційну розсилку з корисним та чесним контентом. Без відстеження, без реклами, без нісенітниць.
+passwordInfo: Зміна пароля вимагає Вашого поточного пароля. Заповніть його, потім введіть новий пароль.
+password: Пароль
+passwordTitle: Введіть поточний пароль та новий пароль
+patronInfo: Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти.
+patron: Патрон
+removeYourAccountInfo: Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на усунення даних — право видалити Ваші персональні дані.
+removeYourAccount: Видалення облікового запису
+removeYourAccountWarning: Ця дія вилучить Ваш обліковий запис, Ваші чернетки, Ваші моделі, та всю збережену нами інформацію про Ваш обліковий запис. Жодних шляхів назад.
+resetPasswordInfo: Введіть Ваш новий пароль.
+resetPassword: Змінити пароль
+resetPasswordTitle: Введіть Ваш новий пароль
+restrictProcessingOfYourDataInfo: Загальний регламент про захист даних ЄС (GDPR) гарантує Ваші так звані права на обмеження опрацювання - право припиняти обробку Ваших даних.
+restrictProcessingOfYourData: Обмежити обробку ваших даних
+restrictProcessingWarning: Ваші дані не будуть видалені, проте Ви вийдете зі свого облікового запису та заморозите його. Також, Ви не можете відмінити цю дію самостійно – Вам доведеться зв'язатися з нами, якщо Ви захочете відновити доступ до свого облікового запису.
+reviewYourConsent: Переглянути вашу згоду
+socialInfo: Якщо Ви надасте своє ім'я користувача GitHub, Twitter або Instagram, сторінка вашого профілю буде містити посилання на Ваші облікові записи на цих сайтах. Це дозволяє користувачам FreeSewing підписатися на Вас. Ми не контактуємо з жодним з цих сайтів від Вашого імені. Це тільки для того, щоб люди могли розуміти, що, наприклад, користувач @joost на FreeSewing є тією самою людиною, що і користувач @j__st в Twitter.
+social: Соціальні мережі
+socialTitle: Дозволити людям слідкувати за Вами на інших платформах
+twitterInfo: Якщо ви надасте своє ім'я користувача Twitter, сторінка вашого профілю буде містити посилання на Ваш обліковий запис у Twitter. Таким чином, відвідувачі можуть переглянути ваші твіти і слідкувати за Вами.
+twitterTitle: Заповніть своє ім'я користувача у Twitter
+twitter: Twitter
+unitsInfo: FreeSewing підтримує як метричну систему, так і імперську систему вимірювань.
+unitsTitle: Будь ласка, оберіть систему вимірювань, з якою Ви найбільш знайомі
+units: Одиниці вимірювання
+usernameInfo: Кожен користувач отримує випадково згенероване ім'я користувача. Це не дуже особисте, тому Ви можете змінити Ваше ім'я користувача на щось більш відповідне Вашій особистості. До прикладу, власне ім'я, або або будь-що інше.
+usernameTitle: Будь ласка, oберіть ім'я користувача
+username: Ім’я користувача
+accountIsInactive: Ваш обліковий запис неактивний
+accountNeedsActivation: Перш ніж Ви зможете увійти, потрібно активувати свій обліковий запис. Будь ласка, перевірте Вашу поштову скриньку для реєстрації і натисніть на посилання у листі.
+reloadAccount: Перезавантажити обліковий запис
+reloadAccountDescription: Це перезавантажить дані Вашого облікового запису із backend. Буквально те саме, що й вийти та знову увійти.
diff --git a/packages/i18n/src/locales/uk/app.yaml b/packages/i18n/src/locales/uk/app.yaml
new file mode 100644
index 00000000000..20a8ab5cd79
--- /dev/null
+++ b/packages/i18n/src/locales/uk/app.yaml
@@ -0,0 +1,344 @@
+---
+100PercentCommunity: 100% спільноти
+100PercentFree: 100% безкоштовно
+100PercentOpenSource: 100% відкритий код
+aboutFreesewing: Про Freesewing
+accessoryPatterns: Викрійки аксесуарів
+account: Обліковий запис
+accountCreated: Обліковий запис створено
+actions: Дії
+allDocumentation: Вся документація
+andThatIsAwesome: І це чудово
+applyThisLayout: Застосувати макет
+areYouSureYouWantToContinue: Ви впевнені, що хочете продовжити?
+askForHelp: Попросити про допомогу
+automatic: Автоматично
+averagePeopleDoNotExist: "Середньостатистичних людей не існує"
+awesome: Чудово
+back: Назад
+becauseThatWouldBeReallyHelpful: Тому що це було б дуже корисно.
+becomeAPatron: Стати патроном
+blockPatterns: Викрійки-основи
+blog: Блог
+browseBlogposts: Перегляд блог-постів
+browsePatterns: Перегляд викрійок
+browseShowcases: Перегляд показів
+butThatCouldChange: Але це може змінитися
+cancel: Скасувати
+changePerson: Змінити людину
+changePattern: Змінити викрійку
+chatOnDiscord: Чат в Discord
+checkInboxClickLinkInConfirmationEmail: Тепер перевірте поштову скриньку та перейдіть за посиланням у листі, що ми надіслали вам.
+chest: Груди
+chestInfo: Молочні залози потребують додаткових замірів. Якщо людина не має молочних залоз, ці заміри будуть приховані. Це не впливає на створення викрійок.
+chooseASize: Обрати розмір
+chooseAPerson: Обрати людину
+chooseADesign: Обрати дизайн
+chooseAPattern: Обрати викрійку
+chooseYourOptions: Обрати Ваші налаштування
+close: Закрити
+community: Спільнота
+configureLayout: Налаштування макета
+configureYourDraft: Налаштуйте свою чернетку
+contactUs: Контакти
+contentLocaleFallback: Тому замість цього ми показуємо Вам англійську версію.
+contents: Зміст
+continue: Продовжити
+copiedToClipboard: Скопійовано в буфер обміну
+copy: Копіювати
+couldYouTranslateThis: Можете це перекласти?
+countModelsLackingForPattern: '{count} Ваших людей не мають достатньо замірів для створення {pattern}'
+created: Створено
+custom: Налаштувати
+customSeamAllowance: Налаштувати припуски на шви
+lightMode: Світлий режим
+data: Дані
+darkMode: Темний режим
+default: За замовчуванням
+demo: Демо
+designOptions: Налаштування дизайну
+designs: Дизайни
+docs: Документація
+docsFooterMsg: Документація ніколи не завершена. Сподіваємося, ми змогли відповісти на всі Ваші запитання, але якщо це не так - можна звернутися за допомогою.
+docsNotFoundMsg: Не вдалося знайти цю документацію. Це зазвичай значить, що вона ще не була написана.
+docsNotFoundTitle: Ця документація відсутня
+documentationForDevelopers: Документація для розробників
+documentationForEditors: Документація для коригувачів
+documentationForTranslators: Документація для перекладачів
+documentationOverview: Перегляд документації
+dolls: Ляльки
+download: Завантажити
+draft: Чернетка
+draftPattern: 'Створити {pattern}'
+testPattern: 'Протестувати {pattern}'
+draftPatternForModel: 'Створити {pattern} для {model}'
+drafts: Чернетки
+draftSettings: Налаштування чернетки
+dragAndDropImageHere: Перетягніть зображення сюди або виберіть власноруч, тицьнувши на кнопку знизу
+emailAddress: Електронна адреса
+emailWorksToo: "Якщо Ви не знаєте своє ім'я користувача, можна також використати свою електронну адресу для входу"
+enterEmailPickPassword: Введіть свою електронну адресу та оберіть пароль
+export: Експортувати
+exportTiledPDF: Експортувати посторінковий PDF
+faq: Поширені запитання
+fieldRemoved: '{field} видалено'
+fieldSaved: '{field} збережено'
+filterByPattern: Фільтрувати за викрійками
+filterPatterns: Фільтрувати викрійки
+forgotLoginInstructions: "Якщо Ви не пам'ятаєте свій пароль, напишіть знизу своє ім'я користувача чи електронну адресу та тицьніть кнопку Змінити пароль"
+freesewing: Freesewing
+freesewingOnGithub: Freesewing на GitHub
+garmentPatterns: Викрійки одягу
+giants: Велетні
+github: GitHub
+goAheadWeWillWait: Продовжуйте, ми зачекаємо.
+goodJob: Молодець
+goodToSeeYouAgain: Раді бачити Вас знову, {user}
+handle: Handle
+helpUsTranslate: Допоможіть нам з перекладом
+home: Головна
+howCanWeHelpYou: Як ми можемо Вам допомогти?
+howToTakeMeasurements: Як робити заміри
+i18n: Інтернаціоналізація
+imperialUnits: Імперські одиниці (дюйм)
+instagram: Інстаграм
+invalidTldMessage: '.{tld} не є дійсним доменом верхнього рівня (TLD)'
+joinTheChatMsg: Ми маємо спільноту в Discord, де Ви можете поспілкуватися з привітними людьми.
+justAMoment: Зачекайте хвилинку
+layout: Макет
+logIn: Увійти
+loginWithProvider: 'Увійти через {provider}'
+logOut: Вийти
+manual: Manual
+markdownHelp: MarkDown help
+measurements: Заміри
+menu: Меню
+metadata: Метадані
+metricUnits: Метричні одиниці (см)
+person: Людина
+people: Люди
+nameInfo: Назва допомагає відрізняти речі. Ви можете обрати назву, яку душа забажає.
+name: Назва
+addThing: Додати {thing}
+newThing: Створити {thing}
+newPatternForModel: 'Створити {pattern} для {model}'
+noChanges: Без змін
+no: 'Ні' #Keep in quotes or it will evaluate to false
+noPasswordPolicy: Ми не застосовуємо політику правил введення пароля
+noSeamAllowance: Без припусків на шви
+notAllOfThisContentIsAvailableInLanguage: Не весь цей контент доступний англійською мовою
+notesInfo: Це Ваші нотатки. Ви можете писати тут все, що забажаєте
+notes: Нотатки
+ohNo: О ні!
+oneMoreThing: І ще одна річ
+optionalMeasurements: Додаткові заміри
+options: Налаштування
+orPayPerYear: Чи оплачувати щороку
+other: Інше
+otherThing: 'Ще {thing}'
+ourPatrons: Наші патрони
+ourRevenuePledge: Куди йде наш прибуток
+patron-2: Порохова мавпочка
+patron-4: First mate
+patron-8: Капітан
+patronHelp: Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка
+patron: Патрон
+patronPitch: Якщо Ви вважаєте, що ми робимо цінну роботу, та можете без труднощів відшкодувати кілька копійок щомісяця, будь ласка, підтримайте нашу працю
+patronsKeepUsAfloat: Freesewing існує завдяки фінансовій підтримці наших патронів. Вони тримають цей корабель на плаву.
+patternInstructions: Інструкції до викрійок
+patternOptions: Налаштування викрійок
+pattern: викрійка
+sewingPatterns: Викрійка для шиття
+patterns: Викрійки
+pendingConfirmation: Підтвердження очікується
+perMonth: Щомісячно
+pleaseEnterAValidEmailAddress: Будь ласка, вкажіть чинну електронну адресу
+pleaseIncludeTheInformationBelow: Будь ласка, додайте відомості нижче
+preview: Попередній перегляд
+privacyNotice: Можливе порушення приватності
+proceedWithCaution: Продовжуйте з обережністю
+profile: Обліковий запис
+relatedLinks: Споріднені посилання
+remove: Видалити
+removeThing: Видалити {thing}
+reportThisOnGithub: Повідомте про проблему на GitHub
+requiredMeasurements: Необхідні заміри
+resendActivationEmailMessage: "Напишіть електронну адресу, за допомогою якої Ви зареєструвалися - ми надішлемо Вам нове повідомлення для підтвердження."
+resendActivationEmail: Повторно надіслати лист для активації
+resetPassword: Змінити пароль
+reset: Змінити
+restoreDefaults: Скидання налаштувань
+restoreDesignDefaults: Скинути налаштування дизайну
+restorePatternDefaults: Скинути налаштування викрійки
+saveDraftToYourAccount: Зберегти чернетку до облікового запису
+save: Зберегти
+searchLanguageMsg: Кожна мова має власний індекс пошуку. Оскільки не весь наш контент перекладений, Ви, скоріш за все, отримаєте більше результатів англійською.
+searchLanguageTitle: Не знайшли, що шукали?
+search: Пошук
+selectAPartToMoveMirrorOrRotate: Обрати частину для переміщення, віддзеркалення або обертання
+selectImage: Вибрати зображення
+sendAnEmail: Надіслати e-mail
+settings: Налаштування
+sewingHelp: Допомога з шиттям
+sewingPatternsForNonAveragePeople: Швейні викрійки для справжніх людей
+share: Поширити
+shareFreesewing: Поширити FreeSewing
+showcase: Готові проєкти
+signUpForAFreeAccount: Реєстрація безкоштовного облікового запису
+signUp: Реєстрація
+signupWithProvider: 'Реєстрація через {provider}'
+sortByField: Сортувати за {field}
+standardSeamAllowance: Стандартні припуски на шви
+startOver: Почати знову
+startTranslatingNowOrRead: '{startTranslatingNow}, або спочатку прочитайте {documentationForTranslators}.'
+startTranslatingNow: Почни перекладати зараз
+subscribe: Підписатися
+support: Підтримати
+supportFreesewing: Підтримати freesewing
+tellMeMore: Хочу дізнатися більше
+thanksForYourSupport: Дякуємо за Вашу підтримку
+thisContentIsNotAvailableInLanguage: Цього контенту немає англійською
+thisFieldSupportsMarkdown: Це поле підтримує Markdown
+thisPageRequiresAuthentication: Ця сторінка потребує автентифікації
+troubleLoggingIn: Не вдається увійти?
+twitter: Twitter
+txt-footer: Freesewing працює завдяки спільноті учасників з фінансовою підтримкою наших патронів
+txt-tier2: Рівень з найбільш демократичною ціною. Він дешевший за філіжанку кави, але ми дуже цінуємо Вашу підтримку.
+txt-tier4: Підпишіться на цей рівень та ми доставимо наші смачнющі "булочки" до Вашого ґанку (будь-де на мапі).
+txt-tier8: "Якщо Ви хочете не лише підтримувати нас, а й бажаєте freesewing процвітання, цей рівень для Вас. Також: додаткові \"булочки\". ;)"
+txt-tiers: 'FreeSewing існує завдяки добровільній моделі підписки'
+unitsInfo: Freesewing підтримує як метричні, так й імперські одиниці вимірювання. Просто оберіть ті, яким надаєте перевагу. (Зазвичай використовуються одиниці, зазначені в Вашому обліковому записі.)
+updated: Оновлено
+update: Оновити
+userHasBeenWithUsSince: '{user} тут з {since}'
+users: Користувачі
+utilityPatterns: Utility Patterns
+weAreValidatingYourConfirmationCode: Ми перевіряємо Ваш код підтвердження
+weCouldNotValidateYourConfirmationCode: Нам не вдалося підтвердити Ваш код
+weEncounteredAProblem: У нас виникла проблема
+weEncourageYouToReportThis: Ми будемо вдячні, якщо Ви повідомите нам про це
+welcomeAboard: Ласкаво просимо
+welcome: Вітаємо
+weNeverShareYourEmail: Ми ніколи не передамо Вашу електронну адресу третім обличчям
+whatIsThis: Що це таке?
+withBreasts: З молочними залозами
+withoutBreasts: Без молочних залоз
+yay: Ура!
+yes: '"Так"' #Keep in quotes or it will evaluate to true
+youAreAPatron: Ви патрон
+youAreNotAPatron: Ви не є патроном
+youAreNotLoggedIn: Ви не ввійшли в свій обліковий запис
+yourRights: Ваші права
+makerDocs: Ремісницька документація
+devDocs: Розробницька документація
+slogan: Бібліотека JavaScript для створення швейних викрійок на базі замірів
+getStarted: Розпочати
+apiReference: API Reference
+tutorial: Урок
+editThisPage: Редагувати сторінку
+loginRequiredRedirect: 'Вас було перенаправлено на сторінку входу, оскільки {page} потребує автентифікації'
+various: Різне
+sewing: Шиття
+examples: Приклади
+by: від
+years: Роки
+pricing: Ціни
+createFirst: Розпочніть зі створення нової викрійки
+noPattern: Ви не маєте жодних викрійок (поки що). Створіть нову викрійку, потім збережіть її до свого облікового запису.
+modelFirst: Розпочніть з додавання замірів
+noModel: Ви не додали жодних замірів (поки що). FreeSewing може створювати швейні викрійки на базі замірів. Однак для цього нам потрібні власне заміри.
+noModel2: Розпочніть зі створення людини, після чого діставайте свою сантиметрову стрічку.
+noUserBrowsingTitle: "Ви не можете просто переглядати всіх користувачів"
+noUserBrowsingText: "У нас їх тисячі. Ви дійсно хочете витрачати свій час на це?"
+usePatternMeasurements: 'Використати заміри вихідної викрійки'
+createReplica: Створити копію
+showDetails: Показати подробиці
+hideDetails: Приховати подробиці
+clickBelowToLogOut: Тицьніть знизу для виходу
+compare: Порівняти
+savePattern: Зберегти викрійку
+recreate: Відтворити
+recreateThing: Відтворити {thing}
+recreateThingForPerson: Відтворити {thing} для {person}
+seeYouLaterUser: До зустрічі, {user}
+exportForPrinting: Експортувати для друку
+exportForEditing: Експортувати для коригування
+startWithNeckTitle: Розпочніть з обхвату шиї
+startWithNeckDescription: Спираючись на Ваш обхват шиї, ми можемо зловити помилки в Ваших замірах.
+whatYouNeed: Що Вам потрібно
+fabricOptions: Варіанти тканини
+cutting: Вирізання
+instructions: Інструкція
+hide: Приховати
+show: Показати
+oneMomentPlease: Будь ласка, зачекайте
+loadingMagic: Ми завантажуємо магію
+estimate: Прикидка
+actual: Насправді
+weEstimateYM2B: 'Ми прикидаємо, що {measurement} дорівнює:'
+exportAsData: Експорт даних
+availablePatterns: Доступні викрійки
+browseCollection: Огляд колекції
+browseYourPatterns: Переглянути викрійки
+yourPatterns: Ваші викрійки
+loginNeededToSavePatternsMsg: Ви маєте увійти, аби зберігати викрійки
+docsForContributors: Документація для учасників
+patternDocs: Документація викрійок
+socialMedia: Соціальні мережі
+create: Створити
+browse: Огляд
+patrons: Патрони
+scrollToTop: Повернутися нагору
+sitemap: Мапа сайту
+contributeToThing: Долучитися до {thing}
+mtmIsOurJam: Ми спеціалізуємося в швейних викрійках на базі замірів
+fitYouDeserve: Ви обділяєте себе, обираючи стандартизовані розміри. Зареєструйтеся сьогодні та отримайте крій, що личить Вам.
+supportNag: FreeSeewing є безкоштовною платформою, але ми будемо вдячні, якщо Ви підтримаєте нас.
+madeToMeasure: На базі замірів
+sizes: Розміри
+standardSizes: Стандартні розміри
+accountRequired: Ця функція вимагає обліковий запис FreeSewing
+size: Розмір
+switchToThing: 'Перейти до {thing}'
+saveThing: 'Зберегти {thing}'
+shareThing: 'Поширити {thing}'
+link: Посилання
+cloneThing: 'Копіювати {thing}'
+cloneDescription: Відтворити точну копію, використовуючи заміри вихідної викрійки.
+furtherReading: Подальше вивчення
+saveAsNewPattern: Зберегти як нову викрійку
+saveAsNewPattern-txt: Збережіть цю викрійку/копію в своєму обліковому записі FreeSewing
+exportPattern: Експортувати викрійку
+printPattern: Роздрукувати викрійку
+exportPattern-txt: Експортувати PDF для Вашого принтера, або завантажити цю викрійку в інших форматах
+editThing: 'Коригувати {thing}'
+editPattern-txt: Відкрити цю викрійку в швейному редакторі
+featureRequiresAccount: Ця функція вимагає обліковий запис FreeSewing
+zoom: Масштаб
+zoomIn: Збільшити
+zoomOut: Зменшити
+zoom-txt: Перемикає між ужиманням висоти чи ширини викрійки для розміщення на Вашому екрані
+savePattern-txt: Збережіть цю викрійку в своєму обліковому записі FreeSewing
+comparePattern: Порівняти викрійку
+showPattern: Показати викрійку
+comparePattern-txt: Порівняйте свою викрійку зі стандартизованими розмірами для того, щоб побачити можливі проблеми моделювання
+recreatePattern: Відтворити викрійку
+recreatePattern-txt: Оберіть іншу людину та відтворіть цю викрійку для неї
+editOwnPatternsOnly: Ви можете коригувати лише свої викрійки
+editOwnPatternsOnly-txt: Ви не можете скоригувати цю викрійку, бо вона не Ваша. Але Ви можете використувати її як базу для створення власної викрійки.
+updateNotes-txt: Оновлюйте нотатки до Ваших викрійок
+franceWarning: До уваги користувачів з Франції
+franceWarning-txt: Декілька французьких провайдерів електронної пошти — включаючи free.fr, laposte.net, orange.fr та sfr.fr — відомі регулярним блокуванням наших електронних листів.
+emailNotReceived: Якщо Ви не отримаєте лист для активації, будь ласка, зв'яжіться з нами, щоб ми могли Вам допомогти.
+error: Помилка
+info: Інформація
+warning: Увага
+debug: Налагодження
+unsubscribe: Відписатися
+slogan-come: Приходьте за викрійками
+slogan-stay: Залишайтеся заради спільноти
+lightTheme: Світла тема
+darkTheme: Темна тема
+hax0rTheme: Тема Hax0r
+lgbtqTheme: Тема ЛГБТК
+transTheme: Транс тема
diff --git a/packages/i18n/src/locales/uk/cfp.yaml b/packages/i18n/src/locales/uk/cfp.yaml
new file mode 100644
index 00000000000..f9aee0501d7
--- /dev/null
+++ b/packages/i18n/src/locales/uk/cfp.yaml
@@ -0,0 +1,33 @@
+---
+author: Автор
+githubRepo: Репозиторій GitHub
+packageManager: Менеджер пакунків
+patternName: Назва викрійки
+patternType: Тип викрійки
+patternCreated: Ваш каркас викрійки створено у
+runTheseCommands: Щоб розпочати, запустіть цю команду
+startRollup: У одному терміналі запустіть ролап у режимі перегляду
+startWebpack: "Це відкриє папку \"приклад\" та запустить девелопмент."
+devDocsAvailableAt: Документація для розробників доступна за адресою
+talkToUs: Для запитань, відгуків чи пропозицій, приєднуйтесь до нашого серверу в Discord
+draftYourPattern: Створіть Вашу викрійку
+testYourPattern: Протестувати Вашу викрійку
+draftThing: 'Створити {thing}'
+testThing: 'Протестувати {thing}'
+renderInBrowser: Натисніть нижче, щоб відобразити Вашу викрійку у браузері.
+weWillReRender: Коли Ви виконаєте зміни, ми перезавантажимо зображення для Вас.
+youCan: Ви можете
+enterMeasurements: Ввести вимірювання вручну
+preloadMeasurements: Завантажити набір мірок
+size: Розмір
+noRequiredMeasurements: Ця викрійка не потребує замірів
+howtoAddMeasurements: Щоб додати бажані мірки, додайте їх у секцію заміри у файлі конфігурації викрійки.
+seeDocsAt: Документація по цій темі доступна за адресою
+clearDesignMode: Очистити режим дизайну
+designMode: Режим дизайну
+exportMode: Режим експорту
+thingIsEnabled: '{thing} увімкнено'
+thingIsDisabled: '{thing} вимкнено'
+turnOn: Увімкнути
+turnOff: Вимкнути
+validNameWarning: "Будь ласка, оберіть іншу назву, бо дана назва може призвести до проблем.\nМи (повторно) використовуємо назву викрійки як NPM назву пакету.\nІмена пакунків повинні бути в нижньому регістрі та не можуть містити спеціальних символів.\nБудь ласка, назвіть викрійку згідно правил, наприклад:"
diff --git a/packages/i18n/src/locales/uk/components/common.yaml b/packages/i18n/src/locales/uk/components/common.yaml
new file mode 100644
index 00000000000..d06f8332fea
--- /dev/null
+++ b/packages/i18n/src/locales/uk/components/common.yaml
@@ -0,0 +1,14 @@
+---
+account: Обліковий запис
+blog: Блог
+commumity: Спільнота
+designs: Дизайни
+docs: Документація
+patternInstructions: Інструкції до викрійок
+patternOptions: Налаштування викрійок
+requiredMeasurements: Необхідні вимірювання
+showcase: Готові проєкти
+sloganCome: Приходьте за викрійками
+sloganStay: Залишайтеся заради спільноти
+support: Підтримка
+
diff --git a/packages/i18n/src/locales/uk/components/homepage.yaml b/packages/i18n/src/locales/uk/components/homepage.yaml
new file mode 100644
index 00000000000..f3f0ca0f931
--- /dev/null
+++ b/packages/i18n/src/locales/uk/components/homepage.yaml
@@ -0,0 +1,2 @@
+---
+scrollDownToLearnMore: Прокрутіть вниз, щоб дізнатися більше про FreeSewing і безкоштовно скористатися його функціями
diff --git a/packages/i18n/src/locales/uk/components/ograph.yaml b/packages/i18n/src/locales/uk/components/ograph.yaml
new file mode 100644
index 00000000000..0d061e2a1ad
--- /dev/null
+++ b/packages/i18n/src/locales/uk/components/ograph.yaml
@@ -0,0 +1,6 @@
+---
+orgTitle: Ласкаво просимо до FreeSewing.org
+devTitle: Ласкаво просимо до FreeSewing.dev
+labTitle: Ласкаво просимо до lab.FreeSewing.lab
+devDescription: Документація та навчальні матеріали для розробників FreeSewing та учасників. А також наш блог розробників
+
diff --git a/packages/i18n/src/locales/uk/components/patrons.yaml b/packages/i18n/src/locales/uk/components/patrons.yaml
new file mode 100644
index 00000000000..8fc140c705c
--- /dev/null
+++ b/packages/i18n/src/locales/uk/components/patrons.yaml
@@ -0,0 +1,6 @@
+---
+becomeAPatron: Стати патроном
+supportFreesewing: Підтримати FreeSewing
+patronLead: FreeSewing існує завдяки добровільній моделі підписки
+patronPitch: Якщо Ви думаєте, що ми робимо цінну роботу, і якщо Ви можете відшкодувати кілька монет щомісяця без труднощів, будь ласка, підтримайте нашу роботу
+
diff --git a/packages/i18n/src/locales/uk/components/posts.yaml b/packages/i18n/src/locales/uk/components/posts.yaml
new file mode 100644
index 00000000000..9680d80da2c
--- /dev/null
+++ b/packages/i18n/src/locales/uk/components/posts.yaml
@@ -0,0 +1,3 @@
+---
+xMadeThis: "{x} є автором цієї роботи"
+xWroteThis: "{x} є автором цього тексту"
diff --git a/packages/i18n/src/locales/uk/components/themes.yaml b/packages/i18n/src/locales/uk/components/themes.yaml
new file mode 100644
index 00000000000..2b726ac82bf
--- /dev/null
+++ b/packages/i18n/src/locales/uk/components/themes.yaml
@@ -0,0 +1,6 @@
+---
+lightTheme: Світла тема
+darkTheme: Темна тема
+hax0rTheme: Тема Hax0r
+lgbtqTheme: Тема ЛГБТК
+transTheme: Тема Транс
diff --git a/packages/i18n/src/locales/uk/components/workbench.yaml b/packages/i18n/src/locales/uk/components/workbench.yaml
new file mode 100644
index 00000000000..914a7c1bf89
--- /dev/null
+++ b/packages/i18n/src/locales/uk/components/workbench.yaml
@@ -0,0 +1,8 @@
+---
+designOptions: Варіанти дизайну
+forPrinting: Для друку
+forCutting: Для вирізання
+layoutThing: 'Розташувати {thing}'
+pageSize: Розмір сторінки
+startBySelectingAThing: 'Почніть з вибору {thing}'
+testThing: 'Протестувати {thing}'
diff --git a/packages/i18n/src/locales/uk/cty.yaml b/packages/i18n/src/locales/uk/cty.yaml
new file mode 100644
index 00000000000..cf71d775ed9
--- /dev/null
+++ b/packages/i18n/src/locales/uk/cty.yaml
@@ -0,0 +1,20 @@
+---
+wafsHashtag: WeAreFreeSewing
+weAreACommunityOfMakers: Ми - спільнота ремісників
+weProvideMtmSewingPatterns: Ми надаємо викрійки, адаптовані під надані Вами заміри
+isAPatron: є патроном
+contributesWith: співпрацює з
+communityBuilding: Створення спільноти
+development: Розробка
+patternTesting: Тестування викрійок
+patternDesign: Дизайн викрійок
+support: Підтримка
+translation: Переклад
+writing: Письмо
+whereToFindUs: Де нас знайти
+whoWeAre: Про нас
+community: Спільнота
+team: Команда
+teams: Команди
+contributors: Помічники
+calls: Дзвінки помічників
diff --git a/packages/i18n/src/locales/uk/docs.yaml b/packages/i18n/src/locales/uk/docs.yaml
new file mode 100644
index 00000000000..3b05a2ab676
--- /dev/null
+++ b/packages/i18n/src/locales/uk/docs.yaml
@@ -0,0 +1,3 @@
+---
+thingIsDeprecated: "{thing} є застарілим"
+weRecommendThingInstead: "Ми рекомендуємо {thing} замість цього"
diff --git a/packages/i18n/src/locales/uk/email.yaml b/packages/i18n/src/locales/uk/email.yaml
new file mode 100644
index 00000000000..5904fdad3f9
--- /dev/null
+++ b/packages/i18n/src/locales/uk/email.yaml
@@ -0,0 +1,34 @@
+---
+chatWithUs: 'Напишіть нам'
+emailchangeActionText: 'Підтвердіть нову адресу електронної пошти'
+emailchangeCopy1: 'Ви запросили зміну адреси електронної пошти, прив''язану до вашого облікового запису на freesewing.org.
Перед тим як це зробити, необхідно підтвердити нову адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:'
+emailchangeHeaderOpeningLine: 'Просто перевіряємо, що ми зможемо зв''язатися з Вами, коли це буде необхідно'
+emailchangeHiddenIntro: "Час підтвердити нову адресу електронної пошти"
+emailchangeSubject: 'Будь ласка, підтвердіть нову адресу електронної пошти'
+emailchangeTitle: 'Будь ласка, підтвердіть нову адресу електронної пошти'
+emailchangeWhy: 'Ви отримали цей лист, оскільки змінили адресу електронної пошти, прив''язану до вашого облікового запису на freesewing.org'
+footerCredits: 'Зроблено Йостом та учасниками проєкту завдяки фінансовій допомозі наших патронів ❤️ '
+footerSlogan: 'FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача'
+goodbyeCopy1: "Якщо Ви хочете поділитися, чому Ви йдете, можете відповісти на це повідомлення. З нашого боку, ми більше не турбуватимемо Вас."
+goodbyeHeaderOpeningLine: 'Просто щоб Ви знали – Ви завжди можете повернутися'
+goodbyeHiddenIntro: 'Дякуємо за ще один шанс для FreeSewing'
+goodbyeSubject: 'До побачення 👋'
+goodbyeTitle: 'Дякуємо за ще один шанс для FreeSewing'
+goodbyeWhy: 'Ви отримали цей лист, як останнє прощання після видалення вашого облікового запису на freesewing.org'
+joostFromFreesewing: 'Йост з FreeSewing'
+passwordresetActionText: 'Повторно отримати доступ до вашого облікового запису'
+passwordresetCopy1: 'Ви забули пароль для облікового запису на freesewing.org.
Натисніть на посилання нижче, щоб змінити пароль:'
+passwordresetHeaderOpeningLine: "Не хвилюйтеся, це стається з нами усіма"
+passwordresetHiddenIntro: 'Повторно отримати доступ до вашого облікового запису'
+passwordresetSubject: 'Повторно отримати доступ до вашого облікового запису на freesewing.org'
+passwordresetTitle: 'Змінити пароль і повторно отримати доступ до вашого облікового запису'
+passwordresetWhy: 'Ви отримали цей електронний лист, тому що ви запросили зміну паролю на сайті freesewing.org'
+questionsJustReply: "Якщо у вас є запитання, просто надішліть відповідь на цей E-mail. Ми завжди раді допомогти 🙂"
+signature: 'З любов''ю,'
+signupActionText: 'Підтвердіть адресу електронної пошти'
+signupCopy1: 'Дякуємо за реєстрацію на freesewing.org.
Перед початком роботи потрібно підтвердити Вашу адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:'
+signupHeaderOpeningLine: "Ми дуже раді, що Ви приєдналися до спільноти FreeSewing."
+signupHiddenIntro: "Час підтвердити нову адресу електронної пошти"
+signupSubject: 'Ласкаво просимо на freesewing.org'
+signupTitle: 'Ласкаво просимо'
+signupWhy: 'Ви отримали цей електронний лист, тому що ви щойно зареєструвалися на сайті freesewing.org'
diff --git a/packages/i18n/src/locales/uk/errors.yaml b/packages/i18n/src/locales/uk/errors.yaml
new file mode 100644
index 00000000000..e7681a6cf24
--- /dev/null
+++ b/packages/i18n/src/locales/uk/errors.yaml
@@ -0,0 +1,11 @@
+---
+404: Сторінку не знайдено
+confirmationNotFound: Якщо Ви перейшли на дану сторінку через посилання в електронному листі, ми будемо вдячні, якщо Ви повідомите нам про цю проблему.
+emailExists: У нас вже є користувач з цією адресою електронної пошти. Можливо, Ви хочете авторизуватися?
+networkError: Помилка сервера або мережі
+notAValidImageFormat: Неприпустимий формат зображення
+requestFailedWithStatusCode400: Не вдалося виконати запит
+requestFailedWithStatusCode401: Помилка аутентифікації
+requestFailedWithStatusCode403: Заборонено
+requestFailedWithStatusCode500: Виникла неочікувана проблема. Будь ласка, повідомте про це.
+something: Щось пішло не так
diff --git a/packages/i18n/src/locales/uk/filter.yml b/packages/i18n/src/locales/uk/filter.yml
new file mode 100644
index 00000000000..6f3429d68cb
--- /dev/null
+++ b/packages/i18n/src/locales/uk/filter.yml
@@ -0,0 +1,20 @@
+---
+filter: Фільтр
+department: Категорія
+type: Тип
+tags: Теги
+code: Код
+design: Дизайн
+difficulty: Складність
+resetFilter: Скинути фільтри
+accessories: Аксесуари
+block: Основа
+pattern: Викрійка
+byPattern: Фільтрувати за викрійками
+underwear: Спідня білизна
+top: Верх
+tops: Верх
+bottom: Низ
+bottoms: Низ
+coats: Верхній одяг
+swimwear: Купальні костюми
diff --git a/packages/i18n/src/locales/uk/gdpr.yaml b/packages/i18n/src/locales/uk/gdpr.yaml
new file mode 100644
index 00000000000..5d39df5bf8c
--- /dev/null
+++ b/packages/i18n/src/locales/uk/gdpr.yaml
@@ -0,0 +1,39 @@
+---
+compliant: Freesewing.org поважає вашу конфіденційність і ваші права. Ми застосовуємо Загальний регламент про захист даних (GDPR) Європейського Союзу (ЄС).
+consent: Згода
+consentForModelData: Дозвіл на дані моделі
+consentForProfileData: Дозвіл на дані облікового запису
+consentGiven: Згода отримана
+consentNotGiven: Згода не отримана
+consentWhyAnswer: Згідно з GDPR, обробка ваших персональних даних вимагає Вашої згоди - іншими словами, Ваш дозвіл.
+createMyAccount: Створити обліковий запис
+furtherReading: Подальше вивчення
+modelQuestion: Чи даєте Ви згоду на обробку даних моделі?
+modelWarning: Анулювання даної згоди зробить неможливим використання даних замірів моделі. Це також анулює функціонал вебсайту, який залежить від даної інформації.
+modelWhatAnswer: Заміри та налаштування молочних залоз кожної моделі.
+modelWhatAnswerOptional: 'За навності: Зображення моделі та ім''я моделі.'
+modelWhatQuestion: Що таке дані моделі?
+modelWhyAnswer: 'Для розробки викрійок, адаптованих під заміри спеціально вимірунам необхідні виміри тіла.'
+noConsentNoAccount: Без цієї згоди ми не можемо створити Ваш обліковий запис
+noConsentNoPatterns: Без цієї згоди, Ви не можете створити будь-які викрійки
+noIDoNot: 'Ні, не даю'
+openDataInfo: Ці дані використовуються для вивчення і розуміння людського тіла в усіх його формах. Це дозволяє нам покращити наші викрійки та створювати більш підходящий до тіла одяг. Незважаючи на те, що ці дані є анонімними, Ви маєте право не давати згоду на їх обробку.
+openDataQuestion: Поділитися замірами анонімно як відкритими даними
+profileQuestion: Чи даєте Ви згоду на обробку даних Вашого облікового запису?
+profileShareAnswer: 'Ні, ніколи.'
+profileTimingAnswer: '12 місяців після останнього входу в систему, або до тих пір, поки Ви не видалите Ваш обліковий запис або скасуєте дану згоду.'
+profileWarning: Відкликання згоди видалить усі Ваші данні. Це має той же ефект, що і видалення облікового запису.
+profileWhatAnswerOptional: 'За наявності: зображення облікового запису, біоі соціальні мережі'
+profileWhatAnswer: 'Ваша електронна адреса, ім''я користувачаі пароль.'
+profileWhatQuestion: Що таке дані облікового запису?
+profileWhyAnswer: 'Щоб автентифікувати Вас, зв''язатися з Вами коли це потрібно та задля покращення нашої спільноти.'
+readMore: Для отримання додаткової інформації, будь ласка, прочитайте наше повідомлення про конфіденційність.
+readRights: Для отримання додаткової інформації, будь ласка, прочитайте про Ваші права.
+revokeConsent: Відкликати згоду
+shareQuestion: Чи передаємо ми її іншим?
+timingQuestion: Скільки ми її зберігаємо?
+whatYouNeedToKnow: Що вам потрібно знати
+whyQuestion: Чому нам це потрібно?
+yesIDoObject: 'Ні, я проти'
+yesIDo: 'Так, я даю згоду'
+openData: 'Примітка: FreeSewing публікує анонімні заміри тіла як відкриті дані для наукових досліджень. Ви маєте право відмовитися від цього'
diff --git a/packages/i18n/src/locales/uk/i18n.yaml b/packages/i18n/src/locales/uk/i18n.yaml
new file mode 100644
index 00000000000..9b1ffbadbcd
--- /dev/null
+++ b/packages/i18n/src/locales/uk/i18n.yaml
@@ -0,0 +1,6 @@
+---
+de: Німецька
+en: Англійська
+es: Іспанська
+fr: Французька
+nl: Нідерландська
diff --git a/packages/i18n/src/locales/uk/intro.yaml b/packages/i18n/src/locales/uk/intro.yaml
new file mode 100644
index 00000000000..d922cab5ea9
--- /dev/null
+++ b/packages/i18n/src/locales/uk/intro.yaml
@@ -0,0 +1,12 @@
+---
+txt-blog: Новини, оновлення та анонси від команди FreeSewing
+txt-community: 'Проєкт існує на добровільних засадах. FreeSewing не прив''язаний до жодних комерційних засад та компаній.'
+txt-different: Чому ми особливі
+txt-draft: "Оберіть одну з викрійок, модель та налаштування. Ми зробимо решту."
+txt-how: Як це працює
+txt-join: Приєднайтеся до тисяч інших користувачів та створіть безкоштовний акаунт на freesewing.org.
+txt-model: Всі наші викрійки адаптуються під задані виміри. Тому перше, що варто зробити – піти взяти сантиметрову стрічку.
+txt-newHere: "Якщо ви тут вперше – найкраще місце для початку є наше демо:"
+txt-opensource: 'Наша платформа, наші викрійки і навіть наш вебсайт. Весь наш код доступний на GitHub. Пулл реквести вітаються!'
+txt-patrons: FreeSewing існує завдяки фінансовій підтримці наших Патронів. Прокрутіть вниз, щоб дізнатися про нашу модель підписки.
+txt-showcase: Завершені проекти від спільноти FreeSewing
diff --git a/packages/i18n/src/locales/uk/jargon.yml b/packages/i18n/src/locales/uk/jargon.yml
new file mode 100644
index 00000000000..21b1cb3912e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/jargon.yml
@@ -0,0 +1,85 @@
+---
+basting:
+ term: зметування
+ description: "Дивіться Зметування у документація до шиття"
+coverlock:
+ term: каверлок
+ description: "Дивіться Каверлок у Документація до шиття"
+cutting:
+ term: вирізання
+ description: "Дивіться Вирізання у Документація до шиття"
+darts:
+ term: виточки
+ description: "Дивіться Виточки уДокументація до шиття"
+doubleWeltPockets:
+ term: кишеня з подвійною листочкою
+ description: "Дивіться Кишеня з подвійною листочкою уДокументація до шиття"
+ease:
+ term: свобода облягання
+ description: "Дивіться Свобода облягання у Документація до шиття"
+edgestitch:
+ term: шов по краю
+ description: "Дивіться Шов по краю у Документація до шиття"
+fabricGrain:
+ term: нитка-основа тканини
+ description: "Дивіться Нитка основа тканини у Документація до шиття"
+goodSidesTogether:
+ term: лицьові сторони одна до одної
+ description: "Дивіться Лицьові сторони одна до одної у Документація до шиття"
+onTheFold:
+ term: на згині
+ description: "Дивіться На згині у Документація до шиття"
+hemming:
+ term: підшивання краю
+ description: "Дивіться Підшивання краю у Документація до шиття"
+jersey:
+ term: джерсі
+ description: "Дивіться Джерсі у Документація до шиття"
+knitBinding:
+ term: трикотажна бейка
+ description: "Дивіться Трикотажна бейка у Документація до шиття"
+knitFabric:
+ term: трикотаж
+ description: "Дивіться Трикотаж у Документація до шиття"
+pinning:
+ term: зметування булавками
+ description: "Дивіться Зметування булавками у Документація до шиття"
+rayon:
+ term: віскоза
+ description: "Дивіться Віскоза уДокументація до шиття"
+sa:
+ term: припуск на шов
+ description: "Дивіться Припуск на шов у Документація до шиття"
+serger:
+ term: машина-оверлок
+ description: "Дивіться Оверлок у Документація до шиття"
+slipstitch:
+ term: потайний шов
+ description: "Дивіться Потайний шов у Документація до шиття"
+topstitching:
+ term: оздоблювальний шов
+ description: "Дивіться Оздоблювальний шов у Документація до шиття"
+trimming:
+ term: підрізання припусків на шов
+ description: "Дивіться Підрізання припусків на шов у Документація до шиття"
+twinNeedle:
+ term: подвійна голка
+ description: "Дивіться Подвійна голка у Документація до шиття"
+zigZag:
+ term: шов "Зіг-заг"
+ description: "Дивіться шов \"Зіг-заг\" уДокументація до пошиття"
+freesewing:
+ term: freesewing
+ description: 'FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача'
+patternOptions:
+ term: налаштування викрійок
+ description: 'Налаштування викрійки дозволяє Вам змінити дизайн викрійки за Вашими побажаннями'
+draftSettings:
+ term: налаштування чернетки
+ description: 'налаштування чернетки надає Вам контроль над генерацією викрійки'
+patrons:
+ term: патрони
+ description: 'Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти.'
+msf:
+ term: msf
+ description: "Médecins Sans Frontières/Лікарі без кордонів – Більше на msf.org"
diff --git a/packages/i18n/src/locales/uk/lab.yaml b/packages/i18n/src/locales/uk/lab.yaml
new file mode 100644
index 00000000000..a472b5ac43e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/lab.yaml
@@ -0,0 +1,6 @@
+---
+slogan: Лабораторія FreeSewing забезпечує
+slogan1: Всі наші дизайни викрійок
+slogan2: Нова & стара версія
+slogan3: Bleeding edge code
+slogan4: Не запущені дизайни
diff --git a/packages/i18n/src/locales/uk/measurements.yaml b/packages/i18n/src/locales/uk/measurements.yaml
new file mode 100644
index 00000000000..c2f2c64e929
--- /dev/null
+++ b/packages/i18n/src/locales/uk/measurements.yaml
@@ -0,0 +1,39 @@
+---
+ankle: Обхват щиколотки
+biceps: Обхват біцепсів
+bustFront: Передній напівобхват грудей
+bustPointToUnderbust: Центр грудей до підгруддя
+bustSpan: Центр грудей
+chest: Обхват грудей
+crossSeam: Посадка
+crossSeamFront: Посадка спереду
+head: Обхват голови
+heel: Обхват підйому
+highBustFront: Напівобхват над грудьми
+highBust: Обхват над грудьми
+hips: Обхват тазу
+hpsToBust: Від плеча до грудей
+hpsToWaistBack: Від плеча до талії ззаду
+hpsToWaistFront: Від плеча до талії спереду
+inseam: Внутрішній шов
+knee: Обхват коліна
+neck: Обхват шиї
+seat: Обхват стегон
+seatBack: Напівобхват стегон
+crotchDepth: Висота сидіння
+shoulderSlope: Нахил плеча
+shoulderToElbow: Від плеча до ліктя
+shoulderToShoulder: Ширина плечей
+shoulderToWrist: Від плеча до зап'ястя
+underbust: Підгруддя
+upperLeg: Обхват верху ноги
+waist: Обхват талії
+waistBack: Ширина талії ззаду
+waistToArmhole: Від талії до пройми
+waistToFloor: Від талії до підлоги
+waistToHips: Талія до кісточки таза
+waistToKnee: Талія до коліна
+waistToSeat: Від талії до стегон
+waistToUnderbust: Від талії до підгруддя
+waistToUpperLeg: Від талії до початку ноги
+wrist: Обхват зап'ясть
diff --git a/packages/i18n/src/locales/uk/optiongroups.yaml b/packages/i18n/src/locales/uk/optiongroups.yaml
new file mode 100644
index 00000000000..d4fc1c85335
--- /dev/null
+++ b/packages/i18n/src/locales/uk/optiongroups.yaml
@@ -0,0 +1,25 @@
+---
+advanced: Додатково
+armhole: Пройма
+closure: Закриття
+collar: Комір
+construction: Конструкція
+cuffs: Манжети
+darts: Виточки
+elastic: Резинка
+fit: За розміром
+pockets: Кишені
+preferences: Уподобання
+sleevecap: Окат рукава
+sleeves: Рукава
+style: Стиль
+backPockets: Задні кишені
+frontPockets: Передні кишені
+waistband: Резинка на талії
+fly: Гульфик
+bellaDarts: Виточки Белла
+bellaArmhole: Пройма Белла
+bellaAdvanced: Додатково Белла
+clavi: Клав
+type: Тип
+size: Розмір
diff --git a/packages/i18n/src/locales/uk/options/aaron.yml b/packages/i18n/src/locales/uk/options/aaron.yml
new file mode 100644
index 00000000000..e9071771f11
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/aaron.yml
@@ -0,0 +1,25 @@
+---
+armholeDrop:
+ title: Спуск пройми
+ description: Опускає пройму на обрану відстань. Негативний показик підіймає пройму.
+backlineBend:
+ title: Задня частина пройми
+ description: Визначає форму/криву задньої частини пройми.
+hipsEase:
+ title: Свобода облягяння на животі
+ description: Відсоток свободи облягання на животі.
+necklineBend:
+ title: Форма горловини
+ description: Визначає форму/криву горловини спереду.
+necklineDrop:
+ title: Спуск горловини
+ description: Процент відкриття шиї спереду.
+shoulderStrapPlacement:
+ title: Розташування лямки
+ description: Визначає розташування лямки ближче до шиї (нижчі номери) або ближче до плеча (вищі номери).
+shoulderStrapWidth:
+ title: Ширина лямки
+ description: Визначає ширину лямок.
+stretchFactor:
+ description: Визначає горизонтальне зменшення свободи облягання.
+ title: Розтяжність
diff --git a/packages/i18n/src/locales/uk/options/albert.yml b/packages/i18n/src/locales/uk/options/albert.yml
new file mode 100644
index 00000000000..f8b5dedae55
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/albert.yml
@@ -0,0 +1,20 @@
+---
+backOpening:
+ title: Відкриття спини
+ description: Контролює відкриття на задній частині фартука
+chestDepth:
+ title: Довжина лямки
+ description: Контролює довжину лямки
+lengthBonus:
+ title: Додаткова довжина
+ description: Контролює довжину фартука
+bibLength:
+ title: Довжина нагрудної пройми
+ description: Контролює довжину нагрудної пройми
+bibWidth:
+ title: Ширина нагрудної пройми
+ description: Контролює ширину нагрудної пройми
+strapWidth:
+ title: Ширина лямки
+ description: Контролює ширину лямки
+
diff --git a/packages/i18n/src/locales/uk/options/bee.yml b/packages/i18n/src/locales/uk/options/bee.yml
new file mode 100644
index 00000000000..4068a7cbf1a
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/bee.yml
@@ -0,0 +1,82 @@
+---
+chestEase:
+ title: Свобода облягання на грудях
+ description: Контролює свободу облягання грудей у викрійці-основі Белла, на якій основана Бі
+waistEase:
+ title: Свобода облягання на талії
+ description: Контролює свободу облягання талії у викрійці-основі Белла, на якій основана Бі
+bustSpanEase:
+ title: Свобода облягання центру грудей
+ description: Контролює свободу облягання центру грудей у викрійці-основі Белла, на якій основана Бі
+topDepth:
+ title: Глибина верху
+ description: Контролює, як високо чашка піднімається наверх
+bottomCupDepth:
+ title: Глибина низу
+ description: Контролює, як низько чашка опускається вниз
+sideDepth:
+ title: Глибина боку
+ description: Контролює, як далеко чашка збільшується у сторону
+sideCurve:
+ title: Дуга лінії боку
+ description: Контролює дугу сторони чашки
+frontCurve:
+ title: Дуга внутрішньої лінії
+ description: Контролює дугу внутрішньої сторони чашки
+bellaGuide:
+ title: Показати Беллу
+ description: Показує контур викрійки-основи Белла, на якій основана Бі
+ties:
+ title: Зав'язки
+ description: Чи включати до викрійки зав'язки, так чи ні
+bandTieWidth:
+ title: Ширина зав'язок на спині
+ description: Контролює ширину зав'язок на спині
+bandTieLength:
+ title: Довжина зав'язок на спині
+ description: Контролює довжину зав'язок на спині
+bandTieEnds:
+ title: Кінчики зав'язок на спині
+ description: Створює прямі або загострені кінчики на зав'язках
+bandTieColours:
+ title: Кольори зав'язок на спині
+ description: Створює монохромні або двоколірні зав'язки на спині
+neckTieWidth:
+ title: Ширина зав'язок на шиї
+ description: Контролює ширину зав'язок навколо шиї
+neckTieLength:
+ title: Довжина зав'язок навколо шиї
+ description: Контролює довжину зав'язок навколо шиї
+neckTieEnds:
+ title: Кінчики зав'язок навколо шиї
+ description: Створює прямі або гострі кінчики на зав'язках навколо шиї
+neckTieColours:
+ title: Колір зав'язок навколо шиї
+ description: Створює монохромні або двоколірні зав'язки навколо шиї
+crossBackTies:
+ title: Перехресні зав'язки
+ description: Чи включати до викрійки перехресні зав'язки на спині
+bandLength:
+ title: Довжина резинки (перехресні зав'язки)
+ description: Контролює довжину резинки навколо спини для версії Бі з перехресними зав'язками
+backDartHeight:
+ title: Висота виточки на спині (Белла)
+ description: Контролює висоту виточки на спині у викрійці-основі Белла, на якій основана Бі
+armholeDepth:
+ title: Глибина пройми (Белла)
+ description: Контролює глибину пройми у викрійці-основі Белла, на якій основана Бі
+frontArmholePitchDepth:
+ title: Передній виступ пройми (Белла)
+ description: Контролює передній виступ пройми у викрійці-основі Белла, на якій основана Бі
+frontShoulderWidth:
+ title: Передня ширина плеча (Белла)
+ description: Контролює передню ширину плеча у викрійці-основі Белла, на якій основана Бі
+fullChestEaseReduction:
+ title: Зменшення грудної частини (Белла)
+ description: Контролює зменшення грудної частини у викрійці-основі Белла, на якій основана Бі
+highBustWidth:
+ title: Ширина над грудьми (Белла)
+ description: Контролює ширину над грудьми у викрійці-основі Белла, на якій основана Бі
+shoulderToShoulderEase:
+ title: Свобода облягання ширини плечей (Белла)
+ description: Контролює свободу облягання ширини плечей у викрійці-основі Белла, на якій основана Бі
diff --git a/packages/i18n/src/locales/uk/options/bella.yml b/packages/i18n/src/locales/uk/options/bella.yml
new file mode 100644
index 00000000000..c606ff7e25f
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/bella.yml
@@ -0,0 +1,58 @@
+---
+chestEase:
+ title: Свобода облягання на грудях
+ description: Контролює свободу облягання на найбільшій частині грудей
+waistEase:
+ title: Свобода облягання на талії
+ description: Контролює свободу облягання на талії
+bustSpanEase:
+ title: Свобода облягання центру грудей
+ description: Контролює горизонтальну свободу облягання на центрі грудей.
+shoulderToShoulderEase:
+ title: Свобода облягання ширини плечей
+ description: Контролює свободу облягання ширини плечей. Початково налаштовано на -5%, бо Белла розроблена як викрійка-основа, що застосовується у швейній індустрії.
+fullChestEaseReduction:
+ title: Зменшення свободи облягання на грудях
+ description: Керує незалежним від інших параметрів зменшенням свободи облягання на грудях для (більш) тугої посадки
+backDartHeight:
+ title: Висота спинної виточки
+ description: Керує висотою виточки на спині (більше значення зменшує висоту виточки)
+bustDartLength:
+ title: Довжина грудної виточки
+ description: Керує загальною довжиною виточки на грудях
+waistDartLength:
+ title: Довжина поясної виточки
+ description: Керує загальною довжиною виточки на талії
+bustDartCurve:
+ title: Заокруглення грудної виточки
+ description: Керує наскільки кривими є лінії виточки на грудях
+armholeDepth:
+ title: Глибина пройми рукава
+ description: Керує глибиною (шириною) пройми рукава
+backArmholeSlant:
+ title: Нахил пройми рукава на спині
+ description: Трохи змінює нахил пройми рукава на спині відповідно до точки збігу пройми
+frontArmholeCurvature:
+ title: Заокруглення пройми рукава спереду
+ description: Керує заокругленням пройми рукава спереду
+backArmholeCurvature:
+ title: Заокруглення пройми рукава ззаду
+ description: Керує заокругленням пройми рукава ззаду
+frontArmholePitchDepth:
+ title: Висота передньої точки збігу пройми
+ description: Налаштовує розташування передньої точки збігу по вертикалі
+backArmholePitchDepth:
+ title: Висота задньої точки збігу пройми
+ description: Налаштовує розташування задньої точки збігу по вертикалі
+backNeckCutout:
+ title: Глибина горловини ззаду
+ description: Керує глибиною горловини на задньому полотнищі
+backHemSlope:
+ title: Нахил заднього краю
+ description: Керує нахилом краю на спині
+frontShoulderWidth:
+ title: Ширина плечей спереду
+ description: Контролює ширину плечей переднього полотнища відповідно до заднього
+highBustWidth:
+ title: Ширина полички
+ description: Дозволяє керувати шириною полички на ліфі
diff --git a/packages/i18n/src/locales/uk/options/benjamin.yml b/packages/i18n/src/locales/uk/options/benjamin.yml
new file mode 100644
index 00000000000..2eb789de14a
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/benjamin.yml
@@ -0,0 +1,28 @@
+---
+adjustmentRibbon:
+ title: Рихтувальна тасьма
+ description: Додавати чи не додавати рихтувальну тасьму в елементи викрійки
+bandLength:
+ title: Band length
+ description: Length of the band
+tipWidth:
+ title: Ширина країв
+ description: Ширина чи висота країв бантика
+knotWidth:
+ title: Ширина вузлика
+ description: Ширина перемички (місця зав'язування краватки)
+bowLength:
+ title: Довжина бантика
+ description: Довжина бантика (у зав'язаному стані)
+bowStyle:
+ title: Форма бантика
+ description: Загальна форма бантика
+endStyle:
+ title: Форма стрічок
+ description: Форма стрічок під бантиком
+collarEase:
+ title: Свобода коміра
+ description: Свобода облягання коміра навколо шиї
+ribbonWidth:
+ title: Ширина тасьми
+ description: Ширина тасьми (стрічки)
diff --git a/packages/i18n/src/locales/uk/options/bent.yml b/packages/i18n/src/locales/uk/options/bent.yml
new file mode 100644
index 00000000000..3569317b092
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/bent.yml
@@ -0,0 +1,8 @@
+---
+sleeveBend:
+ title: Згин рукава
+ description: Керує кутом згину рукава в лікті.
+sleevecapHeight:
+ title: Висота окату
+ description: Керує висотою окату рукава.
+
diff --git a/packages/i18n/src/locales/uk/options/bob.yml b/packages/i18n/src/locales/uk/options/bob.yml
new file mode 100644
index 00000000000..fd100ed32d3
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/bob.yml
@@ -0,0 +1,12 @@
+neckRatio:
+ title: Шийний зріз
+ description: Керує діаметром шийного зрізу відповідно до розміру слинявчика
+widthRatio:
+ title: Ширина
+ description: Керує загальною шириною слинявчика
+lengthRatio:
+ title: Довжина
+ description: Керує загальною довжиною слинявчика
+headSize:
+ title: Розмір голови
+ description: Обхват голови, на який має налізати слинявчик
diff --git a/packages/i18n/src/locales/uk/options/breanna.yml b/packages/i18n/src/locales/uk/options/breanna.yml
new file mode 100644
index 00000000000..997b2dd4d73
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/breanna.yml
@@ -0,0 +1,41 @@
+---
+shoulderDart:
+ title: Плечова виточка
+ description: Додавати чи не додавати виточку на плечі для заокруглення спини
+shoulderDartSize:
+ title: Розмір плечової виточки
+ description: Ширина (розмір) плечової виточки
+shoulderDartLength:
+ title: Довжина плечової виточки
+ description: Загальна довжина плечової виточки
+waistDart:
+ title: Поясна виточка
+ description: Додавати чи не додавати виточки на талії для заокруглення спини
+waistDartSize:
+ title: Розмір поясної виточки
+ description: Ширина (розмір) виточки на талії
+waistDartLength:
+ title: Довжина поясної виточки
+ description: Загальна довжина виточки на талії
+verticalEase:
+ title: Вертикальна свобода облягання
+ description: Керує свободою облягання, що розподіляється по довжині виробу
+waistEase:
+ title: Свобода облягання на талії
+ description: Відсоток свободи облягання на талії
+primaryBustDart:
+ title: Грудна виточка
+ description: Керує розташуванням виточки для формування ліфу
+primaryBustDartLength:
+ title: Довжина грудної виточки
+ description: Загальна довжина виточки на грудях
+secondaryBustDart:
+ title: Вторинна грудна виточка
+ description: За бажанням можна додати вторинну виточку на грудях для подальшого формування ліфу
+secondaryBustDartLength:
+ title: Довжина вторинної грудної виточки
+ description: Загальна довжина вторинної виточки на грудях
+primaryBustDartShaping:
+ title: Формування грудних виточок
+ description: Керує співвідношенням між головними та вторинними виточками на грудях
+
diff --git a/packages/i18n/src/locales/uk/options/brian.yml b/packages/i18n/src/locales/uk/options/brian.yml
new file mode 100644
index 00000000000..51a2e0b2762
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/brian.yml
@@ -0,0 +1,103 @@
+---
+acrossBackFactor:
+ title: Across back factor
+ description: Controls your across back width as a factor of your shoulder to shoulder measurement.
+armholeDepthFactor:
+ title: Armhole depth factor
+ description: Controls the depth of the armhole. Higher values make a deeper armhole.
+backNeckCutout:
+ title: Back neck cutout
+ description: How deep the neck is cut out at the back
+bicepsEase:
+ title: Biceps ease
+ description: 'The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease.'
+collarEase:
+ title: Collar ease
+ description: The amount of ease around your neck
+chestEase:
+ title: Chest ease
+ description: The amount of ease at your chest.
+cuffEase:
+ title: Cuff ease
+ description: The amount of ease at your wrist.
+frontArmholeDeeper:
+ title: Front armhole extra cutout
+ description: How much do you want the front armhole to be cut out deeper than the back.
+lengthBonus:
+ title: Length bonus
+ description: The amount to lengthen the garment. A negative value will shorten it.
+s3Collar:
+ title: 'Shoulder seam shift: collar side'
+ description: Increase this option to shift the shoulder seam forward on the collar side. Decreasing it shifts it backwards.
+s3Armhole:
+ title: 'Shoulder seam shift: armhole side'
+ description: Increase this option to shift the shoulder seam forward on the armhole side. Decreasing it shifts it backwards.
+shoulderEase:
+ title: Shoulder ease
+ description: The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness.
+shoulderSlopeReduction:
+ title: Shoulder slope reduction
+ description: The amount by which the shoulder slope is reduced to allow for shoulder padding.
+sleeveLengthBonus:
+ title: Sleeve length bonus
+ description: The amount to lengthen the sleeve. A negative value will shorten it.
+sleevecapEase:
+ title: Sleevecap ease
+ description: The amount by which the sleevecap seam is longer than the armhole seam.
+sleevecapTopFactorX:
+ title: Sleevecap top X
+ description: Controls the horizontal location of the sleevecap top.
+sleevecapTopFactorY:
+ title: Sleevecap top Y
+ description: Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap.
+sleevecapBackFactorX:
+ title: Sleevecap back X
+ description: Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)
+sleevecapBackFactorY:
+ title: Sleevecap back Y
+ description: Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)
+sleevecapFrontFactorX:
+ title: Sleevecap front X
+ description: Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)
+sleevecapFrontFactorY:
+ title: Sleevecap front Y
+ description: Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)
+sleevecapQ1Offset:
+ title: Sleevecap Q1 offset
+ description: Controls the curvature of the sleevecap in the first quadrant (front armhole)
+sleevecapQ2Offset:
+ title: Sleevecap Q2 offset
+ description: Controls the curvature of the sleevecap in the second quadrant (front shoulder)
+sleevecapQ3Offset:
+ title: Sleevecap Q3 offset
+ description: Controls the curvature of the sleevecap in the third quadrant (back shoulder)
+sleevecapQ4Offset:
+ title: Sleevecap Q4 offset
+ description: Controls the curvature of the sleevecap in the fourth quadrant (back armhole)
+sleevecapQ1Spread1:
+ title: Sleevecap Q1 downward spread
+ description: Controls the spread of the sleevecap first quadrant curvature towards the armhole
+sleevecapQ1Spread2:
+ title: Sleevecap Q1 upward spread
+ description: Controls the spread of the sleevecap first quadrant curvature towards the shoulder
+sleevecapQ2Spread1:
+ title: Sleevecap Q2 downward spread
+ description: Controls the spread of the sleevecap second quadrant curvature towards the armhole
+sleevecapQ2Spread2:
+ title: Sleevecap Q2 upward spread
+ description: Controls the spread of the sleevecap second quadrant curvature towards the shoulder
+sleevecapQ3Spread1:
+ title: Sleevecap Q3 upward spread
+ description: Controls the spread of the sleevecap third quadrant curvature towards the shoulder
+sleevecapQ3Spread2:
+ title: Sleevecap Q3 downward spread
+ description: Controls the spread of the sleevecap third quadrant curvature towards the armhole
+sleevecapQ4Spread1:
+ title: Sleevecap Q4 upward spread
+ description: Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder
+sleevecapQ4Spread2:
+ title: Sleevecap Q4 downward spread
+ description: Controls the spread of the sleevecap fourth quadrant curvature towards the armhole
+sleeveWidthGuarantee:
+ title: Sleeve width guarantee
+ description: Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole.
diff --git a/packages/i18n/src/locales/uk/options/bruce.yml b/packages/i18n/src/locales/uk/options/bruce.yml
new file mode 100644
index 00000000000..8fe9ae7c69f
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/bruce.yml
@@ -0,0 +1,19 @@
+---
+bulge:
+ title: Пахова вставка
+ description: Керує кутом пахової вставки для регулювання простору в передній мішковині.
+legBonus:
+ title: Додаткова довжина
+ description: Збільшує загальну довжину по нозі.
+rise:
+ title: Посадка
+ description: Керує висотою посадки на талії. Негативний показник зробить посадку нижчою.
+stretch:
+ title: Еластичність
+ description: Керує негативною свободою облягання.
+legStretch:
+ title: Обхват ноги
+ description: 'Для найкращого результату рекомендується дещо туга посадка на нозі — ніяких пройм.'
+backRise:
+ title: Посадка ззаду
+ description: Керує відсотком висоти посадки ззаду.
diff --git a/packages/i18n/src/locales/uk/options/carlita.yml b/packages/i18n/src/locales/uk/options/carlita.yml
new file mode 100644
index 00000000000..dd0888544be
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/carlita.yml
@@ -0,0 +1,4 @@
+---
+contour:
+ title: Contour
+ description: Controls how sharply the princess seam is contoured.
diff --git a/packages/i18n/src/locales/uk/options/carlton.yml b/packages/i18n/src/locales/uk/options/carlton.yml
new file mode 100644
index 00000000000..fd71c4cf758
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/carlton.yml
@@ -0,0 +1,31 @@
+---
+seatEase:
+ title: Seat ease
+ description: Amount of ease around your bum
+pocketPlacementHorizontal:
+ title: Horizontal pocket placement
+ description: The (horizontal) location of the pockets
+pocketPlacementVertical:
+ title: Vertical pocket placement
+ description: The (vertical) location of the pockets
+collarHeight:
+ title: Collar height
+ description: Height of the collar
+length:
+ title: Length
+ description: Total length
+pocketFlapRadius:
+ title: Pocket flap radius
+ description: The amount by which the pocket flap is rounded
+pocketRadius:
+ title: Pocket radius
+ description: The amount by which the pocket is rounded
+chestPocketHeight:
+ title: Chest pocket height
+ description: Height of the chest pocket
+beltWidth:
+ title: Belt width
+ description: Width of the belt
+buttonSpacingHorizontal:
+ title: Horizontal button spacing
+ description: Horizontal spacing of the buttons, also determines the front closure overlap
diff --git a/packages/i18n/src/locales/uk/options/cathrin.yml b/packages/i18n/src/locales/uk/options/cathrin.yml
new file mode 100644
index 00000000000..e43722edb3e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/cathrin.yml
@@ -0,0 +1,28 @@
+---
+panels:
+ title: Кількість панелей
+ description: Загальна кількість панелей на викрійці. Більша кількість панелей забезпечить кращу посадку для гладких моделей.
+ options:
+ '11': 11 панелей
+ '13': 13 панелей
+waistReduction:
+ title: Утягування талії
+ description: Відсоток утягування талії для бажаного ефекту.
+backOpening:
+ title: Зріз на спині
+ description: Ширина відстані центрального спинного зрізу.
+backRise:
+ title: Верхня посадка ззаду
+ description: Висота задніх панелей від боків до центру спини.
+backDrop:
+ title: Нижня посадка ззаду
+ description: Наскільки задні панелі опускаються від стегон до центру спини. Від'ємне значення підніме ці панелі вгору.
+frontRise:
+ title: Верхня посадка спереду
+ description: 'Висота передніх панелей від боків до центру між грудьми. Від''ємне значення опустить ці панелі донизу.'
+frontDrop:
+ title: Нижня посадка спереду
+ description: Наскільки передні панелі опускаються від стегон до центру тулуба.
+hipRise:
+ title: Посадка на стегнах
+ description: Наскільки високо розташовуються бокові панелі відповідно до стегон.
diff --git a/packages/i18n/src/locales/uk/options/charlie.yml b/packages/i18n/src/locales/uk/options/charlie.yml
new file mode 100644
index 00000000000..c80b04de2cf
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/charlie.yml
@@ -0,0 +1,52 @@
+---
+backPocketHorizontalPlacement:
+ title: Горизонтальне розміщення задньої кишені
+ description: Керує розміщенням задньої кишені по горизонталі
+backPocketVerticalPlacement:
+ title: Вертикальне розміщення задньої кишені
+ description: Керує розміщенням задньої кишені по вертикалі
+backPocketWidth:
+ title: Ширина задньої кишені
+ description: Керує шириною задньої кишені
+backPocketDepth:
+ title: Глибина задньої кишені
+ description: Керує глибиною задньої кишені
+backPocketFacing:
+ title: Back pocket facing
+ description: Controls whether or not to include facing on the back pockets
+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 curve
+ 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
+waistbandCurve:
+ title: Waistband Curve
+ description: Controls how curved the waistband is.
diff --git a/packages/i18n/src/locales/uk/options/cornelius.yml b/packages/i18n/src/locales/uk/options/cornelius.yml
new file mode 100644
index 00000000000..b4d3ce2f2ea
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/cornelius.yml
@@ -0,0 +1,26 @@
+---
+fullness:
+ title: Fullness
+ description: Controls the fullness of the breeches
+waistbandBelowWaist:
+ title: Lower waistband
+ description: Percentage to move the waistband below the actual waist
+waistReduction:
+ title: Waist reduction
+ description: Percentage to reduce the waistband
+cuffWidth:
+ title: Cuff width
+ description: Width of the leg cuff
+cuffStyle:
+ title: Cuff style
+ description: Style of the leg cuff
+bandBelowKnee:
+ title: Cuff below knee
+ description: Controls the cuff distance from the knee
+kneeToBelow:
+ title: Cuff length
+ description: Controls the tightness of the cuff as compared to the knee
+ventLength:
+ title: Vent length
+ description: Controls the length of the vent between knee and cuff
+
diff --git a/packages/i18n/src/locales/uk/options/diana.yml b/packages/i18n/src/locales/uk/options/diana.yml
new file mode 100644
index 00000000000..a995e56fc35
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/diana.yml
@@ -0,0 +1,8 @@
+---
+shoulderSeamLength:
+ title: Довжина плечового шва
+ description: Контролює довжину плечового шва
+drapeAngle:
+ title: Кут драпірування
+ description: Контролює кількість складок
+
diff --git a/packages/i18n/src/locales/uk/options/florence.yml b/packages/i18n/src/locales/uk/options/florence.yml
new file mode 100644
index 00000000000..e5c568c6a81
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/florence.yml
@@ -0,0 +1,10 @@
+---
+height:
+ title: Висота
+ description: Контролює висоту данної маски
+length:
+ title: Довжина
+ description: Контролює довжину маски
+curve:
+ title: Крива
+ description: Контролює вигин верхнього краю маски
diff --git a/packages/i18n/src/locales/uk/options/florent.yml b/packages/i18n/src/locales/uk/options/florent.yml
new file mode 100644
index 00000000000..cb6537ee754
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/florent.yml
@@ -0,0 +1,4 @@
+---
+headEase:
+ title: Свобода облягання на голові
+ description: Контролює свободу облягання навколо голови
diff --git a/packages/i18n/src/locales/uk/options/hi.yml b/packages/i18n/src/locales/uk/options/hi.yml
new file mode 100644
index 00000000000..534814fca5c
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/hi.yml
@@ -0,0 +1,12 @@
+hungry:
+ title: Hungry
+ description: Changes the mouth shape to convey Hi is hungry
+nosePointiness:
+ title: Nose pointiness
+ description: Controls how pointy Hi's nose is
+aggressive:
+ title: Aggressive
+ description: Give Hi pointy teeth, or not
+size:
+ title: Size
+ description: Sharks come in all sizes, and so does Hi
diff --git a/packages/i18n/src/locales/uk/options/holmes.yml b/packages/i18n/src/locales/uk/options/holmes.yml
new file mode 100644
index 00000000000..2c86c8da1ab
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/holmes.yml
@@ -0,0 +1,28 @@
+---
+headEase:
+ title: Head ease
+ description: The amount of ease around your head.
+lengthRatio:
+ title: Length ratio
+ description: Controls the length of the crown and ear flaps
+gores:
+ title: Number of gores
+ description: The number of gores used to construct the crown
+visorAngle:
+ title: Visor angle
+ description: The arc angle used to draft the inner curve of the visor
+visorWidth:
+ title: Visor width
+ description: Controls the width of the visor
+earLength:
+ title: Ear flap length
+ description: Controls the length of the ear flaps independently from the crown pieces
+earWidth:
+ title: Ear flap width
+ description: Controls the width of the ear flaps
+buttonhole:
+ title: Buttonhole guide
+ description: Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant
+visorLength:
+ title: Visor length
+ description: Controls the length of the visor
diff --git a/packages/i18n/src/locales/uk/options/hortensia.yml b/packages/i18n/src/locales/uk/options/hortensia.yml
new file mode 100644
index 00000000000..555b48b842e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/hortensia.yml
@@ -0,0 +1,13 @@
+---
+size:
+ title: Size
+ description: Controls the overall size of the handbag
+zipperSize:
+ title: Zipper size
+ description: Which size of zipper to use
+strapLength:
+ title: Strap length
+ description: Controls the length of the strap
+handleWidth:
+ title: Handle width
+ description: Controls the width of the handle
diff --git a/packages/i18n/src/locales/uk/options/huey.yml b/packages/i18n/src/locales/uk/options/huey.yml
new file mode 100644
index 00000000000..022eee7f568
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/huey.yml
@@ -0,0 +1,22 @@
+---
+pocket:
+ title: Pocket
+ description: Whether to include a front pocket or not
+pocketHeight:
+ title: Pocket height
+ description: Controls the height of the pocket
+hoodHeight:
+ title: Hood height
+ description: Controls the height of the hood
+hoodCutback:
+ title: Hood cutback
+ description: Controls how far the hood opening is cut back
+hoodClosure:
+ title: Hood closure
+ description: Controls how much of the hood is part of the front closure
+hoodDepth:
+ title: Hood depth
+ description: Controls the depth of the hood
+hoodAngle:
+ title: Hood angle
+ description: Controls the angle at which the hood is attached
diff --git a/packages/i18n/src/locales/uk/options/hugo.yml b/packages/i18n/src/locales/uk/options/hugo.yml
new file mode 100644
index 00000000000..0192b1a11bf
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/hugo.yml
@@ -0,0 +1,4 @@
+---
+hipsEase:
+ title: Hips ease
+ description: The amount of ease at your hips.
diff --git a/packages/i18n/src/locales/uk/options/jaeger.yml b/packages/i18n/src/locales/uk/options/jaeger.yml
new file mode 100644
index 00000000000..f69ffb3bf0c
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/jaeger.yml
@@ -0,0 +1,112 @@
+---
+centerBackDart:
+ title: Центральна виточка на комірі
+ description: Dart at the center back of your neck to accommodate a rounded back
+sleeveVentLength:
+ title: Sleeve vent length
+ description: Length of the sleeve vent
+sleeveVentWidth:
+ title: Sleeve vent width
+ description: Width of the sleeve vent
+chestShaping:
+ title: Chest shaping
+ description: Amount of shaping to accommodate for the chest curve
+frontDartPlacement:
+ title: Front dart placement
+ description: Location of the front darts
+frontOverlap:
+ title: Front overlap
+ description: How far the fabric extends beyond the closing buttons
+sideFrontPlacement:
+ title: Side/Front placement
+ description: The location of the side/front boundary
+chestPocketDepth:
+ title: Chest pocket depth
+ description: The depth of the chest pocket
+chestPocketWidth:
+ title: Chest pocket width
+ description: The width of the chest pocket
+chestPocketPlacement:
+ title: Chest pocket placement
+ description: The location of the chest pocket
+chestPocketAngle:
+ title: Chest pocket angle
+ description: The angle under which the chest pocket is placed
+chestPocketWeltSize:
+ title: Chest pocket welt size
+ description: The size of the chest pocket welt
+frontPocketPlacement:
+ title: Front pocket placement
+ description: Location of the front pocket
+frontPocketWidth:
+ title: Front pocket width
+ description: The width of the front pocket
+frontPocketDepth:
+ title: Front pocket depth
+ description: The depth of the front pocket
+frontPocketRadius:
+ title: Front pocket radius
+ description: The radius by which the front pocket is rounded
+innerPocketPlacement:
+ title: Inner pocket placement
+ description: The location of the inner pocket
+innerPocketWidth:
+ title: Inner pocket width
+ description: The width of the inner pocket
+innerPocketDepth:
+ title: Inner pocket depth
+ description: The depth of the inner pocket
+innerPocketWeltHeight:
+ title: Inner pocket welt height
+ description: The height of the inner pocket welt
+pocketFoldover:
+ title: Pocket fold-over
+ description: The amount by which the main fabric is folder over into the pocket
+centerFrontHemDrop:
+ title: Center front hem drop
+ description: The amount by which the hem is lowered towards the center front
+backVent:
+ title: Back vent
+ description: The amount of back vents
+backVentLength:
+ title: Back vent length
+ description: The length of the back vent(s)
+buttonLength:
+ title: Button length
+ description: The distance over which buttons are spread
+frontCutawayAngle:
+ title: Front cutaway angle
+ description: The angle under which the front is cut away towards the hem
+frontCutawayStart:
+ title: Front cutaway start
+ description: The location at which the front starts opening up towards the hem
+frontCutawayEnd:
+ title: Front cutaway end
+ description: Increasing this will make the front cutaway stay closer to the center front
+collarSpread:
+ title: Collar spread
+ description: The collar spread controls how the collar drapes over the shoulders
+lapelStart:
+ title: Lapel start
+ description: Location where the center front goes over into the lapels
+lapelReduction:
+ title: Lapel reduction
+ description: How much the tip of the lapels turns inwards
+collarHeight:
+ title: Висота коміру
+ description: Контролює висоту коміру
+collarNotchDepth:
+ title: Collar notch depth
+ description: Depth of the collar notch
+collarNotchAngle:
+ title: Collar notch angle
+ description: Angle of the collar notch
+collarNotchReturn:
+ title: Collar notch return
+ description: How much the collar returns from the notch, in comparison to the lapel
+rollLineCollarHeight:
+ title: Roll-line collar height
+ description: How much the roll-line hugs the neck
+hemRadius:
+ title: Hem radius
+ description: The amount by which the hem is rounded
diff --git a/packages/i18n/src/locales/uk/options/lucy.yml b/packages/i18n/src/locales/uk/options/lucy.yml
new file mode 100644
index 00000000000..da6e912ffd1
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/lucy.yml
@@ -0,0 +1,10 @@
+width:
+ title: Width
+ description: Width of the pocket
+length:
+ title: Length
+ description: Length (depth) of the pocket
+edge:
+ title: Taper
+ description: Controls how much the pocket opening tapers inwards
+
diff --git a/packages/i18n/src/locales/uk/options/lunetius.yml b/packages/i18n/src/locales/uk/options/lunetius.yml
new file mode 100644
index 00000000000..80c8b4e7e6f
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/lunetius.yml
@@ -0,0 +1,16 @@
+---
+lengthRatio:
+ title: Length ratio
+ description: Controls the length of the garment
+widthRatio:
+ title: Width ratio
+ description: Controls the width of the garment
+length:
+ title: Length
+ description: Choose from the different length styles
+ options:
+ toKnee: On the knee
+ toBelowKnee: Below the knee
+ toHips: On the hips
+ toUpperLeg: On the thigh
+ toFloor: To the floor
diff --git a/packages/i18n/src/locales/uk/options/noble.yml b/packages/i18n/src/locales/uk/options/noble.yml
new file mode 100644
index 00000000000..25695a2c358
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/noble.yml
@@ -0,0 +1,58 @@
+dartPosition:
+ description: Controls whether to split at the shoulder or armhole
+ title: Dart position
+chestEase:
+ description: Controls the amount of ease at the chest
+ title: Chest ease
+waistEase:
+ description: Controls the amount of ease at the waist
+ title: Waist ease
+bustSpanEase:
+ description: Controls the amount of ease along the bust span
+ title: Bust span ease
+backDartHeight:
+ description: Back dart height
+ title: Controls the height of the back dart
+waistDartLength:
+ description: Controls the length of the waist dart
+ title: Waist dart length
+shoulderDartPosition:
+ description: Controls the position of the shoulder dart
+ title: Shoulder dart position
+upperDartLength:
+ description: Controls the length of the upper dart
+ title: Upper dart length
+armholeDartPosition:
+ description: Controls the position of the armhole dart
+ title: Armhole dart position
+armholeDepth:
+ description: Controls the depth of the armhole
+ title: Armhole depth
+backArmholeSlant:
+ description: Controls the slant of the armhole at the back
+ title: Back armhole slant
+backArmholeCurvature:
+ description: Controls how deep the armhole is scooped out at the back
+ title: Back armhole curvature
+frontArmholePitchDepth:
+ description: Controls how deep the armhole curts into the front
+ title: Front armhole pitch depth
+backArmholePitchDepth:
+ description: Controls how deep the armhole curts into the back
+ title: Back armhole pitch depth
+backNeckCutout:
+ description: Controls how deep the neck is cutout in the back
+ title: Back neck cutout
+backHemSlope:
+ description: Constrols the slope of the back hem
+ title: Back hem slope
+frontShoulderWidth:
+ description: Controls how much width is added to the shoulder in the front
+ title: Front shoulder width
+highBustWidth:
+ description: Controls the widht of the high bust
+ title: Hight bust width
+shoulderToShoulderEase:
+ description: Controls the amount of ease long the shoulder to shoulder measurement
+ title: Shoulder to shoulder ease
+
diff --git a/packages/i18n/src/locales/uk/options/paco.yml b/packages/i18n/src/locales/uk/options/paco.yml
new file mode 100644
index 00000000000..6a404a94603
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/paco.yml
@@ -0,0 +1,16 @@
+---
+heelEase:
+ title: Heel ease
+ description: The amount of ease at your heel (when stepping into the leg)
+frontPockets:
+ title: Front pockets
+ description: Whether or not to add front pockets on the side seam
+backPockets:
+ title: Back pockets
+ description: Whether or not to add welt pockets to the back
+elasticatedHem:
+ title: Elasticated hem
+ description: Whether or not you want an elasticated hem
+ankleElastic:
+ title: Ankle/Hem elastic width
+ description: Width of the (optional) elastic at the ankle/hem
diff --git a/packages/i18n/src/locales/uk/options/penelope.yml b/packages/i18n/src/locales/uk/options/penelope.yml
new file mode 100644
index 00000000000..b069cf618d8
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/penelope.yml
@@ -0,0 +1,46 @@
+---
+backDartDepthFactor:
+ title: Back dart depth factor
+ description: How far down does the back dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.
+backVent:
+ title: Back vent
+ description: Add a vent in the back of the skirt.
+backVentLength:
+ title: Back vent length
+ description: Length of the Back Vent as a percentage of the skirt length.
+dartToSideSeamFactor:
+ title: Dart to side seam factor
+ description: Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam.
+frontDartDepthFactor:
+ title: Front dart depth factor
+ description: How far down does the front dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.
+hem:
+ title: Size of the hem
+ description: The size of the hem. Measurement in absolute values.
+hemBonus:
+ title: Hem bonus
+ description: This option will reduce the circumference of the skirt at the hem. Percentage of the Seat measurement.
+lengthBonus:
+ title: Length bonus
+ description: This sets the length of the skirt. Percentage of the Natural Waist to Knee measurement.
+nrOfDarts:
+ title: Number of darts
+ description: The number of darts used in the pattern. Maximum is 2. This option can be reduced by the pattern if the calculations create darts that are too small.
+seatEase:
+ title: Seat ease
+ description: Amount of ease at the seat level.
+waistBand:
+ title: Waist band
+ description: Add a waistband to the pattern.
+waistBandWidth:
+ title: Waist band width
+ description: The width of the waist band.
+waistEase:
+ title: Waist ease
+ description: Amount of ease at the waist level.
+zipperLocation:
+ title: Zipper location
+ description: The location of the zipper.
+ options:
+ backSeam: At the back seam
+ sideSeam: At the side seam
diff --git a/packages/i18n/src/locales/uk/options/sandy.yml b/packages/i18n/src/locales/uk/options/sandy.yml
new file mode 100644
index 00000000000..3118bafd1d1
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/sandy.yml
@@ -0,0 +1,26 @@
+---
+waistbandWidth:
+ title: Waistband width
+ description: Controls the width of the waistband.
+waistbandPosition:
+ title: Waistband position
+ description: Controls the position of the waistband.
+waistbandShape:
+ title: Waistband shape
+ description: Whether you want a straight or shaped waistband.
+circleRatio:
+ title: Circle ratio
+ description: The percentage of a circle you want the skirt to be.
+waistbandOverlap:
+ title: Waistband overlap
+ description: The amount by which the waistband overlaps.
+gathering:
+ title: Gathering
+ description: The percent by which the top of the skirt is longer than the bottom of the waistband.
+seamlessFullCircle:
+ title: Seamless full circle
+ description: Enables a seamless full circle skirt.
+hemWidth:
+ title: Hem width
+ description: Width of the hem
+
diff --git a/packages/i18n/src/locales/uk/options/shin.yml b/packages/i18n/src/locales/uk/options/shin.yml
new file mode 100644
index 00000000000..8583f5455b1
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/shin.yml
@@ -0,0 +1,7 @@
+---
+legReduction:
+ title: Leg reduction
+ description: Reduces the leg opening to prevent gaping
+elasticWidth:
+ title: Elastic width
+ description: Width of the elastic at the waist
diff --git a/packages/i18n/src/locales/uk/options/simon.yml b/packages/i18n/src/locales/uk/options/simon.yml
new file mode 100644
index 00000000000..b4490ebeaae
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/simon.yml
@@ -0,0 +1,136 @@
+---
+backDarts:
+ title: Back darts
+ description: Whether or not to include back darts
+ options:
+ auto: Automatic
+ always: Always
+ never: Never
+backDartShaping:
+ title: Back dart shaping
+ description: The amount of shaping that is done by the back darts
+barrelCuffNarrowButton:
+ title: Cuff narrow button
+ description: Whether to include a button to tie the cuffs more narrow. This option is only relevant for barrel cuffs.
+boxPleat:
+ title: Box pleat
+ description: Whether to include a box pleat at the back or not
+boxPleatWidth:
+ title: Box pleat width
+ description: The total widh of the box pleat
+boxPleatFold:
+ title: Box pleat fold
+ description: The amount by with the box pleat folds inwards
+buttonPlacketStyle:
+ title: Button placket style
+ description: Style of the button placket.
+ options:
+ classic: Classic style
+ seamless: French style (seamless)
+buttonPlacketWidth:
+ title: Button placket width
+ description: Width of the button placket.
+buttonFreeLength:
+ title: Button free length
+ description: How much of the bottom of the front closure to keep button-free.
+buttonholePlacketFoldWidth:
+ title: Buttonhole placket fold width
+ description: Width of the buttonhole placket fold.
+buttonholePlacketStyle:
+ title: Buttonhole placket style
+ description: Style of the buttonhole placket.
+ options:
+ classic: Classic style
+ seamless: French style (seamless)
+buttonholePlacketWidth:
+ title: Buttonhole placket width
+ description: Width of the buttonhole placket.
+buttons:
+ title: Number of buttons
+ description: The number of buttons on the front closure.
+collarAngle:
+ title: Collar angle
+ description: The angle of the collar tips.
+collarBend:
+ title: Collar bend
+ description: The bend of the collar.
+collarFlare:
+ title: Collar flare
+ description: The flare of the collar tips.
+collarGap:
+ title: Collar gap
+ description: The gap between the the two collar ends.
+collarRoll:
+ title: Collar roll
+ description: The amount by which the top collar is larger than the undercollar.
+collarStandBend:
+ title: Collar stand bend
+ description: The bend of the collar stand.
+collarStandCurve:
+ title: Collar stand curve
+ description: The curve of the collar stand.
+collarStandWidth:
+ title: Collar stand width
+ description: Width of the collar stand.
+cuffButtonRows:
+ title: Cuff button rows
+ description: Whether to draft a single or double row of cuff buttons. This option is only relevant for barrel cuffs.
+ options:
+ '1': Single cuff button row
+ '2': Double cuff button row
+cuffDrape:
+ title: Cuff drape
+ description: The amount by which the sleeve is wider than the cuff where the are joined.
+cuffLength:
+ title: Cuff length
+ description: The length of the cuffs.
+cuffStyle:
+ title: Cuff style
+ description: The style of the cuffs.
+ options:
+ roundedBarrelCuff: Rounded barrel cuff
+ angledBarrelCuff: Angled barrel cuff
+ straightBarrelCuff: Straight barrel cuff
+ roundedFrenchCuff: Rounded French cuff
+ angledFrenchCuff: Angled French cuff
+ straightFrenchCuff: Straight French cuff
+extraTopButton:
+ title: Extra top button
+ description: Whether or not to include an extra top button on the front closure.
+ffsa:
+ title: Flat-felled seam allowace
+ description: The amount of seam allowance on flet-felled seams as a proportion of the regular seam allowance
+hemCurve:
+ title: Hem curve
+ description: The height of the curve on a curved hem.
+hemStyle:
+ title: Hem style
+ description: The style of the shirt hem.
+ options:
+ straight: Straight hem
+ baseball: Baseball hem
+ slashed: Slashed hem
+roundBack:
+ title: Round back
+ description: To fit a round(er) back, this adds length to the center back (at the yoke) that tapers of towards the sides.
+seperateButtonholePlacket:
+ title: Seperate buttonhole placket
+ description: Draft a separate buttonhole placket.
+seperateButtonPlacket:
+ title: Seperate button placket
+ description: Draft a separate button placket
+sleevePlacketLength:
+ title: Sleeve placket length
+ description: The length of the sleeve placket.
+sleevePlacketWidth:
+ title: Sleeve placket width
+ description: The width of the sleeve placket.
+splitYoke:
+ title: Split yoke
+ description: Whether to draft a split or regular yoke.
+waistEase:
+ title: Waist ease
+ description: The amount of ease at your (natural) waist.
+yokeHeight:
+ title: Yoke height
+ description: Controls the height of the yoke
diff --git a/packages/i18n/src/locales/uk/options/simone.yml b/packages/i18n/src/locales/uk/options/simone.yml
new file mode 100644
index 00000000000..2476f69fcc7
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/simone.yml
@@ -0,0 +1,16 @@
+---
+bustDartAngle:
+ title: Bust dart angle
+ description: Controls the angle by which the (side) bust dart slopes downward
+bustDartLength:
+ title: Bust dart length
+ description: Controls how close the bust dart approaches the bust point
+contour:
+ title: Contour
+ description: Controls how sharply the extra room for breasts is removed again below the chest
+frontDarts:
+ title: Front darts
+ description: Whether to include front darts or not
+frontDartLength:
+ title: Front dart length
+ description: Controls how close the front dart approaches the bust point
diff --git a/packages/i18n/src/locales/uk/options/sven.yml b/packages/i18n/src/locales/uk/options/sven.yml
new file mode 100644
index 00000000000..3f8e7a99a99
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/sven.yml
@@ -0,0 +1,13 @@
+---
+hipsEase:
+ title: Hips ease
+ description: Controls the amount of ease at your hips (the bottom of the sweater)
+ribbing:
+ title: Ribbing
+ description: Whether to finish the hem and cuffs with ribbing or not.
+ribbingHeight:
+ title: Ribbing height
+ description: The height of the ribbing on cuffs and hem.
+ribbingStretch:
+ title: Ribbing stretch
+ description: The amount of negative ease to apply to the ribbing used for cuffs and hem.
diff --git a/packages/i18n/src/locales/uk/options/tamiko.yml b/packages/i18n/src/locales/uk/options/tamiko.yml
new file mode 100644
index 00000000000..41da8be36b6
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/tamiko.yml
@@ -0,0 +1,10 @@
+---
+flare:
+ title: Flare
+ description: The amount by which the garment flares from your chest downwards
+shoulderseamLength:
+ title: Shoulder seam length
+ description: The length of the shoulder seam, as a factor of your shoulder to shoulder measurement
+shoulderSlope:
+ title: Shoulder slope
+ description: Controls the angle of the shoulder seams
diff --git a/packages/i18n/src/locales/uk/options/teagan.yml b/packages/i18n/src/locales/uk/options/teagan.yml
new file mode 100644
index 00000000000..6b85f9d73e6
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/teagan.yml
@@ -0,0 +1,19 @@
+---
+draftForHighBust:
+ title: Draft for high bust
+ description: Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+sleeveEase:
+ title: Свобода прилягання рукава
+ description: Змінити свободу прилягання рукавів
+sleeveLength:
+ title: Довжина рукава
+ description: Змінити довжину рукавів
+necklineBend:
+ title: Вигін горловини
+ description: Змінити лінію вигину горловини.
+necklineDepth:
+ title: Глибина горловини
+ description: Змінити параметр того, як низько знаходиться горловина.
+necklineWidth:
+ title: Ширина горловини
+ description: Змінити ширину горловини.
diff --git a/packages/i18n/src/locales/uk/options/theo.yml b/packages/i18n/src/locales/uk/options/theo.yml
new file mode 100644
index 00000000000..b0326ad3481
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/theo.yml
@@ -0,0 +1,7 @@
+---
+wedge:
+ title: Wedge
+ description: Controls the length of the cross seam
+legWidth:
+ title: Leg width
+ description: Controls the width of the legs
diff --git a/packages/i18n/src/locales/uk/options/tiberius.yml b/packages/i18n/src/locales/uk/options/tiberius.yml
new file mode 100644
index 00000000000..d1042cd8830
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/tiberius.yml
@@ -0,0 +1,39 @@
+---
+headRatio:
+ title: Head ratio
+ description: Controls the size of the head opening
+armholeDrop:
+ title: Armhole drop
+ description: Controls the depth of the armhole
+lengthBonus:
+ title: Length bonus
+ description: Allows variation of the length of the garment
+widthBonus:
+ title: Width bonus
+ description: Allows variation of the width of the garment
+clavi:
+ title: Clavi
+ description: Whether or not to include guides for clavi
+clavusLocation:
+ title: Clavus location
+ description: Controls the location of the clavi
+clavusWidth:
+ title: Clavus width
+ description: Controls the width of the clavi
+length:
+ title: Length
+ description: Controls the length of the garment
+ options:
+ toKnee: On the knee
+ toMidLeg: On the thigh
+ toFloor: To the floor
+width:
+ title: Width
+ description: Controls the width of the garment
+ options:
+ toElbow: To the elbow
+ toShoulder: To the shoulder
+ toMidArm: To the upper arm
+forceWidth:
+ title: Force width
+ description: Apply width settings regardless of constraints
diff --git a/packages/i18n/src/locales/uk/options/titan.yml b/packages/i18n/src/locales/uk/options/titan.yml
new file mode 100644
index 00000000000..10cb926f285
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/titan.yml
@@ -0,0 +1,46 @@
+---
+kneeEase:
+ title: Knee ease
+ description: Controls the amout of ease at the knee
+waistHeight:
+ title: Waist height
+ description: Controls the height of the waist, 100% = waist height, 0% = hip height
+lengthBonus:
+ title: Length bonus
+ description: Controls the length of the trousers
+crotchDrop:
+ title: Crotch drop
+ description: Lowers the crotch for a more relaxed fit
+fitKnee:
+ title: Fit the knee
+ description: Fits the legs from based on the knee circumference, rather than seat circumference
+legBalance:
+ title: Leg balance
+ description: Controls the ratio between front and back panel of the leg
+crossSeamCurveStart:
+ title: Start of the cross seam curve
+ description: Controls how far into the cross seam we start to curve
+crossSeamCurveBend:
+ title: Cross seam bend
+ description: Controls the curvature of the cross seam
+crossSeamCurveAngle:
+ title: Cross seam angle
+ description: Controls the angle of the cross seam
+crotchSeamCurveStart:
+ title: Start of the crotch seam curve
+ description: Controls how far into the crotch seam we start to curve
+crotchSeamCurveBend:
+ title: Crotch seam bend
+ description: Controls the curvature of the crotch seam
+crotchSeamCurveAngle:
+ title: Crotch seam angle
+ description: Controls the angle of the crotch seam
+waistBalance:
+ title: Waist balance
+ description: Controls the horizontal position of the waist relative to the seat
+waistbandWidth:
+ title: Waistband width
+ description: The width of the waistband
+grainlinePosition:
+ title: Grainline position
+ description: Controls the horizontal position of the leg relative to the seat
diff --git a/packages/i18n/src/locales/uk/options/trayvon.yml b/packages/i18n/src/locales/uk/options/trayvon.yml
new file mode 100644
index 00000000000..6abe30eac1e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/trayvon.yml
@@ -0,0 +1,7 @@
+---
+tipWidth:
+ title: Tip width
+ description: The width of your tie at the tip
+knotWidth:
+ title: Knot width
+ description: The width of your tie at the knot
diff --git a/packages/i18n/src/locales/uk/options/unice.yml b/packages/i18n/src/locales/uk/options/unice.yml
new file mode 100644
index 00000000000..14e03bf5b4e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/unice.yml
@@ -0,0 +1,13 @@
+fabricStretchX:
+ title: Fabric stretch (horizontal)
+ description: Adjust this for more or less stretchy fabrics
+fabricStretchY:
+ title: Fabric stretch (vertical)
+ description: Adjust this for more or less stretchy fabrics
+adjustStretch:
+ title: Adjust stretch
+ description: This option allows you to put in the maximum stretch that the fabric will allow in both horizontal and vertical directions; When disabled, the stretch values are used as-is
+useCrossSeam:
+ title: Use crossseam
+ description: When enabled, the total height of the pattern pieces combined will match the cross seam length minus the front and back rise. When disabled, the total height depends on the gusset length option.
+
diff --git a/packages/i18n/src/locales/uk/options/ursula.yml b/packages/i18n/src/locales/uk/options/ursula.yml
new file mode 100644
index 00000000000..679ff5690ff
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/ursula.yml
@@ -0,0 +1,34 @@
+---
+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
+
+
+
diff --git a/packages/i18n/src/locales/uk/options/wahid.yml b/packages/i18n/src/locales/uk/options/wahid.yml
new file mode 100644
index 00000000000..81d6a78ed50
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/wahid.yml
@@ -0,0 +1,43 @@
+---
+backScyeDart:
+ title: Back scye dart
+ description: The amount to take out in a dart at the back of the armhole.
+frontScyeDart:
+ title: Front scye dart
+ description: The amount to take out in a dart at the front of the armhole.
+pocketLocation:
+ title: Pocket location
+ description: Determines the placement of the pocket
+pocketWidth:
+ title: Pocket width
+ description: Determines the width of the pocket
+weltHeight:
+ title: Welt height
+ description: Determines the height of the welt
+necklineDrop:
+ title: Neckline drop
+ description: Determines how low the neckline drops at the front
+frontStyle:
+ title: Neck opening style
+ description: Style of the neck opening
+hemStyle:
+ title: Hem style
+ description: Style of the front hem
+hemRadius:
+ title: Hem radius
+ description: Radius by which the hem is rounded
+backInset:
+ title: Back inset
+ description: How much the back of the armhole is cut inwards
+frontInset:
+ title: Front inset
+ description: How much the front of the armhole is cut inwards
+shoulderInset:
+ title: Shoulder inset
+ description: How much the shoulder seam is cut inwards at the shoulder
+neckInset:
+ title: Neck inset
+ description: How much the shoulder seam is cut inwards at the neck
+pocketAngle:
+ title: Pocket angle
+ description: Angle of the pocket slant
diff --git a/packages/i18n/src/locales/uk/options/walburga.yml b/packages/i18n/src/locales/uk/options/walburga.yml
new file mode 100644
index 00000000000..c38f11137b5
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/walburga.yml
@@ -0,0 +1,23 @@
+---
+headRatio:
+ title: Head ratio
+ description: Controls the size of the head opening
+lengthBonus:
+ title: Length bonus
+ description: Allows variation of the length of the garment
+widthBonus:
+ title: Width bonus
+ description: Allows variation of the width of the garment
+length:
+ title: Length
+ description: Controls the length of the garment
+ options:
+ toKnee: On the knee
+ toMidLeg: On the thigh
+ toFloor: To the floor
+neckoRatio:
+ title: Neck opening shape
+ description: controls the shape of the neck opening
+neckline:
+ title: Neckline
+ description: Controls whether or not to draft a neck opening
diff --git a/packages/i18n/src/locales/uk/options/waralee.yml b/packages/i18n/src/locales/uk/options/waralee.yml
new file mode 100644
index 00000000000..9fd0177b6df
--- /dev/null
+++ b/packages/i18n/src/locales/uk/options/waralee.yml
@@ -0,0 +1,44 @@
+---
+backPocket:
+ title: Back pocket
+ description: Whether to include a back pocket or not
+frontPocket:
+ title: Front pocket
+ description: Whether to include a front pocket or not
+hemWidth:
+ title: Hem size
+ description: Size of the hem at the bottom of the pants
+waistbandWidth:
+ title: Waist Band
+ description: Size of the waist band
+waistRaise:
+ title: Waist Raise
+ description: How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out.
+crotchBack:
+ title: Crotch Back
+ description: The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back.
+crotchFront:
+ title: Crotch Front
+ description: The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front.
+crotchFactorBackHor:
+ title: Back Crotch Factor Horizontal
+ description: Used to move the curve of the crotch in the back horizontally
+crotchFactorBackVer:
+ title: Back Crotch Factor Vertical
+ description: Used to move the curve of the crotch in the back vertically
+crotchFactorFrontHor:
+ title: Front Crotch Factor Horizontal
+ description: Used to move the curve of the crotch in the front horizontally
+crotchFactorFrontVer:
+ title: Front Crotch Factor Vertical
+ description: Used to move the curve of the crotch in the front vertically
+waistOverlap:
+ title: Waist Overlap
+ description: This dicates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back.
+legShortening:
+ title: Leg Shortening
+ description: This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length.
+backRaise:
+ title: Back Raise
+ description: This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This seting allows you to raise this in the back if you need it for a good fit.
+
diff --git a/packages/i18n/src/locales/uk/parts.yaml b/packages/i18n/src/locales/uk/parts.yaml
new file mode 100644
index 00000000000..75dc8eab44f
--- /dev/null
+++ b/packages/i18n/src/locales/uk/parts.yaml
@@ -0,0 +1,58 @@
+---
+back: Спина
+backBase: Основа спинки
+backPocketWelt: Листочка задньої кишені
+base: База
+bentBack: Спина Бент
+bentBase: Основа Бент
+bentFront: Перед Бент
+bentSleeve: Рукав Бент
+bentTopSleeve: Верх рукава Бент
+bentUnderSleeve: Низ рукава Бент
+buttonholePlacket: Деталь під отвір для ґудзика
+buttonPlacket: Деталь під ґудзик
+collar: Комір
+collarStand: Стійка під комір
+cuff: Манжет
+fabricTail: Fabric tail
+fabricTip: Fabric tip
+frontBase: Низ переду
+frontFacing: Лицьовий бік
+front: Переднє полотнище
+frontLeft: Лівий бік переду
+frontLining: Перед підкладки
+frontRight: Правий бік переду
+gusset: Ластовиця
+hoodCenter: Центр капюшону
+hood: Капюшон
+hoodSide: Сторона капюшону
+inset: Вставка
+interfacingTail: Interfacing tail
+interfacingTip: Interfacing tip
+liningTail: Lining tail
+liningTip: Lining tip
+loop: Петелька
+panel1: Панель 1
+panel2: Панель 2
+panel3: Панель 3
+panel4: Панель 4
+panel5: Панель 5
+panel6: Панель 6
+panels: Панелі
+pocketBag: Pocket bag
+pocketFacing: Зовнішня частина кишені
+pocketInterfacing: Pocket interfacing
+pocket: Кишеня
+pocketWelt: Кишенькова листочка
+side: Бік
+sleeveBase: Sleeve base
+sleevecap: Окат рукава
+sleevePlacketOverlap: Верх шліца
+sleevePlacketUnderlap: Низ шліца
+sleeve: Рукав
+topSleeve: Верх рукава
+top: Верх
+underCollar: Підборт
+underSleeve: Низ рукава
+waistband: Резинка на талії
+yoke: Кокетка
diff --git a/packages/i18n/src/locales/uk/patterns.yml b/packages/i18n/src/locales/uk/patterns.yml
new file mode 100644
index 00000000000..8c76ff6a0a5
--- /dev/null
+++ b/packages/i18n/src/locales/uk/patterns.yml
@@ -0,0 +1,139 @@
+---
+aaron:
+ description: Аарон є спортивною майкою.
+ title: Майка Аарон
+albert:
+ description: Альберт – це фартук.
+ title: Фартук Альберт
+bee:
+ description: Бі – це ліф купальника
+ title: Ліф купальника Бі
+bella:
+ description: Белла є викрійкою-основою з виточками.
+ title: Викрійка-основа Белла
+benjamin:
+ description: Бенджамін – це викрійка краватки-метелика з чотирьма різними формами.
+ title: Галстук-метелик Бенджамін
+bent:
+ description: Ця двочастинна викрійка є основою для викрійок пальто та піджаків.
+ title: Викрійка-основа Бент
+bob:
+ description: Це нагрудник, викрійку якого ви можете самостійно створити, пройшовши нашу інструкцію з дизайну викрійок
+ title: Нагрудник Боб
+breanna:
+ description: Бреанна – це викрійка-основа з виточками.
+ title: Викрійка-основа Бреанна
+brian:
+ description: Брайан – це викрійка-основа без виточок.
+ title: Викрійка-основа Брайан
+bruce:
+ description: Брюс – комфортні та стильні боксери.
+ title: Труси-боксери Брюс
+carlita:
+ description: 'Версія пальто Карлтон, ака пальто Шерлока Холмса, тільки зі швом Принц(есса).'
+ title: Пальто Карліта
+carlton:
+ description: 'Підходить для косплею Шерлока Холмса, або просто як гарне і практичне пальто.'
+ title: Пальто Карлтон
+cathrin:
+ description: Катрін – це підгрудний корсет або тренувач талії.
+ title: Корсет Катрін
+charlie:
+ description: Чарлі – це викрійка для брюк-чіносів.
+ title: Брюки-чіноси Чарлі
+cornelius:
+ description: Корнеліус – це бріджі для катання на велосипеді, основані на методі крою Кістон.
+ title: Бріджі для катання Корнеліус
+diana:
+ description: Діана – це топ з горловиною-хомутом.
+ title: Топ з горловиною-хомутом Діана
+florent:
+ description: 'Флорент – це пласка кепка, заокруглена кепка з невеликим твердим козирцем спереду.'
+ title: Пласка кепка Флорент
+florence:
+ description: 'Флоренс – це маска для обличчя.'
+ title: Маска Флоренс
+hi:
+ description: Найдружелюбніша акула у світі.
+ title: Акула Куку
+holmes:
+ description: 'Для косплею Шерлока Холмса, або просто як мила шапочка.'
+ title: Шапка Холмс
+hortensia:
+ description: 'Гортензія – це ручна сумка.'
+ title: Ручна сумка Гортензія
+huey:
+ description: Хьюі – це худі на блискавці з кишенями спереду (на ваш вибір).
+ title: Худі Хьюї
+hugo:
+ description: Хьюго – це джампер з капюшоном та рукавами реглан.
+ title: Худі Хьюго
+jaeger:
+ description: Джагер – це спортивний піджак з двома ґудзиками та накладними кишенями.
+ title: Піджак Джагер
+lucy:
+ description: Люсі – це кишеня з минулого, яку можна зав'язати на талії.
+ title: Кишеня на зав'язках Люсі
+lunetius:
+ description: Лютінус – це ласерна, або історична накидка з Древнього Риму.
+ title: Ласерна Лютінус
+noble:
+ description: Нобл – це викрійка-основа з швом принц(есса).
+ title: Викрійка-основа Нобл
+paco:
+ description: Пако – це базові та стильні літні штани.
+ title: Штани Пако
+penelope:
+ description: Пенелопа – це спідниця-олівець з розрізом ззаду (за бажанням).
+ title: Юбка-олівець Пенелопа
+sandy:
+ description: Сенді – викрійка спідниці-сонце на будь-яку довжину та пишність.
+ title: Юбка-сонце Сенді
+shin:
+ description: Шін – це спортивні плавки.
+ title: Плавки Шін
+simon:
+ description: Саймон – це викрійка сорочки без передніх виточок. Легко адаптується під Ваші швейні плани.
+ title: Сорочка Саймон
+simone:
+ description: Сімон – це як Саймон, але з передніми виточками.
+ title: Сорочка Сімон
+sven:
+ description: Свен – це простий і прямий светр.
+ title: Светр Свен
+tamiko:
+ description: Таміко – це топ "Нуль відходів".
+ title: Блузка Таміко
+teagan:
+ description: Тіган – це викрійка футболки по розміру.
+ title: Футболка Тіган
+theo:
+ description: Тео – це викрійка класичних штанів.
+ title: Штани Тео
+tiberius:
+ description: Тіберіус – це Древньоримська туніка.
+ title: Туніка Тіберіус
+titan:
+ description: Титан – це викрійка-основа штанів без виточок.
+ title: Викрійка-основа штанів Титан
+trayvon:
+ description: Трейвон – це краватка, яка робиться без відрізання кутів для професіонального вигляду.
+ title: Краватка Трейвон
+unice:
+ description: Юніс – це варіант Урсули. Базова, багатофункціональна викрійка трусів.
+ title: Труси Юніс
+ursula:
+ description: Урсула – це викрійка базових трусів з великою кількістю налаштувань дизайну.
+ title: Труси Урсула
+wahid:
+ description: Вахід – це класичний облягаючий жилет.
+ title: Жилет Вахід
+walburga:
+ description: Валбурга – це гербова накидка; елемент одягу середньовічної Європи.
+ title: Туніка Валбурга
+waralee:
+ description: Варалі – це штани з запахом.
+ title: Штани з запахом Варалі
+yuri:
+ description: Юрі – це екстравагантний кардиган без блискавки, оснований на худі Хьюі та Хьюго.
+ title: Худі Юрі
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml b/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml
new file mode 100644
index 00000000000..5353abebd67
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/aaron.yaml
@@ -0,0 +1,5 @@
+---
+cutOneStripToFinishTheNeckOpening: Виріжте одну смугу для обробки горловини
+cutTwoStripsToFinishTheArmholes: Виріжте дві смуги для обробки пройми
+length: Довжина
+width: Ширина
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml b/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml
new file mode 100644
index 00000000000..4f1941f8a7e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/brian.yaml
@@ -0,0 +1,4 @@
+---
+back: Зад
+front: Перед
+sleeve: Рукав
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml b/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml
new file mode 100644
index 00000000000..790f9a64c44
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/bruce.yaml
@@ -0,0 +1,3 @@
+---
+inset: Вставка
+side: Бік
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml b/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml
new file mode 100644
index 00000000000..24e032f612e
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/cfp.yaml
@@ -0,0 +1,2 @@
+---
+hello: Привіт
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml
new file mode 100644
index 00000000000..19d64b6bfcf
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/cornelius.yaml
@@ -0,0 +1,3 @@
+---
+Vent: Виріз
+PocketFacing: Зовнішня частина кишені
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml b/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml
new file mode 100644
index 00000000000..8a9cb81dd01
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/hortensia.yaml
@@ -0,0 +1,10 @@
+---
+SidePanel: Бокова панель
+FrontBackPanel: Передня та задня панель
+BottomPanel: Нижня панель
+ZipperPanel: Панель під блискавку
+Strap: Ручка
+strapLength: Довжина ручок
+handleWidth: Ширина ручок
+zipperSize: Стандартний розмір блискавки
+SidePanelReinforcement: Бокова підкріплююча панель
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml b/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml
new file mode 100644
index 00000000000..d799a46aab1
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/hugo.yaml
@@ -0,0 +1,7 @@
+---
+cuff: Манжет
+hoodCenter: Центр капюшону
+hoodSide: Бік капюшону
+pocketFacing: Зовнішня частина кишені
+pocket: Кишеня
+waistband: Резинка на талії
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml b/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml
new file mode 100644
index 00000000000..8aa126743e8
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/simon.yaml
@@ -0,0 +1,13 @@
+---
+buttonholePlacket: Деталь під отвір для ґудзика
+buttonPlacket: Деталь під ґудзик
+collarAndUndercollar: Комір та Внутрішній комір
+collarStand: Стійка під комір
+cutUndercollarSlightlySmaller: Виріжте внутрішню частину коміру трошки меншою
+frontLeft: Перед зліва
+frontRight: Перед справа
+sideOfTheCollarStand: Бік стійки під комір
+sleevePlacketOverlap: Sleeve placket overlap
+sleevePlacketUnderlap: Sleeve placket underlap
+yoke: Кокетка
+matchHere: З'єднайте візерунок тканини по цій лінії
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml b/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml
new file mode 100644
index 00000000000..8ade8b05699
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/teagan.yaml
@@ -0,0 +1,2 @@
+---
+fullLengthFromHps: Повна довжина (від ВТП)
diff --git a/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml b/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml
new file mode 100644
index 00000000000..82f51e4ccac
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/patterns/ursula.yaml
@@ -0,0 +1,3 @@
+---
+cutTwoPiecesOfElasticToFinishTheLegOpenings: Виріжте два шматочка гумки (резинки) щоб завершити зріз низу
+cutOnePieceOfElasticToFinishTheWaistBand: Виріжте один шматок гумки (резинки) щоб завершити пояс
diff --git a/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml b/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml
new file mode 100644
index 00000000000..72276187e30
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/plugins/cutonfold.yaml
@@ -0,0 +1,3 @@
+---
+cutOnFoldAndGrainline: Розрізати у зігнутому вигляді / Нитка основи
+cutOnFold: Розрізати у зігнутому вигляді
diff --git a/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml b/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml
new file mode 100644
index 00000000000..e49a2d93f3a
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/plugins/grainline.yaml
@@ -0,0 +1,2 @@
+---
+grainline: Нитка основи
diff --git a/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml b/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml
new file mode 100644
index 00000000000..328188e5348
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/plugins/scalebox.yaml
@@ -0,0 +1,4 @@
+---
+theBlackOutsideOfThisBoxShouldMeasure: Зовнішня сторона цієї коробки має бути
+theWhiteInsideOfThisBoxShouldMeasure: Внутрішня сторона цієї коробки має бути
+supportFreesewingBecomeAPatron: Підтримайте FreeSewing, станьте Патроном
diff --git a/packages/i18n/src/locales/uk/plugin/plugins/title.yaml b/packages/i18n/src/locales/uk/plugin/plugins/title.yaml
new file mode 100644
index 00000000000..2b58a808c0d
--- /dev/null
+++ b/packages/i18n/src/locales/uk/plugin/plugins/title.yaml
@@ -0,0 +1,3 @@
+---
+cut: Вирізати
+onFold: У зігнутому вигляді
diff --git a/packages/i18n/src/locales/uk/settings.yml b/packages/i18n/src/locales/uk/settings.yml
new file mode 100644
index 00000000000..0f1ee3b479d
--- /dev/null
+++ b/packages/i18n/src/locales/uk/settings.yml
@@ -0,0 +1,41 @@
+---
+advanced:
+ title: Режим фахівця
+ description: Визначає показ додаткових налаштувань та налаштувань викрійки
+paperless:
+ title: Без паперу
+ description: Створює викрійку з урахуванням масштабу для перенесення на тканину чи інший матеріал без потреби друку
+sa:
+ title: Припуск на шов
+ description: Визначає розмір припусків на шви в Вашій викрійці
+locale:
+ title: Мова
+ description: Визначає мову на викрійці
+only:
+ title: Зміст
+ description: Дозволяє керувати тим, які елементи викрійки відображуватимуться на Вашій викрійці
+units:
+ title: Одиниці виміру
+ description: Керує одиницями вимірювання на викрійці
+margin:
+ title: Відступ
+ description: Контролює відступ навколо елементів викрійки
+complete:
+ title: Докладність
+ description: 'Керує докладність викрійки: відображувати повноцінну викрійку з усіма подробицями чи лише основний контур елементів викрійки'
+layout:
+ title: Макет
+ description: Керує подальше розташування окремих елементів викрійки на матеріалі
+debug:
+ title: Налагодження
+ description: Увімкнути налагодження для отримання додаткової інформації щодо способу створення викрійки
+scale:
+ title: Масштаб
+ description: Керує ширину контуру, кегль шрифту та інші елементи, які не масштабуються відповідно до замірів викрійки
+renderer:
+ title: Двигун відтворювання
+ description: Керує відтворення викрійки на екрані
+xray:
+ title: Рентген
+ description: Зазирніть за лаштунки з рентгенівським режимом FreeSewing
+
diff --git a/packages/i18n/src/locales/uk/welcome.yaml b/packages/i18n/src/locales/uk/welcome.yaml
new file mode 100644
index 00000000000..f78c78aa22a
--- /dev/null
+++ b/packages/i18n/src/locales/uk/welcome.yaml
@@ -0,0 +1,10 @@
+---
+units: Оберіть одиниці, які Ви хочете використовувати
+username: Оберіть ім'я користувача
+avatar: Додайте зображення профілю
+bio: Розкажіть нам трохи про себе
+social: Дайте нам знати, де ми можемо слідкувати за Вами
+newsletter: Надайте нам свої налаштування для розсилки
+letUsSetupYourAccount: Давайте налаштуємо Ваш обліковий запис.
+walkYouThrough: "Ми допоможемо Вам пройти наступні етапи:"
+someOptional: Хоча всі ці етапи необов'язкові, ми рекомендуємо Вам пройти їх, щоб отримати максимум користі від FreeSewing.
diff --git a/packages/i18n/src/next.mjs b/packages/i18n/src/next.mjs
index 3d42d9ab1c9..d50f2500eb6 100644
--- a/packages/i18n/src/next.mjs
+++ b/packages/i18n/src/next.mjs
@@ -7,17 +7,20 @@ import enNamespaces from "./next/en/index.mjs"
import esNamespaces from "./next/es/index.mjs"
import frNamespaces from "./next/fr/index.mjs"
import nlNamespaces from "./next/nl/index.mjs"
+import ukNamespaces from "./next/uk/index.mjs"
export const de = deNamespaces
export const en = enNamespaces
export const es = esNamespaces
export const fr = frNamespaces
export const nl = nlNamespaces
+export const uk = ukNamespaces
export const languages = {
de: "Deutsch",
en: "English",
es: "Español",
fr: "Français",
- nl: "Nederlands"
+ nl: "Nederlands",
+ uk: "undefined"
}
diff --git a/packages/i18n/src/next/es/workbench.mjs b/packages/i18n/src/next/es/workbench.mjs
index 8c4b7ec2bcd..19b5e14f5ba 100644
--- a/packages/i18n/src/next/es/workbench.mjs
+++ b/packages/i18n/src/next/es/workbench.mjs
@@ -3,7 +3,7 @@
* All edits will be overwritten on the next (pre)build
*/
const workbench = {
- "designOptions": "Design options",
+ "designOptions": "Opciones de diseño",
"forPrinting": "For printing",
"forCutting": "For cutting",
"layoutThing": "Layout {thing}",
diff --git a/packages/i18n/src/next/uk/account.mjs b/packages/i18n/src/next/uk/account.mjs
new file mode 100644
index 00000000000..0947ff4c5fe
--- /dev/null
+++ b/packages/i18n/src/next/uk/account.mjs
@@ -0,0 +1,67 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const account = {
+ "accountRemoved": "Обліковий запис видалено",
+ "accountRestricted": "Обліковий запис обмежено",
+ "avatar": "Аватар",
+ "avatarInfo": "Ваш аватар або фото профілю буде показано на сторінці Вашого профілю.",
+ "avatarTitle": "Встановіть своє зображення профілю",
+ "bio": "Про мене",
+ "bioInfo": "Це місце, де Ви можете розповісти іншим користувачам Freesewing трішки про себе. Дане поле підтримує MarkDown - це робить можливим додавання посилань. Для прикладу, Ви можете додати посилання на свій блог, щоб інші могли його відвідати.",
+ "bioTitle": "Напишіть коротку біографію",
+ "currentPassword": "Поточний пароль",
+ "email": "Адреса електронної пошти",
+ "emailInfo": "Адреса електронної пошти, прив'язана до вашого облікового запису, є важливою, оскільки вона буде використовуватися для відновлення доступу до вашого облікового запису, якщо ви забудете пароль. Через це зміна електронної адреси потребує підтвердження.",
+ "emailTitle": "Введіть адресу електронної пошти, яку Ви хочете прив'язати до цього облікового запису",
+ "exportYourData": "Експортуйте Ваші дані",
+ "exportYourDataInfo": "Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на мобільність даних — право отримувати та повторно використовувати свої особисті дані для власних цілей, в тому числі на різних платформах.",
+ "exportYourDataTitle": "Натисніть нижче, щоб завантажити персональні дані",
+ "github": "GitHub",
+ "githubInfo": "Якщо ви надасте своє ім'я користувача GitHub, сторінка вашого профілю буде містити посилання на ваш обліковий запис в GitHub. Інші відвідувачі зможуть переглянути Ваші внески в код, дати Вам зірочку або підписатися на Вас.",
+ "githubTitle": "Заповніть своє ім'я користувача GitHub",
+ "instagramInfo": "Якщо ви надасте ім'я користувача Instagram, сторінка профілю буде містити посилання на Ваш обліковий запис в Instagram. Таким чином, відвідувачі зможуть переглянути Ваші фотографії та слідкувати за Вами.",
+ "instagram": "Instagram",
+ "instagramTitle": "Заповніть своє ім'я користувача Instagram",
+ "languageInfo": "Даний вибір мови визначає, якою мовою ви будете отримувати електронні листи від FreeSewing. Він не визначає мову сайту, яку можна вибрати на кожній сторінці.",
+ "language": "Мова",
+ "languageTitle": "Оберіть бажану мову користування",
+ "newPassword": "Новий пароль",
+ "newsletter": "Розсилка новин",
+ "newsletterTitle": "Чи хочете Ви отримувати розсилку новин від FreeSewing?",
+ "newsletterInfo": "Раз на 3 місяці, ми надсилаємо нашу інформаційну розсилку з корисним та чесним контентом. Без відстеження, без реклами, без нісенітниць.",
+ "passwordInfo": "Зміна пароля вимагає Вашого поточного пароля. Заповніть його, потім введіть новий пароль.",
+ "password": "Пароль",
+ "passwordTitle": "Введіть поточний пароль та новий пароль",
+ "patronInfo": "Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти.",
+ "patron": "Патрон",
+ "removeYourAccountInfo": "Загальний регламент про захист даних ЄС (GDPR) забезпечує Ваше так зване право на усунення даних — право видалити Ваші персональні дані.",
+ "removeYourAccount": "Видалення облікового запису",
+ "removeYourAccountWarning": "Ця дія вилучить Ваш обліковий запис, Ваші чернетки, Ваші моделі, та всю збережену нами інформацію про Ваш обліковий запис. Жодних шляхів назад.",
+ "resetPasswordInfo": "Введіть Ваш новий пароль.",
+ "resetPassword": "Змінити пароль",
+ "resetPasswordTitle": "Введіть Ваш новий пароль",
+ "restrictProcessingOfYourDataInfo": "Загальний регламент про захист даних ЄС (GDPR) гарантує Ваші так звані права на обмеження опрацювання - право припиняти обробку Ваших даних.",
+ "restrictProcessingOfYourData": "Обмежити обробку ваших даних",
+ "restrictProcessingWarning": "Ваші дані не будуть видалені, проте Ви вийдете зі свого облікового запису та заморозите його. Також, Ви не можете відмінити цю дію самостійно – Вам доведеться зв'язатися з нами, якщо Ви захочете відновити доступ до свого облікового запису.",
+ "reviewYourConsent": "Переглянути вашу згоду",
+ "socialInfo": "Якщо Ви надасте своє ім'я користувача GitHub, Twitter або Instagram, сторінка вашого профілю буде містити посилання на Ваші облікові записи на цих сайтах. Це дозволяє користувачам FreeSewing підписатися на Вас. Ми не контактуємо з жодним з цих сайтів від Вашого імені. Це тільки для того, щоб люди могли розуміти, що, наприклад, користувач @joost на FreeSewing є тією самою людиною, що і користувач @j__st в Twitter.",
+ "social": "Соціальні мережі",
+ "socialTitle": "Дозволити людям слідкувати за Вами на інших платформах",
+ "twitterInfo": "Якщо ви надасте своє ім'я користувача Twitter, сторінка вашого профілю буде містити посилання на Ваш обліковий запис у Twitter. Таким чином, відвідувачі можуть переглянути ваші твіти і слідкувати за Вами.",
+ "twitterTitle": "Заповніть своє ім'я користувача у Twitter",
+ "twitter": "Twitter",
+ "unitsInfo": "FreeSewing підтримує як метричну систему, так і імперську систему вимірювань.",
+ "unitsTitle": "Будь ласка, оберіть систему вимірювань, з якою Ви найбільш знайомі",
+ "units": "Одиниці вимірювання",
+ "usernameInfo": "Кожен користувач отримує випадково згенероване ім'я користувача. Це не дуже особисте, тому Ви можете змінити Ваше ім'я користувача на щось більш відповідне Вашій особистості. До прикладу, власне ім'я, або або будь-що інше.",
+ "usernameTitle": "Будь ласка, oберіть ім'я користувача",
+ "username": "Ім’я користувача",
+ "accountIsInactive": "Ваш обліковий запис неактивний",
+ "accountNeedsActivation": "Перш ніж Ви зможете увійти, потрібно активувати свій обліковий запис. Будь ласка, перевірте Вашу поштову скриньку для реєстрації і натисніть на посилання у листі.",
+ "reloadAccount": "Перезавантажити обліковий запис",
+ "reloadAccountDescription": "Це перезавантажить дані Вашого облікового запису із backend. Буквально те саме, що й вийти та знову увійти."
+}
+
+export default account
diff --git a/packages/i18n/src/next/uk/app.mjs b/packages/i18n/src/next/uk/app.mjs
new file mode 100644
index 00000000000..c4feebac556
--- /dev/null
+++ b/packages/i18n/src/next/uk/app.mjs
@@ -0,0 +1,351 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const app = {
+ "100PercentCommunity": "100% спільноти",
+ "100PercentFree": "100% безкоштовно",
+ "100PercentOpenSource": "100% відкритий код",
+ "aboutFreesewing": "Про Freesewing",
+ "accessoryPatterns": "Викрійки аксесуарів",
+ "account": "Обліковий запис",
+ "accountCreated": "Обліковий запис створено",
+ "actions": "Дії",
+ "allDocumentation": "Вся документація",
+ "andThatIsAwesome": "І це чудово",
+ "applyThisLayout": "Застосувати макет",
+ "areYouSureYouWantToContinue": "Ви впевнені, що хочете продовжити?",
+ "askForHelp": "Попросити про допомогу",
+ "automatic": "Автоматично",
+ "averagePeopleDoNotExist": "Середньостатистичних людей не існує",
+ "awesome": "Чудово",
+ "back": "Назад",
+ "becauseThatWouldBeReallyHelpful": "Тому що це було б дуже корисно.",
+ "becomeAPatron": "Стати патроном",
+ "blockPatterns": "Викрійки-основи",
+ "blog": "Блог",
+ "browseBlogposts": "Перегляд блог-постів",
+ "browsePatterns": "Перегляд викрійок",
+ "browseShowcases": "Перегляд показів",
+ "butThatCouldChange": "Але це може змінитися",
+ "cancel": "Скасувати",
+ "changePerson": "Змінити людину",
+ "changePattern": "Змінити викрійку",
+ "chatOnDiscord": "Чат в Discord",
+ "checkInboxClickLinkInConfirmationEmail": "Тепер перевірте поштову скриньку та перейдіть за посиланням у листі, що ми надіслали вам.",
+ "chest": "Груди",
+ "chestInfo": "Молочні залози потребують додаткових замірів. Якщо людина не має молочних залоз, ці заміри будуть приховані. Це не впливає на створення викрійок.",
+ "chooseASize": "Обрати розмір",
+ "chooseAPerson": "Обрати людину",
+ "chooseADesign": "Обрати дизайн",
+ "chooseAPattern": "Обрати викрійку",
+ "chooseYourOptions": "Обрати Ваші налаштування",
+ "close": "Закрити",
+ "community": "Спільнота",
+ "configureLayout": "Налаштування макета",
+ "configureYourDraft": "Налаштуйте свою чернетку",
+ "contactUs": "Контакти",
+ "contentLocaleFallback": "Тому замість цього ми показуємо Вам англійську версію.",
+ "contents": "Зміст",
+ "continue": "Продовжити",
+ "copiedToClipboard": "Скопійовано в буфер обміну",
+ "copy": "Копіювати",
+ "couldYouTranslateThis": "Можете це перекласти?",
+ "countModelsLackingForPattern": "{count} Ваших людей не мають достатньо замірів для створення {pattern}",
+ "created": "Створено",
+ "custom": "Налаштувати",
+ "customSeamAllowance": "Налаштувати припуски на шви",
+ "lightMode": "Світлий режим",
+ "data": "Дані",
+ "darkMode": "Темний режим",
+ "default": "За замовчуванням",
+ "demo": "Демо",
+ "designOptions": "Налаштування дизайну",
+ "designs": "Дизайни",
+ "docs": "Документація",
+ "docsFooterMsg": "Документація ніколи не завершена. Сподіваємося, ми змогли відповісти на всі Ваші запитання, але якщо це не так - можна звернутися за допомогою.",
+ "docsNotFoundMsg": "Не вдалося знайти цю документацію. Це зазвичай значить, що вона ще не була написана.",
+ "docsNotFoundTitle": "Ця документація відсутня",
+ "documentationForDevelopers": "Документація для розробників",
+ "documentationForEditors": "Документація для коригувачів",
+ "documentationForTranslators": "Документація для перекладачів",
+ "documentationOverview": "Перегляд документації",
+ "dolls": "Ляльки",
+ "download": "Завантажити",
+ "draft": "Чернетка",
+ "draftPattern": "Створити {pattern}",
+ "testPattern": "Протестувати {pattern}",
+ "draftPatternForModel": "Створити {pattern} для {model}",
+ "drafts": "Чернетки",
+ "draftSettings": "Налаштування чернетки",
+ "dragAndDropImageHere": "Перетягніть зображення сюди або виберіть власноруч, тицьнувши на кнопку знизу",
+ "emailAddress": "Електронна адреса",
+ "emailWorksToo": "Якщо Ви не знаєте своє ім'я користувача, можна також використати свою електронну адресу для входу",
+ "enterEmailPickPassword": "Введіть свою електронну адресу та оберіть пароль",
+ "export": "Експортувати",
+ "exportTiledPDF": "Експортувати посторінковий PDF",
+ "faq": "Поширені запитання",
+ "fieldRemoved": "{field} видалено",
+ "fieldSaved": "{field} збережено",
+ "filterByPattern": "Фільтрувати за викрійками",
+ "filterPatterns": "Фільтрувати викрійки",
+ "forgotLoginInstructions": "Якщо Ви не пам'ятаєте свій пароль, напишіть знизу своє ім'я користувача чи електронну адресу та тицьніть кнопку Змінити пароль",
+ "freesewing": "Freesewing",
+ "freesewingOnGithub": "Freesewing на GitHub",
+ "garmentPatterns": "Викрійки одягу",
+ "giants": "Велетні",
+ "github": "GitHub",
+ "goAheadWeWillWait": "Продовжуйте, ми зачекаємо.",
+ "goodJob": "Молодець",
+ "goodToSeeYouAgain": "Раді бачити Вас знову, {user}",
+ "handle": "Handle",
+ "helpUsTranslate": "Допоможіть нам з перекладом",
+ "home": "Головна",
+ "howCanWeHelpYou": "Як ми можемо Вам допомогти?",
+ "howToTakeMeasurements": "Як робити заміри",
+ "i18n": "Інтернаціоналізація",
+ "imperialUnits": "Імперські одиниці (дюйм)",
+ "instagram": "Інстаграм",
+ "invalidTldMessage": ".{tld} is not a valid TLD",
+ "joinTheChatMsg": "Ми маємо спільноту в Discord, де Ви можете поспілкуватися з привітними людьми.",
+ "justAMoment": "Зачекайте хвилинку",
+ "layout": "Макет",
+ "logIn": "Увійти",
+ "loginWithProvider": "Увійти через {provider}",
+ "logOut": "Вийти",
+ "manual": "Manual",
+ "markdownHelp": "MarkDown help",
+ "measurements": "Заміри",
+ "menu": "Меню",
+ "metadata": "Метадані",
+ "metricUnits": "Метричні одиниці (см)",
+ "person": "Людина",
+ "people": "Люди",
+ "nameInfo": "Назва допомагає відрізняти речі. Ви можете обрати назву, яку душа забажає.",
+ "name": "Назва",
+ "addThing": "Додати {thing}",
+ "newThing": "Створити {thing}",
+ "newPatternForModel": "Створити {pattern} для {model}",
+ "noChanges": "Без змін",
+ "no": "Ні",
+ "noPasswordPolicy": "Ми не застосовуємо політику правил введення пароля",
+ "noSeamAllowance": "Без припусків на шви",
+ "notAllOfThisContentIsAvailableInLanguage": "Не весь цей контент доступний англійською мовою",
+ "notesInfo": "Це Ваші нотатки. Ви можете писати тут все, що забажаєте",
+ "notes": "Нотатки",
+ "ohNo": "О ні!",
+ "oneMoreThing": "І ще одна річ",
+ "optionalMeasurements": "Додаткові заміри",
+ "options": "Налаштування",
+ "orPayPerYear": "Чи оплачувати щороку",
+ "other": "Інше",
+ "otherThing": "Ще {thing}",
+ "ourPatrons": "Наші патрони",
+ "ourRevenuePledge": "Куди йде наш прибуток",
+ "patron-2": "Порохова мавпочка",
+ "patron-4": "First mate",
+ "patron-8": "Капітан",
+ "patronHelp": "Якщо Ви маєте будь-які запитання чи бажаєте внести зміни до свого статусу патрона — зв'яжіться з нами, будь ласка",
+ "patron": "Патрон",
+ "patronPitch": "Якщо Ви вважаєте, що ми робимо цінну роботу, та можете без труднощів відшкодувати кілька копійок щомісяця, будь ласка, підтримайте нашу працю",
+ "patronsKeepUsAfloat": "Freesewing існує завдяки фінансовій підтримці наших патронів. Вони тримають цей корабель на плаву.",
+ "patternInstructions": "Інструкції до викрійок",
+ "patternOptions": "Налаштування викрійок",
+ "pattern": "викрійка",
+ "sewingPatterns": "Викрійка для шиття",
+ "patterns": "Викрійки",
+ "pendingConfirmation": "Підтвердження очікується",
+ "perMonth": "Щомісячно",
+ "pleaseEnterAValidEmailAddress": "Будь ласка, вкажіть чинну електронну адресу",
+ "pleaseIncludeTheInformationBelow": "Будь ласка, додайте відомості нижче",
+ "preview": "Попередній перегляд",
+ "privacyNotice": "Можливе порушення приватності",
+ "proceedWithCaution": "Продовжуйте з обережністю",
+ "profile": "Обліковий запис",
+ "relatedLinks": "Споріднені посилання",
+ "remove": "Видалити",
+ "removeThing": "Видалити {thing}",
+ "reportThisOnGithub": "Повідомте про проблему на GitHub",
+ "requiredMeasurements": "Необхідні заміри",
+ "resendActivationEmailMessage": "Напишіть електронну адресу, за допомогою якої Ви зареєструвалися - ми надішлемо Вам нове повідомлення для підтвердження.",
+ "resendActivationEmail": "Повторно надіслати лист для активації",
+ "resetPassword": "Змінити пароль",
+ "reset": "Змінити",
+ "restoreDefaults": "Скидання налаштувань",
+ "restoreDesignDefaults": "Скинути налаштування дизайну",
+ "restorePatternDefaults": "Скинути налаштування викрійки",
+ "saveDraftToYourAccount": "Зберегти чернетку до облікового запису",
+ "save": "Зберегти",
+ "searchLanguageMsg": "Кожна мова має власний індекс пошуку. Оскільки не весь наш контент перекладений, Ви, скоріш за все, отримаєте більше результатів англійською.",
+ "searchLanguageTitle": "Не знайшли, що шукали?",
+ "search": "Пошук",
+ "selectAPartToMoveMirrorOrRotate": "Обрати частину для переміщення, віддзеркалення або обертання",
+ "selectImage": "Вибрати зображення",
+ "sendAnEmail": "Надіслати e-mail",
+ "settings": "Налаштування",
+ "sewingHelp": "Допомога з шиттям",
+ "sewingPatternsForNonAveragePeople": "Швейні викрійки для справжніх людей",
+ "share": "Поширити",
+ "shareFreesewing": "Поширити FreeSewing",
+ "showcase": "Готові проєкти",
+ "signUpForAFreeAccount": "Реєстрація безкоштовного облікового запису",
+ "signUp": "Реєстрація",
+ "signupWithProvider": "Реєстрація через {provider}",
+ "sortByField": "Сортувати за {field}",
+ "standardSeamAllowance": "Стандартні припуски на шви",
+ "startOver": "Почати знову",
+ "startTranslatingNowOrRead": "{startTranslatingNow}, або спочатку прочитайте {documentationForTranslators}.",
+ "startTranslatingNow": "Почни перекладати зараз",
+ "subscribe": "Підписатися",
+ "support": "Підтримати",
+ "supportFreesewing": "Підтримати freesewing",
+ "tellMeMore": "Хочу дізнатися більше",
+ "thanksForYourSupport": "Дякуємо за Вашу підтримку",
+ "thisContentIsNotAvailableInLanguage": "Цього контенту немає англійською",
+ "thisFieldSupportsMarkdown": "Це поле підтримує Markdown",
+ "thisPageRequiresAuthentication": "Ця сторінка потребує автентифікації",
+ "troubleLoggingIn": "Не вдається увійти?",
+ "twitter": "Twitter",
+ "txt-footer": "Freesewing працює завдяки спільноті учасників з фінансовою підтримкою наших патронів",
+ "txt-tier2": "Рівень з найбільш демократичною ціною. Він дешевший за філіжанку кави, але ми дуже цінуємо Вашу підтримку.",
+ "txt-tier4": "Підпишіться на цей рівень та ми доставимо наші смачнющі \"булочки\" до Вашого ґанку (будь-де на мапі).",
+ "txt-tier8": "Якщо Ви хочете не лише підтримувати нас, а й бажаєте freesewing процвітання, цей рівень для Вас. Також: додаткові \"булочки\". ;)",
+ "txt-tiers": "FreeSewing існує завдяки добровільній моделі підписки",
+ "unitsInfo": "Freesewing підтримує як метричні, так й імперські одиниці вимірювання. Просто оберіть ті, яким надаєте перевагу. (Зазвичай використовуються одиниці, зазначені в Вашому обліковому записі.)",
+ "updated": "Оновлено",
+ "update": "Оновити",
+ "userHasBeenWithUsSince": "{user} тут з {since}",
+ "users": "Користувачі",
+ "utilityPatterns": "Utility Patterns",
+ "weAreValidatingYourConfirmationCode": "Ми перевіряємо Ваш код підтвердження",
+ "weCouldNotValidateYourConfirmationCode": "Нам не вдалося підтвердити Ваш код",
+ "weEncounteredAProblem": "У нас виникла проблема",
+ "weEncourageYouToReportThis": "Ми будемо вдячні, якщо Ви повідомите нам про це",
+ "welcomeAboard": "Ласкаво просимо",
+ "welcome": "Вітаємо",
+ "weNeverShareYourEmail": "Ми ніколи не передамо Вашу електронну адресу третім обличчям",
+ "whatIsThis": "Що це таке?",
+ "withBreasts": "З молочними залозами",
+ "withoutBreasts": "Без молочних залоз",
+ "yay": "Ура!",
+ "yes": "\"Так\"",
+ "youAreAPatron": "Ви патрон",
+ "youAreNotAPatron": "Ви не є патроном",
+ "youAreNotLoggedIn": "Ви не ввійшли в свій обліковий запис",
+ "yourRights": "Ваші права",
+ "makerDocs": "Ремісницька документація",
+ "devDocs": "Розробницька документація",
+ "slogan": "Бібліотека JavaScript для створення швейних викрійок на базі замірів",
+ "getStarted": "Розпочати",
+ "apiReference": "API Reference",
+ "tutorial": "Урок",
+ "editThisPage": "Редагувати сторінку",
+ "loginRequiredRedirect": "Вас було перенаправлено на сторінку входу, оскільки {page} потребує автентифікації",
+ "various": "Різне",
+ "sewing": "Шиття",
+ "examples": "Приклади",
+ "by": "від",
+ "years": "Роки",
+ "pricing": "Ціни",
+ "createFirst": "Розпочніть зі створення нової викрійки",
+ "noPattern": "Ви не маєте жодних викрійок (поки що). Створіть нову викрійку, потім збережіть її до свого облікового запису.",
+ "modelFirst": "Розпочніть з додавання замірів",
+ "noModel": "Ви не додали жодних замірів (поки що). FreeSewing може створювати швейні викрійки на базі замірів. Однак для цього нам потрібні власне заміри.",
+ "noModel2": "Розпочніть зі створення людини, після чого діставайте свою сантиметрову стрічку.",
+ "noUserBrowsingTitle": "Ви не можете просто переглядати всіх користувачів",
+ "noUserBrowsingText": "У нас їх тисячі. Ви дійсно хочете витрачати свій час на це?",
+ "usePatternMeasurements": "Використати заміри вихідної викрійки",
+ "createReplica": "Створити копію",
+ "showDetails": "Показати подробиці",
+ "hideDetails": "Приховати подробиці",
+ "clickBelowToLogOut": "Тицьніть знизу для виходу",
+ "compare": "Порівняти",
+ "savePattern": "Зберегти викрійку",
+ "recreate": "Відтворити",
+ "recreateThing": "Відтворити {thing}",
+ "recreateThingForPerson": "Відтворити {thing} для {person}",
+ "seeYouLaterUser": "До зустрічі, {user}",
+ "exportForPrinting": "Експортувати для друку",
+ "exportForEditing": "Експортувати для коригування",
+ "startWithNeckTitle": "Розпочніть з обхвату шиї",
+ "startWithNeckDescription": "Спираючись на Ваш обхват шиї, ми можемо зловити помилки в Ваших замірах.",
+ "whatYouNeed": "Що Вам потрібно",
+ "fabricOptions": "Варіанти тканини",
+ "cutting": "Вирізання",
+ "instructions": "Інструкція",
+ "hide": "Приховати",
+ "show": "Показати",
+ "oneMomentPlease": "Будь ласка, зачекайте",
+ "loadingMagic": "Ми завантажуємо магію",
+ "estimate": "Прикидка",
+ "actual": "Насправді",
+ "weEstimateYM2B": "Ми прикидаємо, що {measurement} дорівнює:",
+ "exportAsData": "Експорт даних",
+ "availablePatterns": "Доступні викрійки",
+ "browseCollection": "Огляд колекції",
+ "browseYourPatterns": "Переглянути викрійки",
+ "yourPatterns": "Ваші викрійки",
+ "loginNeededToSavePatternsMsg": "Ви маєте увійти, аби зберігати викрійки",
+ "docsForContributors": "Документація для учасників",
+ "patternDocs": "Документація викрійок",
+ "socialMedia": "Соціальні мережі",
+ "create": "Створити",
+ "browse": "Огляд",
+ "patrons": "Патрони",
+ "scrollToTop": "Повернутися нагору",
+ "sitemap": "Мапа сайту",
+ "contributeToThing": "Долучитися до {thing}",
+ "mtmIsOurJam": "Ми спеціалізуємося в швейних викрійках на базі замірів",
+ "fitYouDeserve": "Ви обділяєте себе, обираючи стандартизовані розміри. Зареєструйтеся сьогодні та отримайте крій, що личить Вам.",
+ "supportNag": "FreeSeewing є безкоштовною платформою, але ми будемо вдячні, якщо Ви підтримаєте нас.",
+ "madeToMeasure": "На базі замірів",
+ "sizes": "Розміри",
+ "standardSizes": "Стандартні розміри",
+ "accountRequired": "Ця функція вимагає обліковий запис FreeSewing",
+ "size": "Розмір",
+ "switchToThing": "Перейти до {thing}",
+ "saveThing": "Зберегти {thing}",
+ "shareThing": "Поширити {thing}",
+ "link": "Посилання",
+ "cloneThing": "Копіювати {thing}",
+ "cloneDescription": "Відтворити точну копію, використовуючи заміри вихідної викрійки.",
+ "furtherReading": "Подальше вивчення",
+ "saveAsNewPattern": "Зберегти як нову викрійку",
+ "saveAsNewPattern-txt": "Збережіть цю викрійку/копію в своєму обліковому записі FreeSewing",
+ "exportPattern": "Експортувати викрійку",
+ "printPattern": "Роздрукувати викрійку",
+ "exportPattern-txt": "Експортувати PDF для Вашого принтера, або завантажити цю викрійку в інших форматах",
+ "editThing": "Коригувати {thing}",
+ "editPattern-txt": "Відкрити цю викрійку в швейному редакторі",
+ "featureRequiresAccount": "Ця функція вимагає обліковий запис FreeSewing",
+ "zoom": "Масштаб",
+ "zoomIn": "Збільшити",
+ "zoomOut": "Зменшити",
+ "zoom-txt": "Перемикає між ужиманням висоти чи ширини викрійки для розміщення на Вашому екрані",
+ "savePattern-txt": "Збережіть цю викрійку в своєму обліковому записі FreeSewing",
+ "comparePattern": "Порівняти викрійку",
+ "showPattern": "Показати викрійку",
+ "comparePattern-txt": "Порівняйте свою викрійку зі стандартизованими розмірами для того, щоб побачити можливі проблеми моделювання",
+ "recreatePattern": "Відтворити викрійку",
+ "recreatePattern-txt": "Оберіть іншу людину та відтворіть цю викрійку для неї",
+ "editOwnPatternsOnly": "Ви можете коригувати лише свої викрійки",
+ "editOwnPatternsOnly-txt": "Ви не можете скоригувати цю викрійку, бо вона не Ваша. Але Ви можете використувати її як базу для створення власної викрійки.",
+ "updateNotes-txt": "Оновлюйте нотатки до Ваших викрійок",
+ "franceWarning": "До уваги користувачів з Франції",
+ "franceWarning-txt": "Декілька французьких провайдерів електронної пошти — включаючи free.fr, laposte.net, orange.fr та sfr.fr — відомі регулярним блокуванням наших електронних листів.",
+ "emailNotReceived": "Якщо Ви не отримаєте лист для активації, будь ласка, зв'яжіться з нами, щоб ми могли Вам допомогти.",
+ "error": "Помилка",
+ "info": "Інформація",
+ "warning": "Увага",
+ "debug": "Налагодження",
+ "unsubscribe": "Відписатися",
+ "slogan-come": "Приходьте за викрійками",
+ "slogan-stay": "Залишайтеся заради спільноти",
+ "lightTheme": "Світла тема",
+ "darkTheme": "Темна тема",
+ "hax0rTheme": "Тема Hax0r",
+ "lgbtqTheme": "Тема ЛГБТК",
+ "transTheme": "Транс тема"
+}
+
+export default app
diff --git a/packages/i18n/src/next/uk/cfp.mjs b/packages/i18n/src/next/uk/cfp.mjs
new file mode 100644
index 00000000000..850254f411c
--- /dev/null
+++ b/packages/i18n/src/next/uk/cfp.mjs
@@ -0,0 +1,40 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const cfp = {
+ "author": "Автор",
+ "githubRepo": "Репозиторій GitHub",
+ "packageManager": "Менеджер пакунків",
+ "patternName": "Назва викрійки",
+ "patternType": "Тип викрійки",
+ "patternCreated": "Ваш каркас викрійки створено у",
+ "runTheseCommands": "Щоб розпочати, запустіть цю команду",
+ "startRollup": "У одному терміналі запустіть ролап у режимі перегляду",
+ "startWebpack": "Це відкриє папку \"приклад\" та запустить девелопмент.",
+ "devDocsAvailableAt": "Документація для розробників доступна за адресою",
+ "talkToUs": "Для запитань, відгуків чи пропозицій, приєднуйтесь до нашого серверу в Discord",
+ "draftYourPattern": "Створіть Вашу викрійку",
+ "testYourPattern": "Протестувати Вашу викрійку",
+ "draftThing": "Створити {thing}",
+ "testThing": "Протестувати {thing}",
+ "renderInBrowser": "Натисніть нижче, щоб відобразити Вашу викрійку у браузері.",
+ "weWillReRender": "Коли Ви виконаєте зміни, ми перезавантажимо зображення для Вас.",
+ "youCan": "Ви можете",
+ "enterMeasurements": "Ввести вимірювання вручну",
+ "preloadMeasurements": "Завантажити набір мірок",
+ "size": "Розмір",
+ "noRequiredMeasurements": "Ця викрійка не потребує замірів",
+ "howtoAddMeasurements": "Щоб додати бажані мірки, додайте їх у секцію заміри у файлі конфігурації викрійки.",
+ "seeDocsAt": "Документація по цій темі доступна за адресою",
+ "clearDesignMode": "Очистити режим дизайну",
+ "designMode": "Режим дизайну",
+ "exportMode": "Режим експорту",
+ "thingIsEnabled": "{thing} увімкнено",
+ "thingIsDisabled": "{thing} вимкнено",
+ "turnOn": "Увімкнути",
+ "turnOff": "Вимкнути",
+ "validNameWarning": "Будь ласка, оберіть іншу назву, бо дана назва може призвести до проблем.\nМи (повторно) використовуємо назву викрійки як NPM назву пакету.\nІмена пакунків повинні бути в нижньому регістрі та не можуть містити спеціальних символів.\nБудь ласка, назвіть викрійку згідно правил, наприклад:"
+}
+
+export default cfp
diff --git a/packages/i18n/src/next/uk/common.mjs b/packages/i18n/src/next/uk/common.mjs
new file mode 100644
index 00000000000..06ec1b05d4a
--- /dev/null
+++ b/packages/i18n/src/next/uk/common.mjs
@@ -0,0 +1,20 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const common = {
+ "account": "Обліковий запис",
+ "blog": "Блог",
+ "commumity": "Спільнота",
+ "designs": "Дизайни",
+ "docs": "Документація",
+ "patternInstructions": "Інструкції до викрійок",
+ "patternOptions": "Налаштування викрійок",
+ "requiredMeasurements": "Необхідні вимірювання",
+ "showcase": "Готові проєкти",
+ "sloganCome": "Приходьте за викрійками",
+ "sloganStay": "Залишайтеся заради спільноти",
+ "support": "Підтримка"
+}
+
+export default common
diff --git a/packages/i18n/src/next/uk/cty.mjs b/packages/i18n/src/next/uk/cty.mjs
new file mode 100644
index 00000000000..0f7ae1a4eeb
--- /dev/null
+++ b/packages/i18n/src/next/uk/cty.mjs
@@ -0,0 +1,27 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const cty = {
+ "wafsHashtag": "WeAreFreeSewing",
+ "weAreACommunityOfMakers": "Ми - спільнота ремісників",
+ "weProvideMtmSewingPatterns": "Ми надаємо викрійки, адаптовані під надані Вами заміри",
+ "isAPatron": "є патроном",
+ "contributesWith": "співпрацює з",
+ "communityBuilding": "Створення спільноти",
+ "development": "Розробка",
+ "patternTesting": "Тестування викрійок",
+ "patternDesign": "Дизайн викрійок",
+ "support": "Підтримка",
+ "translation": "Переклад",
+ "writing": "Письмо",
+ "whereToFindUs": "Де нас знайти",
+ "whoWeAre": "Про нас",
+ "community": "Спільнота",
+ "team": "Команда",
+ "teams": "Команди",
+ "contributors": "Помічники",
+ "calls": "Дзвінки помічників"
+}
+
+export default cty
diff --git a/packages/i18n/src/next/uk/docs.mjs b/packages/i18n/src/next/uk/docs.mjs
new file mode 100644
index 00000000000..2474178544c
--- /dev/null
+++ b/packages/i18n/src/next/uk/docs.mjs
@@ -0,0 +1,10 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const docs = {
+ "thingIsDeprecated": "{thing} є застарілим",
+ "weRecommendThingInstead": "Ми рекомендуємо {thing} замість цього"
+}
+
+export default docs
diff --git a/packages/i18n/src/next/uk/email.mjs b/packages/i18n/src/next/uk/email.mjs
new file mode 100644
index 00000000000..19e58ec98da
--- /dev/null
+++ b/packages/i18n/src/next/uk/email.mjs
@@ -0,0 +1,41 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const email = {
+ "chatWithUs": "Напишіть нам",
+ "emailchangeActionText": "Підтвердіть нову адресу електронної пошти",
+ "emailchangeCopy1": "Ви запросили зміну адреси електронної пошти, прив'язану до вашого облікового запису на freesewing.org.
Перед тим як це зробити, необхідно підтвердити нову адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:",
+ "emailchangeHeaderOpeningLine": "Просто перевіряємо, що ми зможемо зв'язатися з Вами, коли це буде необхідно",
+ "emailchangeHiddenIntro": "Час підтвердити нову адресу електронної пошти",
+ "emailchangeSubject": "Будь ласка, підтвердіть нову адресу електронної пошти",
+ "emailchangeTitle": "Будь ласка, підтвердіть нову адресу електронної пошти",
+ "emailchangeWhy": "Ви отримали цей лист, оскільки змінили адресу електронної пошти, прив'язану до вашого облікового запису на freesewing.org",
+ "footerCredits": "Зроблено Йостом та учасниками проєкту завдяки фінансовій допомозі наших патронів ❤️ ",
+ "footerSlogan": "FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача",
+ "goodbyeCopy1": "Якщо Ви хочете поділитися, чому Ви йдете, можете відповісти на це повідомлення. З нашого боку, ми більше не турбуватимемо Вас.",
+ "goodbyeHeaderOpeningLine": "Просто щоб Ви знали – Ви завжди можете повернутися",
+ "goodbyeHiddenIntro": "Дякуємо за ще один шанс для FreeSewing",
+ "goodbyeSubject": "До побачення 👋",
+ "goodbyeTitle": "Дякуємо за ще один шанс для FreeSewing",
+ "goodbyeWhy": "Ви отримали цей лист, як останнє прощання після видалення вашого облікового запису на freesewing.org",
+ "joostFromFreesewing": "Йост з FreeSewing",
+ "passwordresetActionText": "Повторно отримати доступ до вашого облікового запису",
+ "passwordresetCopy1": "Ви забули пароль для облікового запису на freesewing.org.
Натисніть на посилання нижче, щоб змінити пароль:",
+ "passwordresetHeaderOpeningLine": "Не хвилюйтеся, це стається з нами усіма",
+ "passwordresetHiddenIntro": "Повторно отримати доступ до вашого облікового запису",
+ "passwordresetSubject": "Повторно отримати доступ до вашого облікового запису на freesewing.org",
+ "passwordresetTitle": "Змінити пароль і повторно отримати доступ до вашого облікового запису",
+ "passwordresetWhy": "Ви отримали цей електронний лист, тому що ви запросили зміну паролю на сайті freesewing.org",
+ "questionsJustReply": "Якщо у вас є запитання, просто надішліть відповідь на цей E-mail. Ми завжди раді допомогти 🙂",
+ "signature": "З любов'ю,",
+ "signupActionText": "Підтвердіть адресу електронної пошти",
+ "signupCopy1": "Дякуємо за реєстрацію на freesewing.org.
Перед початком роботи потрібно підтвердити Вашу адресу електронної пошти. Будь ласка, натисніть на посилання нижче, щоб зробити це:",
+ "signupHeaderOpeningLine": "Ми дуже раді, що Ви приєдналися до спільноти FreeSewing.",
+ "signupHiddenIntro": "Час підтвердити нову адресу електронної пошти",
+ "signupSubject": "Ласкаво просимо на freesewing.org",
+ "signupTitle": "Ласкаво просимо",
+ "signupWhy": "Ви отримали цей електронний лист, тому що ви щойно зареєструвалися на сайті freesewing.org"
+}
+
+export default email
diff --git a/packages/i18n/src/next/uk/errors.mjs b/packages/i18n/src/next/uk/errors.mjs
new file mode 100644
index 00000000000..5c710791cb4
--- /dev/null
+++ b/packages/i18n/src/next/uk/errors.mjs
@@ -0,0 +1,18 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const errors = {
+ "404": "Сторінку не знайдено",
+ "confirmationNotFound": "Якщо Ви перейшли на дану сторінку через посилання в електронному листі, ми будемо вдячні, якщо Ви повідомите нам про цю проблему.",
+ "emailExists": "У нас вже є користувач з цією адресою електронної пошти. Можливо, Ви хочете авторизуватися?",
+ "networkError": "Помилка сервера або мережі",
+ "notAValidImageFormat": "Неприпустимий формат зображення",
+ "requestFailedWithStatusCode400": "Не вдалося виконати запит",
+ "requestFailedWithStatusCode401": "Помилка аутентифікації",
+ "requestFailedWithStatusCode403": "Заборонено",
+ "requestFailedWithStatusCode500": "Виникла неочікувана проблема. Будь ласка, повідомте про це.",
+ "something": "Щось пішло не так"
+}
+
+export default errors
diff --git a/packages/i18n/src/next/uk/filter.mjs b/packages/i18n/src/next/uk/filter.mjs
new file mode 100644
index 00000000000..47c2296495a
--- /dev/null
+++ b/packages/i18n/src/next/uk/filter.mjs
@@ -0,0 +1,7 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const filter = {}
+
+export default filter
diff --git a/packages/i18n/src/next/uk/gdpr.mjs b/packages/i18n/src/next/uk/gdpr.mjs
new file mode 100644
index 00000000000..a1adfbd58dd
--- /dev/null
+++ b/packages/i18n/src/next/uk/gdpr.mjs
@@ -0,0 +1,46 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const gdpr = {
+ "compliant": "Freesewing.org поважає вашу конфіденційність і ваші права. Ми застосовуємо Загальний регламент про захист даних (GDPR) Європейського Союзу (ЄС).",
+ "consent": "Згода",
+ "consentForModelData": "Дозвіл на дані моделі",
+ "consentForProfileData": "Дозвіл на дані облікового запису",
+ "consentGiven": "Згода отримана",
+ "consentNotGiven": "Згода не отримана",
+ "consentWhyAnswer": "Згідно з GDPR, обробка ваших персональних даних вимагає Вашої згоди - іншими словами, Ваш дозвіл.",
+ "createMyAccount": "Створити обліковий запис",
+ "furtherReading": "Подальше вивчення",
+ "modelQuestion": "Чи даєте Ви згоду на обробку даних моделі?",
+ "modelWarning": "Анулювання даної згоди зробить неможливим використання даних замірів моделі. Це також анулює функціонал вебсайту, який залежить від даної інформації.",
+ "modelWhatAnswer": "Заміри та налаштування молочних залоз кожної моделі.",
+ "modelWhatAnswerOptional": "За навності: Зображення моделі та ім'я моделі.",
+ "modelWhatQuestion": "Що таке дані моделі?",
+ "modelWhyAnswer": "Для розробки викрійок, адаптованих під заміри спеціально вимірунам необхідні виміри тіла.",
+ "noConsentNoAccount": "Без цієї згоди ми не можемо створити Ваш обліковий запис",
+ "noConsentNoPatterns": "Без цієї згоди, Ви не можете створити будь-які викрійки",
+ "noIDoNot": "Ні, не даю",
+ "openDataInfo": "Ці дані використовуються для вивчення і розуміння людського тіла в усіх його формах. Це дозволяє нам покращити наші викрійки та створювати більш підходящий до тіла одяг. Незважаючи на те, що ці дані є анонімними, Ви маєте право не давати згоду на їх обробку.",
+ "openDataQuestion": "Поділитися замірами анонімно як відкритими даними",
+ "profileQuestion": "Чи даєте Ви згоду на обробку даних Вашого облікового запису?",
+ "profileShareAnswer": "Ні, ніколи.",
+ "profileTimingAnswer": "12 місяців після останнього входу в систему, або до тих пір, поки Ви не видалите Ваш обліковий запис або скасуєте дану згоду.",
+ "profileWarning": "Відкликання згоди видалить усі Ваші данні. Це має той же ефект, що і видалення облікового запису.",
+ "profileWhatAnswerOptional": "За наявності: зображення облікового запису, біоі соціальні мережі",
+ "profileWhatAnswer": "Ваша електронна адреса, ім'я користувачаі пароль.",
+ "profileWhatQuestion": "Що таке дані облікового запису?",
+ "profileWhyAnswer": "Щоб автентифікувати Вас, зв'язатися з Вами коли це потрібно та задля покращення нашої спільноти.",
+ "readMore": "Для отримання додаткової інформації, будь ласка, прочитайте наше повідомлення про конфіденційність.",
+ "readRights": "Для отримання додаткової інформації, будь ласка, прочитайте про Ваші права.",
+ "revokeConsent": "Відкликати згоду",
+ "shareQuestion": "Чи передаємо ми її іншим?",
+ "timingQuestion": "Скільки ми її зберігаємо?",
+ "whatYouNeedToKnow": "Що вам потрібно знати",
+ "whyQuestion": "Чому нам це потрібно?",
+ "yesIDoObject": "Ні, я проти",
+ "yesIDo": "Так, я даю згоду",
+ "openData": "Примітка: FreeSewing публікує анонімні заміри тіла як відкриті дані для наукових досліджень. Ви маєте право відмовитися від цього"
+}
+
+export default gdpr
diff --git a/packages/i18n/src/next/uk/homepage.mjs b/packages/i18n/src/next/uk/homepage.mjs
new file mode 100644
index 00000000000..354796ea099
--- /dev/null
+++ b/packages/i18n/src/next/uk/homepage.mjs
@@ -0,0 +1,9 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const homepage = {
+ "scrollDownToLearnMore": "Прокрутіть вниз, щоб дізнатися більше про FreeSewing і безкоштовно скористатися його функціями"
+}
+
+export default homepage
diff --git a/packages/i18n/src/next/uk/i18n.mjs b/packages/i18n/src/next/uk/i18n.mjs
new file mode 100644
index 00000000000..e50cb5d05c5
--- /dev/null
+++ b/packages/i18n/src/next/uk/i18n.mjs
@@ -0,0 +1,13 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const i18n = {
+ "de": "Німецька",
+ "en": "Англійська",
+ "es": "Іспанська",
+ "fr": "Французька",
+ "nl": "Нідерландська"
+}
+
+export default i18n
diff --git a/packages/i18n/src/next/uk/index.mjs b/packages/i18n/src/next/uk/index.mjs
new file mode 100644
index 00000000000..75b2c125528
--- /dev/null
+++ b/packages/i18n/src/next/uk/index.mjs
@@ -0,0 +1,153 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+import account from "./account.mjs"
+import app from "./app.mjs"
+import cfp from "./cfp.mjs"
+import common from "./common.mjs"
+import homepage from "./homepage.mjs"
+import ograph from "./ograph.mjs"
+import patrons from "./patrons.mjs"
+import posts from "./posts.mjs"
+import themes from "./themes.mjs"
+import workbench from "./workbench.mjs"
+import cty from "./cty.mjs"
+import docs from "./docs.mjs"
+import email from "./email.mjs"
+import errors from "./errors.mjs"
+import filter from "./filter.mjs"
+import gdpr from "./gdpr.mjs"
+import i18n from "./i18n.mjs"
+import intro from "./intro.mjs"
+import jargon from "./jargon.mjs"
+import lab from "./lab.mjs"
+import measurements from "./measurements.mjs"
+import optiongroups from "./optiongroups.mjs"
+import o_aaron from "./o_aaron.mjs"
+import o_albert from "./o_albert.mjs"
+import o_bee from "./o_bee.mjs"
+import o_bella from "./o_bella.mjs"
+import o_benjamin from "./o_benjamin.mjs"
+import o_bent from "./o_bent.mjs"
+import o_bob from "./o_bob.mjs"
+import o_breanna from "./o_breanna.mjs"
+import o_brian from "./o_brian.mjs"
+import o_bruce from "./o_bruce.mjs"
+import o_carlita from "./o_carlita.mjs"
+import o_carlton from "./o_carlton.mjs"
+import o_cathrin from "./o_cathrin.mjs"
+import o_charlie from "./o_charlie.mjs"
+import o_cornelius from "./o_cornelius.mjs"
+import o_diana from "./o_diana.mjs"
+import o_florence from "./o_florence.mjs"
+import o_florent from "./o_florent.mjs"
+import o_hi from "./o_hi.mjs"
+import o_holmes from "./o_holmes.mjs"
+import o_hortensia from "./o_hortensia.mjs"
+import o_huey from "./o_huey.mjs"
+import o_hugo from "./o_hugo.mjs"
+import o_jaeger from "./o_jaeger.mjs"
+import o_lucy from "./o_lucy.mjs"
+import o_lunetius from "./o_lunetius.mjs"
+import o_noble from "./o_noble.mjs"
+import o_paco from "./o_paco.mjs"
+import o_penelope from "./o_penelope.mjs"
+import o_sandy from "./o_sandy.mjs"
+import o_shin from "./o_shin.mjs"
+import o_simon from "./o_simon.mjs"
+import o_simone from "./o_simone.mjs"
+import o_sven from "./o_sven.mjs"
+import o_tamiko from "./o_tamiko.mjs"
+import o_teagan from "./o_teagan.mjs"
+import o_theo from "./o_theo.mjs"
+import o_tiberius from "./o_tiberius.mjs"
+import o_titan from "./o_titan.mjs"
+import o_trayvon from "./o_trayvon.mjs"
+import o_unice from "./o_unice.mjs"
+import o_ursula from "./o_ursula.mjs"
+import o_wahid from "./o_wahid.mjs"
+import o_walburga from "./o_walburga.mjs"
+import o_waralee from "./o_waralee.mjs"
+import parts from "./parts.mjs"
+import patterns from "./patterns.mjs"
+import plugin from "./plugin.mjs"
+import settings from "./settings.mjs"
+import welcome from "./welcome.mjs"
+
+const allNamespaces = {
+ account,
+ app,
+ cfp,
+ common,
+ homepage,
+ ograph,
+ patrons,
+ posts,
+ themes,
+ workbench,
+ cty,
+ docs,
+ email,
+ errors,
+ filter,
+ gdpr,
+ i18n,
+ intro,
+ jargon,
+ lab,
+ measurements,
+ optiongroups,
+ o_aaron,
+ o_albert,
+ o_bee,
+ o_bella,
+ o_benjamin,
+ o_bent,
+ o_bob,
+ o_breanna,
+ o_brian,
+ o_bruce,
+ o_carlita,
+ o_carlton,
+ o_cathrin,
+ o_charlie,
+ o_cornelius,
+ o_diana,
+ o_florence,
+ o_florent,
+ o_hi,
+ o_holmes,
+ o_hortensia,
+ o_huey,
+ o_hugo,
+ o_jaeger,
+ o_lucy,
+ o_lunetius,
+ o_noble,
+ o_paco,
+ o_penelope,
+ o_sandy,
+ o_shin,
+ o_simon,
+ o_simone,
+ o_sven,
+ o_tamiko,
+ o_teagan,
+ o_theo,
+ o_tiberius,
+ o_titan,
+ o_trayvon,
+ o_unice,
+ o_ursula,
+ o_wahid,
+ o_walburga,
+ o_waralee,
+ parts,
+ patterns,
+ plugin,
+ settings,
+ welcome
+}
+
+export default allNamespaces
diff --git a/packages/i18n/src/next/uk/intro.mjs b/packages/i18n/src/next/uk/intro.mjs
new file mode 100644
index 00000000000..187565949ba
--- /dev/null
+++ b/packages/i18n/src/next/uk/intro.mjs
@@ -0,0 +1,19 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const intro = {
+ "txt-blog": "Новини, оновлення та анонси від команди FreeSewing",
+ "txt-community": "Проєкт існує на добровільних засадах. FreeSewing не прив'язаний до жодних комерційних засад та компаній.",
+ "txt-different": "Чому ми особливі",
+ "txt-draft": "Оберіть одну з викрійок, модель та налаштування. Ми зробимо решту.",
+ "txt-how": "Як це працює",
+ "txt-join": "Приєднайтеся до тисяч інших користувачів та створіть безкоштовний акаунт на freesewing.org.",
+ "txt-model": "Всі наші викрійки адаптуються під задані виміри. Тому перше, що варто зробити – піти взяти сантиметрову стрічку.",
+ "txt-newHere": "Якщо ви тут вперше – найкраще місце для початку є наше демо:",
+ "txt-opensource": "Наша платформа, наші викрійки і навіть наш вебсайт. Весь наш код доступний на GitHub. Пулл реквести вітаються!",
+ "txt-patrons": "FreeSewing існує завдяки фінансовій підтримці наших Патронів. Прокрутіть вниз, щоб дізнатися про нашу модель підписки.",
+ "txt-showcase": "Завершені проекти від спільноти FreeSewing"
+}
+
+export default intro
diff --git a/packages/i18n/src/next/uk/jargon.mjs b/packages/i18n/src/next/uk/jargon.mjs
new file mode 100644
index 00000000000..2206c1d8781
--- /dev/null
+++ b/packages/i18n/src/next/uk/jargon.mjs
@@ -0,0 +1,36 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const jargon = {
+ "basting.d": "Дивіться Зметування у документація до шиття",
+ "coverlock.d": "Дивіться Каверлок у Документація до шиття",
+ "cutting.d": "Дивіться Вирізання у Документація до шиття",
+ "darts.d": "Дивіться Виточки уДокументація до шиття",
+ "doubleWeltPockets.d": "Дивіться Кишеня з подвійною листочкою уДокументація до шиття",
+ "ease.d": "Дивіться Свобода облягання у Документація до шиття",
+ "edgestitch.d": "Дивіться Шов по краю у Документація до шиття",
+ "fabricGrain.d": "Дивіться Нитка основа тканини у Документація до шиття",
+ "goodSidesTogether.d": "Дивіться Лицьові сторони одна до одної у Документація до шиття",
+ "onTheFold.d": "Дивіться На згині у Документація до шиття",
+ "hemming.d": "Дивіться Підшивання краю у Документація до шиття",
+ "jersey.d": "Дивіться Джерсі у Документація до шиття",
+ "knitBinding.d": "Дивіться Трикотажна бейка у Документація до шиття",
+ "knitFabric.d": "Дивіться Трикотаж у Документація до шиття",
+ "pinning.d": "Дивіться Зметування булавками у Документація до шиття",
+ "rayon.d": "Дивіться Віскоза уДокументація до шиття",
+ "sa.d": "Дивіться Припуск на шов у Документація до шиття",
+ "serger.d": "Дивіться Оверлок у Документація до шиття",
+ "slipstitch.d": "Дивіться Потайний шов у Документація до шиття",
+ "topstitching.d": "Дивіться Оздоблювальний шов у Документація до шиття",
+ "trimming.d": "Дивіться Підрізання припусків на шов у Документація до шиття",
+ "twinNeedle.d": "Дивіться Подвійна голка у Документація до шиття",
+ "zigZag.d": "Дивіться шов \"Зіг-заг\" уДокументація до пошиття",
+ "freesewing.d": "FreeSewing є платформою з відкритим кодом для створення швейних викрійок, які адаптуються під виміри користувача",
+ "patternOptions.d": "Налаштування викрійки дозволяє Вам змінити дизайн викрійки за Вашими побажаннями",
+ "draftSettings.d": "налаштування чернетки надає Вам контроль над генерацією викрійки",
+ "patrons.d": "Патрони фінансово підтримують FreeSewing. Вони є лояльними прихильниками, які забезпечують стійке майбутнє для freesewing.org, нашого коду, викрійок та нашої спільноти.",
+ "msf.d": "Médecins Sans Frontières/Лікарі без кордонів – Більше на msf.org"
+}
+
+export default jargon
diff --git a/packages/i18n/src/next/uk/lab.mjs b/packages/i18n/src/next/uk/lab.mjs
new file mode 100644
index 00000000000..e65df29e00c
--- /dev/null
+++ b/packages/i18n/src/next/uk/lab.mjs
@@ -0,0 +1,13 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const lab = {
+ "slogan": "Лабораторія FreeSewing забезпечує",
+ "slogan1": "Всі наші дизайни викрійок",
+ "slogan2": "Нова & стара версія",
+ "slogan3": "Bleeding edge code",
+ "slogan4": "Не запущені дизайни"
+}
+
+export default lab
diff --git a/packages/i18n/src/next/uk/measurements.mjs b/packages/i18n/src/next/uk/measurements.mjs
new file mode 100644
index 00000000000..cd39e720d26
--- /dev/null
+++ b/packages/i18n/src/next/uk/measurements.mjs
@@ -0,0 +1,46 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const measurements = {
+ "ankle": "Обхват щиколотки",
+ "biceps": "Обхват біцепсів",
+ "bustFront": "Передній напівобхват грудей",
+ "bustPointToUnderbust": "Центр грудей до підгруддя",
+ "bustSpan": "Центр грудей",
+ "chest": "Обхват грудей",
+ "crossSeam": "Посадка",
+ "crossSeamFront": "Посадка спереду",
+ "head": "Обхват голови",
+ "heel": "Обхват підйому",
+ "highBustFront": "Напівобхват над грудьми",
+ "highBust": "Обхват над грудьми",
+ "hips": "Обхват тазу",
+ "hpsToBust": "Від плеча до грудей",
+ "hpsToWaistBack": "Від плеча до талії ззаду",
+ "hpsToWaistFront": "Від плеча до талії спереду",
+ "inseam": "Внутрішній шов",
+ "knee": "Обхват коліна",
+ "neck": "Обхват шиї",
+ "seat": "Обхват стегон",
+ "seatBack": "Напівобхват стегон",
+ "crotchDepth": "Висота сидіння",
+ "shoulderSlope": "Нахил плеча",
+ "shoulderToElbow": "Від плеча до ліктя",
+ "shoulderToShoulder": "Ширина плечей",
+ "shoulderToWrist": "Від плеча до зап'ястя",
+ "underbust": "Підгруддя",
+ "upperLeg": "Обхват верху ноги",
+ "waist": "Обхват талії",
+ "waistBack": "Ширина талії ззаду",
+ "waistToArmhole": "Від талії до пройми",
+ "waistToFloor": "Від талії до підлоги",
+ "waistToHips": "Талія до кісточки таза",
+ "waistToKnee": "Талія до коліна",
+ "waistToSeat": "Від талії до стегон",
+ "waistToUnderbust": "Від талії до підгруддя",
+ "waistToUpperLeg": "Від талії до початку ноги",
+ "wrist": "Обхват зап'ясть"
+}
+
+export default measurements
diff --git a/packages/i18n/src/next/uk/o_aaron.mjs b/packages/i18n/src/next/uk/o_aaron.mjs
new file mode 100644
index 00000000000..6c973d73cdc
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_aaron.mjs
@@ -0,0 +1,24 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_aaron = {
+ "armholeDrop.t": "Спуск пройми",
+ "armholeDrop.d": "Опускає пройму на обрану відстань. Негативний показик підіймає пройму.",
+ "backlineBend.t": "Задня частина пройми",
+ "backlineBend.d": "Визначає форму/криву задньої частини пройми.",
+ "hipsEase.t": "Свобода облягяння на животі",
+ "hipsEase.d": "Відсоток свободи облягання на животі.",
+ "necklineBend.t": "Форма горловини",
+ "necklineBend.d": "Визначає форму/криву горловини спереду.",
+ "necklineDrop.t": "Спуск горловини",
+ "necklineDrop.d": "Процент відкриття шиї спереду.",
+ "shoulderStrapPlacement.t": "Розташування лямки",
+ "shoulderStrapPlacement.d": "Визначає розташування лямки ближче до шиї (нижчі номери) або ближче до плеча (вищі номери).",
+ "shoulderStrapWidth.t": "Ширина лямки",
+ "shoulderStrapWidth.d": "Визначає ширину лямок.",
+ "stretchFactor.t": "Розтяжність",
+ "stretchFactor.d": "Визначає горизонтальне зменшення свободи облягання."
+}
+
+export default o_aaron
diff --git a/packages/i18n/src/next/uk/o_albert.mjs b/packages/i18n/src/next/uk/o_albert.mjs
new file mode 100644
index 00000000000..5898cd43084
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_albert.mjs
@@ -0,0 +1,20 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_albert = {
+ "backOpening.t": "Відкриття спини",
+ "backOpening.d": "Контролює відкриття на задній частині фартука",
+ "chestDepth.t": "Довжина лямки",
+ "chestDepth.d": "Контролює довжину лямки",
+ "lengthBonus.t": "Додаткова довжина",
+ "lengthBonus.d": "Контролює довжину фартука",
+ "bibLength.t": "Довжина нагрудної пройми",
+ "bibLength.d": "Контролює довжину нагрудної пройми",
+ "bibWidth.t": "Ширина нагрудної пройми",
+ "bibWidth.d": "Контролює ширину нагрудної пройми",
+ "strapWidth.t": "Ширина лямки",
+ "strapWidth.d": "Контролює ширину лямки"
+}
+
+export default o_albert
diff --git a/packages/i18n/src/next/uk/o_bee.mjs b/packages/i18n/src/next/uk/o_bee.mjs
new file mode 100644
index 00000000000..f4545f1d4cf
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_bee.mjs
@@ -0,0 +1,62 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_bee = {
+ "chestEase.t": "Свобода облягання на грудях",
+ "chestEase.d": "Контролює свободу облягання грудей у викрійці-основі Белла, на якій основана Бі",
+ "waistEase.t": "Свобода облягання на талії",
+ "waistEase.d": "Контролює свободу облягання талії у викрійці-основі Белла, на якій основана Бі",
+ "bustSpanEase.t": "Свобода облягання центру грудей",
+ "bustSpanEase.d": "Контролює свободу облягання центру грудей у викрійці-основі Белла, на якій основана Бі",
+ "topDepth.t": "Глибина верху",
+ "topDepth.d": "Контролює, як високо чашка піднімається наверх",
+ "bottomCupDepth.t": "Глибина низу",
+ "bottomCupDepth.d": "Контролює, як низько чашка опускається вниз",
+ "sideDepth.t": "Глибина боку",
+ "sideDepth.d": "Контролює, як далеко чашка збільшується у сторону",
+ "sideCurve.t": "Дуга лінії боку",
+ "sideCurve.d": "Контролює дугу сторони чашки",
+ "frontCurve.t": "Дуга внутрішньої лінії",
+ "frontCurve.d": "Контролює дугу внутрішньої сторони чашки",
+ "bellaGuide.t": "Показати Беллу",
+ "bellaGuide.d": "Показує контур викрійки-основи Белла, на якій основана Бі",
+ "ties.t": "Зав'язки",
+ "ties.d": "Чи включати до викрійки зав'язки, так чи ні",
+ "bandTieWidth.t": "Ширина зав'язок на спині",
+ "bandTieWidth.d": "Контролює ширину зав'язок на спині",
+ "bandTieLength.t": "Довжина зав'язок на спині",
+ "bandTieLength.d": "Контролює довжину зав'язок на спині",
+ "bandTieEnds.t": "Кінчики зав'язок на спині",
+ "bandTieEnds.d": "Створює прямі або загострені кінчики на зав'язках",
+ "bandTieColours.t": "Кольори зав'язок на спині",
+ "bandTieColours.d": "Створює монохромні або двоколірні зав'язки на спині",
+ "neckTieWidth.t": "Ширина зав'язок на шиї",
+ "neckTieWidth.d": "Контролює ширину зав'язок навколо шиї",
+ "neckTieLength.t": "Довжина зав'язок навколо шиї",
+ "neckTieLength.d": "Контролює довжину зав'язок навколо шиї",
+ "neckTieEnds.t": "Кінчики зав'язок навколо шиї",
+ "neckTieEnds.d": "Створює прямі або гострі кінчики на зав'язках навколо шиї",
+ "neckTieColours.t": "Колір зав'язок навколо шиї",
+ "neckTieColours.d": "Створює монохромні або двоколірні зав'язки навколо шиї",
+ "crossBackTies.t": "Перехресні зав'язки",
+ "crossBackTies.d": "Чи включати до викрійки перехресні зав'язки на спині",
+ "bandLength.t": "Довжина резинки (перехресні зав'язки)",
+ "bandLength.d": "Контролює довжину резинки навколо спини для версії Бі з перехресними зав'язками",
+ "backDartHeight.t": "Висота виточки на спині (Белла)",
+ "backDartHeight.d": "Контролює висоту виточки на спині у викрійці-основі Белла, на якій основана Бі",
+ "armholeDepth.t": "Глибина пройми (Белла)",
+ "armholeDepth.d": "Контролює глибину пройми у викрійці-основі Белла, на якій основана Бі",
+ "frontArmholePitchDepth.t": "Передній виступ пройми (Белла)",
+ "frontArmholePitchDepth.d": "Контролює передній виступ пройми у викрійці-основі Белла, на якій основана Бі",
+ "frontShoulderWidth.t": "Передня ширина плеча (Белла)",
+ "frontShoulderWidth.d": "Контролює передню ширину плеча у викрійці-основі Белла, на якій основана Бі",
+ "fullChestEaseReduction.t": "Зменшення грудної частини (Белла)",
+ "fullChestEaseReduction.d": "Контролює зменшення грудної частини у викрійці-основі Белла, на якій основана Бі",
+ "highBustWidth.t": "Ширина над грудьми (Белла)",
+ "highBustWidth.d": "Контролює ширину над грудьми у викрійці-основі Белла, на якій основана Бі",
+ "shoulderToShoulderEase.t": "Свобода облягання ширини плечей (Белла)",
+ "shoulderToShoulderEase.d": "Контролює свободу облягання ширини плечей у викрійці-основі Белла, на якій основана Бі"
+}
+
+export default o_bee
diff --git a/packages/i18n/src/next/uk/o_bella.mjs b/packages/i18n/src/next/uk/o_bella.mjs
new file mode 100644
index 00000000000..c21add1ccce
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_bella.mjs
@@ -0,0 +1,46 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_bella = {
+ "chestEase.t": "Свобода облягання на грудях",
+ "chestEase.d": "Контролює свободу облягання на найбільшій частині грудей",
+ "waistEase.t": "Свобода облягання на талії",
+ "waistEase.d": "Контролює свободу облягання на талії",
+ "bustSpanEase.t": "Свобода облягання центру грудей",
+ "bustSpanEase.d": "Контролює горизонтальну свободу облягання на центрі грудей.",
+ "shoulderToShoulderEase.t": "Свобода облягання ширини плечей",
+ "shoulderToShoulderEase.d": "Контролює свободу облягання ширини плечей. Початково налаштовано на -5%, бо Белла розроблена як викрійка-основа, що застосовується у швейній індустрії.",
+ "fullChestEaseReduction.t": "Full chest ease reduction",
+ "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area",
+ "backDartHeight.t": "Back dart height",
+ "backDartHeight.d": "Controls the height of the back dart",
+ "bustDartLength.t": "Bust dart length",
+ "bustDartLength.d": "Controls the length of the bust dart",
+ "waistDartLength.t": "Waist dart length",
+ "waistDartLength.d": "Controls the length of the waist dart",
+ "bustDartCurve.t": "Bust dart curve",
+ "bustDartCurve.d": "Controls the curvature of the bust dart",
+ "armholeDepth.t": "Armhole depth",
+ "armholeDepth.d": "Controls the depth of the armhole",
+ "backArmholeSlant.t": "Back armhole slant",
+ "backArmholeSlant.d": "Slightly rotates the armhole around its pitch point",
+ "frontArmholeCurvature.t": "Front armhole curvature",
+ "frontArmholeCurvature.d": "Controls how deep the armhole is scooped out at the front bottom",
+ "backArmholeCurvature.t": "Back armhole curvature",
+ "backArmholeCurvature.d": "Controls how deep the armhole is scooped out at the back bottom",
+ "frontArmholePitchDepth.t": "Front armhole pitch depth",
+ "frontArmholePitchDepth.d": "Tweaks the horizontal placement of the front armhole pitch point",
+ "backArmholePitchDepth.t": "Back armhole pitch depth",
+ "backArmholePitchDepth.d": "Tweaks the horizontal placement of the back armhole pitch point",
+ "backNeckCutout.t": "Back neck cutout",
+ "backNeckCutout.d": "Controls how deep the neck opening is scooped out at at the back",
+ "backHemSlope.t": "Back hem slope",
+ "backHemSlope.d": "Controls the slope of the hem at the back",
+ "frontShoulderWidth.t": "Front shoulder width",
+ "frontShoulderWidth.d": "Controls the narrowness of the front shoulders relative to the back",
+ "highBustWidth.t": "High bust width",
+ "highBustWidth.d": "Allows you to tweak the hight bust width at the front"
+}
+
+export default o_bella
diff --git a/packages/i18n/src/next/uk/o_benjamin.mjs b/packages/i18n/src/next/uk/o_benjamin.mjs
new file mode 100644
index 00000000000..9e22ef79a1d
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_benjamin.mjs
@@ -0,0 +1,26 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_benjamin = {
+ "adjustmentRibbon.t": "Рихтувальна тасьма",
+ "adjustmentRibbon.d": "Додавати чи не додавати рихтувальну тасьму в елементи викрійки",
+ "bandLength.t": "Band length",
+ "bandLength.d": "Length of the band",
+ "tipWidth.t": "Ширина країв",
+ "tipWidth.d": "Ширина чи висота країв бантика",
+ "knotWidth.t": "Ширина вузлика",
+ "knotWidth.d": "Ширина перемички (місця зав'язування краватки)",
+ "bowLength.t": "Довжина бантика",
+ "bowLength.d": "Довжина бантика (у зав'язаному стані)",
+ "bowStyle.t": "Форма бантика",
+ "bowStyle.d": "Загальна форма бантика",
+ "endStyle.t": "Форма стрічок",
+ "endStyle.d": "Форма стрічок під бантиком",
+ "collarEase.t": "Свобода коміра",
+ "collarEase.d": "Свобода облягання коміра навколо шиї",
+ "ribbonWidth.t": "Ширина тасьми",
+ "ribbonWidth.d": "Ширина тасьми (стрічки)"
+}
+
+export default o_benjamin
diff --git a/packages/i18n/src/next/uk/o_bent.mjs b/packages/i18n/src/next/uk/o_bent.mjs
new file mode 100644
index 00000000000..7fe4def5a46
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_bent.mjs
@@ -0,0 +1,12 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_bent = {
+ "sleeveBend.t": "Згин рукава",
+ "sleeveBend.d": "Керує кутом згину рукава в лікті.",
+ "sleevecapHeight.t": "Висота окату",
+ "sleevecapHeight.d": "Керує висотою окату рукава."
+}
+
+export default o_bent
diff --git a/packages/i18n/src/next/uk/o_bob.mjs b/packages/i18n/src/next/uk/o_bob.mjs
new file mode 100644
index 00000000000..1e934f26fcc
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_bob.mjs
@@ -0,0 +1,16 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_bob = {
+ "neckRatio.t": "Шийний зріз",
+ "neckRatio.d": "Керує діаметром шийного зрізу відповідно до розміру слинявчика",
+ "widthRatio.t": "Ширина",
+ "widthRatio.d": "Керує загальною шириною слинявчика",
+ "lengthRatio.t": "Довжина",
+ "lengthRatio.d": "Керує загальною довжиною слинявчика",
+ "headSize.t": "Розмір голови",
+ "headSize.d": "Обхват голови, на який має налізати слинявчик"
+}
+
+export default o_bob
diff --git a/packages/i18n/src/next/uk/o_breanna.mjs b/packages/i18n/src/next/uk/o_breanna.mjs
new file mode 100644
index 00000000000..48cc7209f31
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_breanna.mjs
@@ -0,0 +1,34 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_breanna = {
+ "shoulderDart.t": "Плечова виточка",
+ "shoulderDart.d": "Додавати чи не додавати виточку на плечі для заокруглення спини",
+ "shoulderDartSize.t": "Розмір плечової виточки",
+ "shoulderDartSize.d": "Ширина (розмір) плечової виточки",
+ "shoulderDartLength.t": "Довжина плечової виточки",
+ "shoulderDartLength.d": "Загальна довжина плечової виточки",
+ "waistDart.t": "Поясна виточка",
+ "waistDart.d": "Додавати чи не додавати виточки на талії для заокруглення спини",
+ "waistDartSize.t": "Розмір поясної виточки",
+ "waistDartSize.d": "Ширина (розмір) виточки на талії",
+ "waistDartLength.t": "Довжина поясної виточки",
+ "waistDartLength.d": "Загальна довжина виточки на талії",
+ "verticalEase.t": "Вертикальна свобода облягання",
+ "verticalEase.d": "Керує свободою облягання, що розподіляється по довжині виробу",
+ "waistEase.t": "Свобода облягання на талії",
+ "waistEase.d": "Відсоток свободи облягання на талії",
+ "primaryBustDart.t": "Грудна виточка",
+ "primaryBustDart.d": "Керує розташуванням виточки для формування ліфу",
+ "primaryBustDartLength.t": "Довжина грудної виточки",
+ "primaryBustDartLength.d": "Загальна довжина виточки на грудях",
+ "secondaryBustDart.t": "Вторинна грудна виточка",
+ "secondaryBustDart.d": "За бажанням можна додати вторинну виточку на грудях для подальшого формування ліфу",
+ "secondaryBustDartLength.t": "Довжина вторинної грудної виточки",
+ "secondaryBustDartLength.d": "Загальна довжина вторинної виточки на грудях",
+ "primaryBustDartShaping.t": "Формування грудних виточок",
+ "primaryBustDartShaping.d": "Керує співвідношенням між головними та вторинними виточками на грудях"
+}
+
+export default o_breanna
diff --git a/packages/i18n/src/next/uk/o_brian.mjs b/packages/i18n/src/next/uk/o_brian.mjs
new file mode 100644
index 00000000000..26034fbdea3
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_brian.mjs
@@ -0,0 +1,76 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_brian = {
+ "acrossBackFactor.t": "Across back factor",
+ "acrossBackFactor.d": "Controls your across back width as a factor of your shoulder to shoulder measurement.",
+ "armholeDepthFactor.t": "Armhole depth factor",
+ "armholeDepthFactor.d": "Controls the depth of the armhole. Higher values make a deeper armhole.",
+ "backNeckCutout.t": "Back neck cutout",
+ "backNeckCutout.d": "How deep the neck is cut out at the back",
+ "bicepsEase.t": "Biceps ease",
+ "bicepsEase.d": "The amount of ease at your upper arm. Note that while we try to respect this, fitting the sleeve to the armhole takes precedence over respecting the exact amount of ease.",
+ "collarEase.t": "Collar ease",
+ "collarEase.d": "The amount of ease around your neck",
+ "chestEase.t": "Chest ease",
+ "chestEase.d": "The amount of ease at your chest.",
+ "cuffEase.t": "Cuff ease",
+ "cuffEase.d": "The amount of ease at your wrist.",
+ "frontArmholeDeeper.t": "Front armhole extra cutout",
+ "frontArmholeDeeper.d": "How much do you want the front armhole to be cut out deeper than the back.",
+ "lengthBonus.t": "Length bonus",
+ "lengthBonus.d": "The amount to lengthen the garment. A negative value will shorten it.",
+ "s3Collar.t": "Shoulder seam shift: collar side",
+ "s3Collar.d": "Increase this option to shift the shoulder seam forward on the collar side. Decreasing it shifts it backwards.",
+ "s3Armhole.t": "Shoulder seam shift: armhole side",
+ "s3Armhole.d": "Increase this option to shift the shoulder seam forward on the armhole side. Decreasing it shifts it backwards.",
+ "shoulderEase.t": "Shoulder ease",
+ "shoulderEase.d": "The amount of ease at your shoulder. This increases the shoulder to shoulder distance to accommodate additional layers or thickness.",
+ "shoulderSlopeReduction.t": "Shoulder slope reduction",
+ "shoulderSlopeReduction.d": "The amount by which the shoulder slope is reduced to allow for shoulder padding.",
+ "sleeveLengthBonus.t": "Sleeve length bonus",
+ "sleeveLengthBonus.d": "The amount to lengthen the sleeve. A negative value will shorten it.",
+ "sleevecapEase.t": "Sleevecap ease",
+ "sleevecapEase.d": "The amount by which the sleevecap seam is longer than the armhole seam.",
+ "sleevecapTopFactorX.t": "Sleevecap top X",
+ "sleevecapTopFactorX.d": "Controls the horizontal location of the sleevecap top.",
+ "sleevecapTopFactorY.t": "Sleevecap top Y",
+ "sleevecapTopFactorY.d": "Controls the height of the sleevecap. A higher value results in a higher and more narrow sleevecap.",
+ "sleevecapBackFactorX.t": "Sleevecap back X",
+ "sleevecapBackFactorX.d": "Controls the placement of the sleevecap back pitchpoint on the X-axis (horizontal)",
+ "sleevecapBackFactorY.t": "Sleevecap back Y",
+ "sleevecapBackFactorY.d": "Controls the placement of the sleevecap back pitchpoint on the Y-axis (vertical)",
+ "sleevecapFrontFactorX.t": "Sleevecap front X",
+ "sleevecapFrontFactorX.d": "Controls the placement of the sleevecap front pitchpoint on the X-axis (horizontal)",
+ "sleevecapFrontFactorY.t": "Sleevecap front Y",
+ "sleevecapFrontFactorY.d": "Controls the placement of the sleevecap front pitchpoint on the Y-axis (vertical)",
+ "sleevecapQ1Offset.t": "Sleevecap Q1 offset",
+ "sleevecapQ1Offset.d": "Controls the curvature of the sleevecap in the first quadrant (front armhole)",
+ "sleevecapQ2Offset.t": "Sleevecap Q2 offset",
+ "sleevecapQ2Offset.d": "Controls the curvature of the sleevecap in the second quadrant (front shoulder)",
+ "sleevecapQ3Offset.t": "Sleevecap Q3 offset",
+ "sleevecapQ3Offset.d": "Controls the curvature of the sleevecap in the third quadrant (back shoulder)",
+ "sleevecapQ4Offset.t": "Sleevecap Q4 offset",
+ "sleevecapQ4Offset.d": "Controls the curvature of the sleevecap in the fourth quadrant (back armhole)",
+ "sleevecapQ1Spread1.t": "Sleevecap Q1 downward spread",
+ "sleevecapQ1Spread1.d": "Controls the spread of the sleevecap first quadrant curvature towards the armhole",
+ "sleevecapQ1Spread2.t": "Sleevecap Q1 upward spread",
+ "sleevecapQ1Spread2.d": "Controls the spread of the sleevecap first quadrant curvature towards the shoulder",
+ "sleevecapQ2Spread1.t": "Sleevecap Q2 downward spread",
+ "sleevecapQ2Spread1.d": "Controls the spread of the sleevecap second quadrant curvature towards the armhole",
+ "sleevecapQ2Spread2.t": "Sleevecap Q2 upward spread",
+ "sleevecapQ2Spread2.d": "Controls the spread of the sleevecap second quadrant curvature towards the shoulder",
+ "sleevecapQ3Spread1.t": "Sleevecap Q3 upward spread",
+ "sleevecapQ3Spread1.d": "Controls the spread of the sleevecap third quadrant curvature towards the shoulder",
+ "sleevecapQ3Spread2.t": "Sleevecap Q3 downward spread",
+ "sleevecapQ3Spread2.d": "Controls the spread of the sleevecap third quadrant curvature towards the armhole",
+ "sleevecapQ4Spread1.t": "Sleevecap Q4 upward spread",
+ "sleevecapQ4Spread1.d": "Controls the spread of the sleevecap fourth quadrant curvature towards the shoulder",
+ "sleevecapQ4Spread2.t": "Sleevecap Q4 downward spread",
+ "sleevecapQ4Spread2.d": "Controls the spread of the sleevecap fourth quadrant curvature towards the armhole",
+ "sleeveWidthGuarantee.t": "Sleeve width guarantee",
+ "sleeveWidthGuarantee.d": "Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole."
+}
+
+export default o_brian
diff --git a/packages/i18n/src/next/uk/o_bruce.mjs b/packages/i18n/src/next/uk/o_bruce.mjs
new file mode 100644
index 00000000000..ef46b9393b0
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_bruce.mjs
@@ -0,0 +1,20 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_bruce = {
+ "bulge.t": "Пахова вставка",
+ "bulge.d": "Керує кутом пахової вставки для регулювання простору в передній мішковині.",
+ "legBonus.t": "Додаткова довжина",
+ "legBonus.d": "Збільшує загальну довжину по нозі.",
+ "rise.t": "Посадка",
+ "rise.d": "Керує висотою посадки на талії. Негативний показник зробить посадку нижчою.",
+ "stretch.t": "Еластичність",
+ "stretch.d": "Керує негативною свободою облягання.",
+ "legStretch.t": "Обхват ноги",
+ "legStretch.d": "Для найкращого результату рекомендується дещо туга посадка на нозі — ніяких пройм.",
+ "backRise.t": "Посадка ззаду",
+ "backRise.d": "Керує відсотком висоти посадки ззаду."
+}
+
+export default o_bruce
diff --git a/packages/i18n/src/next/uk/o_carlita.mjs b/packages/i18n/src/next/uk/o_carlita.mjs
new file mode 100644
index 00000000000..04c8f39751f
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_carlita.mjs
@@ -0,0 +1,10 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_carlita = {
+ "contour.t": "Contour",
+ "contour.d": "Controls how sharply the princess seam is contoured."
+}
+
+export default o_carlita
diff --git a/packages/i18n/src/next/uk/o_carlton.mjs b/packages/i18n/src/next/uk/o_carlton.mjs
new file mode 100644
index 00000000000..2b4638ebf2a
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_carlton.mjs
@@ -0,0 +1,28 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_carlton = {
+ "seatEase.t": "Seat ease",
+ "seatEase.d": "Amount of ease around your bum",
+ "pocketPlacementHorizontal.t": "Horizontal pocket placement",
+ "pocketPlacementHorizontal.d": "The (horizontal) location of the pockets",
+ "pocketPlacementVertical.t": "Vertical pocket placement",
+ "pocketPlacementVertical.d": "The (vertical) location of the pockets",
+ "collarHeight.t": "Collar height",
+ "collarHeight.d": "Height of the collar",
+ "length.t": "Length",
+ "length.d": "Total length",
+ "pocketFlapRadius.t": "Pocket flap radius",
+ "pocketFlapRadius.d": "The amount by which the pocket flap is rounded",
+ "pocketRadius.t": "Pocket radius",
+ "pocketRadius.d": "The amount by which the pocket is rounded",
+ "chestPocketHeight.t": "Chest pocket height",
+ "chestPocketHeight.d": "Height of the chest pocket",
+ "beltWidth.t": "Belt width",
+ "beltWidth.d": "Width of the belt",
+ "buttonSpacingHorizontal.t": "Horizontal button spacing",
+ "buttonSpacingHorizontal.d": "Horizontal spacing of the buttons, also determines the front closure overlap"
+}
+
+export default o_carlton
diff --git a/packages/i18n/src/next/uk/o_cathrin.mjs b/packages/i18n/src/next/uk/o_cathrin.mjs
new file mode 100644
index 00000000000..dd5009c895d
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_cathrin.mjs
@@ -0,0 +1,24 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_cathrin = {
+ "panels.t": "Number of panels",
+ "panels.d": "The number of panels to draft. More panels are better to fit a curvier model.",
+ "waistReduction.t": "Waist reduction",
+ "waistReduction.d": "The amount by which you want the corset to pinch your waist.",
+ "backOpening.t": "Back opening",
+ "backOpening.d": "Opening at the center back closure.",
+ "backRise.t": "Back rise",
+ "backRise.d": "How much the back panels rise from your arms to your center back.",
+ "backDrop.t": "Back drop",
+ "backDrop.d": "How much the back panels lower from your hips towards your center back. Negative values will raise the back.",
+ "frontRise.t": "Front rise",
+ "frontRise.d": "Rise of the front panels at center front, between your breasts. Negative values will lower them.",
+ "frontDrop.t": "Front drop",
+ "frontDrop.d": "How much the front panels lower from your hips towards your center front.",
+ "hipRise.t": "Hip rise",
+ "hipRise.d": "How much the side panels rise on your hips."
+}
+
+export default o_cathrin
diff --git a/packages/i18n/src/next/uk/o_charlie.mjs b/packages/i18n/src/next/uk/o_charlie.mjs
new file mode 100644
index 00000000000..28a3743001b
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_charlie.mjs
@@ -0,0 +1,42 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_charlie = {
+ "backPocketHorizontalPlacement.t": "Back pocket horizontal placement",
+ "backPocketHorizontalPlacement.d": "Controls the horizontal placement of the back pocket",
+ "backPocketVerticalPlacement.t": "Back pocket vertical placement",
+ "backPocketVerticalPlacement.d": "Controls the vertical placement of the back pocket",
+ "backPocketWidth.t": "Back pocket width",
+ "backPocketWidth.d": "Controls the width of the back pocket",
+ "backPocketDepth.t": "Back pocket depth",
+ "backPocketDepth.d": "Controls the depth of the back pocket",
+ "backPocketFacing.t": "Back pocket facing",
+ "backPocketFacing.d": "Controls whether or not to include facing on the back pockets",
+ "frontPocketSlantDepth.t": "Front pocket slant depth",
+ "frontPocketSlantDepth.d": "Controls the depth of the (front) pocket slant",
+ "frontPocketSlantWidth.t": "Front pocket slant width",
+ "frontPocketSlantWidth.d": "Controls the width of the (front) pocket slant",
+ "frontPocketSlantRound.t": "Front pocket slant round",
+ "frontPocketSlantRound.d": "Controls how far from the end of the slant we start rounding into the outseam",
+ "frontPocketSlantBend.t": "Front pocket slant bend",
+ "frontPocketSlantBend.d": "Controls the radius by which we round the pocket slant into the outseam",
+ "frontPocketWidth.t": "Front pocket width",
+ "frontPocketWidth.d": "Controls the width of the front pocket bag",
+ "frontPocketDepth.t": "Front pocket depth",
+ "frontPocketDepth.d": "Controls the depth of the front pocket bag",
+ "frontPocketFacing.t": "Front pocket facing",
+ "frontPocketFacing.d": "Controls how far the pocket facing extends into the pocket bag",
+ "beltLoops.t": "Belt loops",
+ "beltLoops.d": "Controls the amount of belt loops",
+ "flyCurve.t": "Fly curve",
+ "flyCurve.d": "Controls the curvature of the fly J-seam",
+ "flyLength.t": "Fly length",
+ "flyLength.d": "Controls the length of the fly",
+ "flyWidth.t": "Fly width",
+ "flyWidth.d": "Controls how far the J-seam of offset from the fly edge",
+ "waistbandCurve.t": "Waistband Curve",
+ "waistbandCurve.d": "Controls how curved the waistband is."
+}
+
+export default o_charlie
diff --git a/packages/i18n/src/next/uk/o_cornelius.mjs b/packages/i18n/src/next/uk/o_cornelius.mjs
new file mode 100644
index 00000000000..2a7729cc9a3
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_cornelius.mjs
@@ -0,0 +1,24 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_cornelius = {
+ "fullness.t": "Fullness",
+ "fullness.d": "Controls the fullness of the breeches",
+ "waistbandBelowWaist.t": "Lower waistband",
+ "waistbandBelowWaist.d": "Percentage to move the waistband below the actual waist",
+ "waistReduction.t": "Waist reduction",
+ "waistReduction.d": "Percentage to reduce the waistband",
+ "cuffWidth.t": "Cuff width",
+ "cuffWidth.d": "Width of the leg cuff",
+ "cuffStyle.t": "Cuff style",
+ "cuffStyle.d": "Style of the leg cuff",
+ "bandBelowKnee.t": "Cuff below knee",
+ "bandBelowKnee.d": "Controls the cuff distance from the knee",
+ "kneeToBelow.t": "Cuff length",
+ "kneeToBelow.d": "Controls the tightness of the cuff as compared to the knee",
+ "ventLength.t": "Vent length",
+ "ventLength.d": "Controls the length of the vent between knee and cuff"
+}
+
+export default o_cornelius
diff --git a/packages/i18n/src/next/uk/o_diana.mjs b/packages/i18n/src/next/uk/o_diana.mjs
new file mode 100644
index 00000000000..77a767689ee
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_diana.mjs
@@ -0,0 +1,12 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_diana = {
+ "shoulderSeamLength.t": "Shoulder seam length",
+ "shoulderSeamLength.d": "Controls the length of the shoulder seam",
+ "drapeAngle.t": "Drape angle",
+ "drapeAngle.d": "Controls the amount of drape"
+}
+
+export default o_diana
diff --git a/packages/i18n/src/next/uk/o_florence.mjs b/packages/i18n/src/next/uk/o_florence.mjs
new file mode 100644
index 00000000000..8eeef0b7bae
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_florence.mjs
@@ -0,0 +1,14 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_florence = {
+ "height.t": "Height",
+ "height.d": "Controls the height of the face mask",
+ "length.t": "Length",
+ "length.d": "Controls the length of the face mask",
+ "curve.t": "Curve",
+ "curve.d": "Controls the curvature of the upper edge of the face mask"
+}
+
+export default o_florence
diff --git a/packages/i18n/src/next/uk/o_florent.mjs b/packages/i18n/src/next/uk/o_florent.mjs
new file mode 100644
index 00000000000..a6862b8ca69
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_florent.mjs
@@ -0,0 +1,10 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_florent = {
+ "headEase.t": "Head ease",
+ "headEase.d": "The amound of ease around your head"
+}
+
+export default o_florent
diff --git a/packages/i18n/src/next/uk/o_hi.mjs b/packages/i18n/src/next/uk/o_hi.mjs
new file mode 100644
index 00000000000..4c2e9292890
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_hi.mjs
@@ -0,0 +1,16 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_hi = {
+ "hungry.t": "Hungry",
+ "hungry.d": "Changes the mouth shape to convey Hi is hungry",
+ "nosePointiness.t": "Nose pointiness",
+ "nosePointiness.d": "Controls how pointy Hi's nose is",
+ "aggressive.t": "Aggressive",
+ "aggressive.d": "Give Hi pointy teeth, or not",
+ "size.t": "Size",
+ "size.d": "Sharks come in all sizes, and so does Hi"
+}
+
+export default o_hi
diff --git a/packages/i18n/src/next/uk/o_holmes.mjs b/packages/i18n/src/next/uk/o_holmes.mjs
new file mode 100644
index 00000000000..b8c232024fb
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_holmes.mjs
@@ -0,0 +1,26 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_holmes = {
+ "headEase.t": "Head ease",
+ "headEase.d": "The amount of ease around your head.",
+ "lengthRatio.t": "Length ratio",
+ "lengthRatio.d": "Controls the length of the crown and ear flaps",
+ "gores.t": "Number of gores",
+ "gores.d": "The number of gores used to construct the crown",
+ "visorAngle.t": "Visor angle",
+ "visorAngle.d": "The arc angle used to draft the inner curve of the visor",
+ "visorWidth.t": "Visor width",
+ "visorWidth.d": "Controls the width of the visor",
+ "earLength.t": "Ear flap length",
+ "earLength.d": "Controls the length of the ear flaps independently from the crown pieces",
+ "earWidth.t": "Ear flap width",
+ "earWidth.d": "Controls the width of the ear flaps",
+ "buttonhole.t": "Buttonhole guide",
+ "buttonhole.d": "Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant",
+ "visorLength.t": "Visor length",
+ "visorLength.d": "Controls the length of the visor"
+}
+
+export default o_holmes
diff --git a/packages/i18n/src/next/uk/o_hortensia.mjs b/packages/i18n/src/next/uk/o_hortensia.mjs
new file mode 100644
index 00000000000..9f0a3796c18
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_hortensia.mjs
@@ -0,0 +1,16 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_hortensia = {
+ "size.t": "Size",
+ "size.d": "Controls the overall size of the handbag",
+ "zipperSize.t": "Zipper size",
+ "zipperSize.d": "Which size of zipper to use",
+ "strapLength.t": "Strap length",
+ "strapLength.d": "Controls the length of the strap",
+ "handleWidth.t": "Handle width",
+ "handleWidth.d": "Controls the width of the handle"
+}
+
+export default o_hortensia
diff --git a/packages/i18n/src/next/uk/o_huey.mjs b/packages/i18n/src/next/uk/o_huey.mjs
new file mode 100644
index 00000000000..d053c97b88c
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_huey.mjs
@@ -0,0 +1,22 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_huey = {
+ "pocket.t": "Pocket",
+ "pocket.d": "Whether to include a front pocket or not",
+ "pocketHeight.t": "Pocket height",
+ "pocketHeight.d": "Controls the height of the pocket",
+ "hoodHeight.t": "Hood height",
+ "hoodHeight.d": "Controls the height of the hood",
+ "hoodCutback.t": "Hood cutback",
+ "hoodCutback.d": "Controls how far the hood opening is cut back",
+ "hoodClosure.t": "Hood closure",
+ "hoodClosure.d": "Controls how much of the hood is part of the front closure",
+ "hoodDepth.t": "Hood depth",
+ "hoodDepth.d": "Controls the depth of the hood",
+ "hoodAngle.t": "Hood angle",
+ "hoodAngle.d": "Controls the angle at which the hood is attached"
+}
+
+export default o_huey
diff --git a/packages/i18n/src/next/uk/o_hugo.mjs b/packages/i18n/src/next/uk/o_hugo.mjs
new file mode 100644
index 00000000000..f4068c9f7e2
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_hugo.mjs
@@ -0,0 +1,10 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_hugo = {
+ "hipsEase.t": "Hips ease",
+ "hipsEase.d": "The amount of ease at your hips."
+}
+
+export default o_hugo
diff --git a/packages/i18n/src/next/uk/o_jaeger.mjs b/packages/i18n/src/next/uk/o_jaeger.mjs
new file mode 100644
index 00000000000..90a767db89b
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_jaeger.mjs
@@ -0,0 +1,82 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_jaeger = {
+ "centerBackDart.t": "Center back dart",
+ "centerBackDart.d": "Dart at the center back of your neck to accommodate a rounded back",
+ "sleeveVentLength.t": "Sleeve vent length",
+ "sleeveVentLength.d": "Length of the sleeve vent",
+ "sleeveVentWidth.t": "Sleeve vent width",
+ "sleeveVentWidth.d": "Width of the sleeve vent",
+ "chestShaping.t": "Chest shaping",
+ "chestShaping.d": "Amount of shaping to accommodate for the chest curve",
+ "frontDartPlacement.t": "Front dart placement",
+ "frontDartPlacement.d": "Location of the front darts",
+ "frontOverlap.t": "Front overlap",
+ "frontOverlap.d": "How far the fabric extends beyond the closing buttons",
+ "sideFrontPlacement.t": "Side/Front placement",
+ "sideFrontPlacement.d": "The location of the side/front boundary",
+ "chestPocketDepth.t": "Chest pocket depth",
+ "chestPocketDepth.d": "The depth of the chest pocket",
+ "chestPocketWidth.t": "Chest pocket width",
+ "chestPocketWidth.d": "The width of the chest pocket",
+ "chestPocketPlacement.t": "Chest pocket placement",
+ "chestPocketPlacement.d": "The location of the chest pocket",
+ "chestPocketAngle.t": "Chest pocket angle",
+ "chestPocketAngle.d": "The angle under which the chest pocket is placed",
+ "chestPocketWeltSize.t": "Chest pocket welt size",
+ "chestPocketWeltSize.d": "The size of the chest pocket welt",
+ "frontPocketPlacement.t": "Front pocket placement",
+ "frontPocketPlacement.d": "Location of the front pocket",
+ "frontPocketWidth.t": "Front pocket width",
+ "frontPocketWidth.d": "The width of the front pocket",
+ "frontPocketDepth.t": "Front pocket depth",
+ "frontPocketDepth.d": "The depth of the front pocket",
+ "frontPocketRadius.t": "Front pocket radius",
+ "frontPocketRadius.d": "The radius by which the front pocket is rounded",
+ "innerPocketPlacement.t": "Inner pocket placement",
+ "innerPocketPlacement.d": "The location of the inner pocket",
+ "innerPocketWidth.t": "Inner pocket width",
+ "innerPocketWidth.d": "The width of the inner pocket",
+ "innerPocketDepth.t": "Inner pocket depth",
+ "innerPocketDepth.d": "The depth of the inner pocket",
+ "innerPocketWeltHeight.t": "Inner pocket welt height",
+ "innerPocketWeltHeight.d": "The height of the inner pocket welt",
+ "pocketFoldover.t": "Pocket fold-over",
+ "pocketFoldover.d": "The amount by which the main fabric is folder over into the pocket",
+ "centerFrontHemDrop.t": "Center front hem drop",
+ "centerFrontHemDrop.d": "The amount by which the hem is lowered towards the center front",
+ "backVent.t": "Back vent",
+ "backVent.d": "The amount of back vents",
+ "backVentLength.t": "Back vent length",
+ "backVentLength.d": "The length of the back vent(s)",
+ "buttonLength.t": "Button length",
+ "buttonLength.d": "The distance over which buttons are spread",
+ "frontCutawayAngle.t": "Front cutaway angle",
+ "frontCutawayAngle.d": "The angle under which the front is cut away towards the hem",
+ "frontCutawayStart.t": "Front cutaway start",
+ "frontCutawayStart.d": "The location at which the front starts opening up towards the hem",
+ "frontCutawayEnd.t": "Front cutaway end",
+ "frontCutawayEnd.d": "Increasing this will make the front cutaway stay closer to the center front",
+ "collarSpread.t": "Collar spread",
+ "collarSpread.d": "The collar spread controls how the collar drapes over the shoulders",
+ "lapelStart.t": "Lapel start",
+ "lapelStart.d": "Location where the center front goes over into the lapels",
+ "lapelReduction.t": "Lapel reduction",
+ "lapelReduction.d": "How much the tip of the lapels turns inwards",
+ "collarHeight.t": "Collar height",
+ "collarHeight.d": "Height of the collar",
+ "collarNotchDepth.t": "Collar notch depth",
+ "collarNotchDepth.d": "Depth of the collar notch",
+ "collarNotchAngle.t": "Collar notch angle",
+ "collarNotchAngle.d": "Angle of the collar notch",
+ "collarNotchReturn.t": "Collar notch return",
+ "collarNotchReturn.d": "How much the collar returns from the notch, in comparison to the lapel",
+ "rollLineCollarHeight.t": "Roll-line collar height",
+ "rollLineCollarHeight.d": "How much the roll-line hugs the neck",
+ "hemRadius.t": "Hem radius",
+ "hemRadius.d": "The amount by which the hem is rounded"
+}
+
+export default o_jaeger
diff --git a/packages/i18n/src/next/uk/o_lucy.mjs b/packages/i18n/src/next/uk/o_lucy.mjs
new file mode 100644
index 00000000000..2a36dcac6d1
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_lucy.mjs
@@ -0,0 +1,14 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_lucy = {
+ "width.t": "Width",
+ "width.d": "Width of the pocket",
+ "length.t": "Length",
+ "length.d": "Length (depth) of the pocket",
+ "edge.t": "Taper",
+ "edge.d": "Controls how much the pocket opening tapers inwards"
+}
+
+export default o_lucy
diff --git a/packages/i18n/src/next/uk/o_lunetius.mjs b/packages/i18n/src/next/uk/o_lunetius.mjs
new file mode 100644
index 00000000000..5641a647e43
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_lunetius.mjs
@@ -0,0 +1,14 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_lunetius = {
+ "lengthRatio.t": "Length ratio",
+ "lengthRatio.d": "Controls the length of the garment",
+ "widthRatio.t": "Width ratio",
+ "widthRatio.d": "Controls the width of the garment",
+ "length.t": "Length",
+ "length.d": "Choose from the different length styles"
+}
+
+export default o_lunetius
diff --git a/packages/i18n/src/next/uk/o_noble.mjs b/packages/i18n/src/next/uk/o_noble.mjs
new file mode 100644
index 00000000000..c786079ead1
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_noble.mjs
@@ -0,0 +1,46 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_noble = {
+ "dartPosition.t": "Dart position",
+ "dartPosition.d": "Controls whether to split at the shoulder or armhole",
+ "chestEase.t": "Chest ease",
+ "chestEase.d": "Controls the amount of ease at the chest",
+ "waistEase.t": "Waist ease",
+ "waistEase.d": "Controls the amount of ease at the waist",
+ "bustSpanEase.t": "Bust span ease",
+ "bustSpanEase.d": "Controls the amount of ease along the bust span",
+ "backDartHeight.t": "Controls the height of the back dart",
+ "backDartHeight.d": "Back dart height",
+ "waistDartLength.t": "Waist dart length",
+ "waistDartLength.d": "Controls the length of the waist dart",
+ "shoulderDartPosition.t": "Shoulder dart position",
+ "shoulderDartPosition.d": "Controls the position of the shoulder dart",
+ "upperDartLength.t": "Upper dart length",
+ "upperDartLength.d": "Controls the length of the upper dart",
+ "armholeDartPosition.t": "Armhole dart position",
+ "armholeDartPosition.d": "Controls the position of the armhole dart",
+ "armholeDepth.t": "Armhole depth",
+ "armholeDepth.d": "Controls the depth of the armhole",
+ "backArmholeSlant.t": "Back armhole slant",
+ "backArmholeSlant.d": "Controls the slant of the armhole at the back",
+ "backArmholeCurvature.t": "Back armhole curvature",
+ "backArmholeCurvature.d": "Controls how deep the armhole is scooped out at the back",
+ "frontArmholePitchDepth.t": "Front armhole pitch depth",
+ "frontArmholePitchDepth.d": "Controls how deep the armhole curts into the front",
+ "backArmholePitchDepth.t": "Back armhole pitch depth",
+ "backArmholePitchDepth.d": "Controls how deep the armhole curts into the back",
+ "backNeckCutout.t": "Back neck cutout",
+ "backNeckCutout.d": "Controls how deep the neck is cutout in the back",
+ "backHemSlope.t": "Back hem slope",
+ "backHemSlope.d": "Constrols the slope of the back hem",
+ "frontShoulderWidth.t": "Front shoulder width",
+ "frontShoulderWidth.d": "Controls how much width is added to the shoulder in the front",
+ "highBustWidth.t": "Hight bust width",
+ "highBustWidth.d": "Controls the widht of the high bust",
+ "shoulderToShoulderEase.t": "Shoulder to shoulder ease",
+ "shoulderToShoulderEase.d": "Controls the amount of ease long the shoulder to shoulder measurement"
+}
+
+export default o_noble
diff --git a/packages/i18n/src/next/uk/o_paco.mjs b/packages/i18n/src/next/uk/o_paco.mjs
new file mode 100644
index 00000000000..2d0b8605211
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_paco.mjs
@@ -0,0 +1,18 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_paco = {
+ "heelEase.t": "Heel ease",
+ "heelEase.d": "The amount of ease at your heel (when stepping into the leg)",
+ "frontPockets.t": "Front pockets",
+ "frontPockets.d": "Whether or not to add front pockets on the side seam",
+ "backPockets.t": "Back pockets",
+ "backPockets.d": "Whether or not to add welt pockets to the back",
+ "elasticatedHem.t": "Elasticated hem",
+ "elasticatedHem.d": "Whether or not you want an elasticated hem",
+ "ankleElastic.t": "Ankle/Hem elastic width",
+ "ankleElastic.d": "Width of the (optional) elastic at the ankle/hem"
+}
+
+export default o_paco
diff --git a/packages/i18n/src/next/uk/o_penelope.mjs b/packages/i18n/src/next/uk/o_penelope.mjs
new file mode 100644
index 00000000000..32cdd6967d8
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_penelope.mjs
@@ -0,0 +1,36 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_penelope = {
+ "backDartDepthFactor.t": "Back dart depth factor",
+ "backDartDepthFactor.d": "How far down does the back dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.",
+ "backVent.t": "Back vent",
+ "backVent.d": "Add a vent in the back of the skirt.",
+ "backVentLength.t": "Back vent length",
+ "backVentLength.d": "Length of the Back Vent as a percentage of the skirt length.",
+ "dartToSideSeamFactor.t": "Dart to side seam factor",
+ "dartToSideSeamFactor.d": "Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam.",
+ "frontDartDepthFactor.t": "Front dart depth factor",
+ "frontDartDepthFactor.d": "How far down does the front dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.",
+ "hem.t": "Size of the hem",
+ "hem.d": "The size of the hem. Measurement in absolute values.",
+ "hemBonus.t": "Hem bonus",
+ "hemBonus.d": "This option will reduce the circumference of the skirt at the hem. Percentage of the Seat measurement.",
+ "lengthBonus.t": "Length bonus",
+ "lengthBonus.d": "This sets the length of the skirt. Percentage of the Natural Waist to Knee measurement.",
+ "nrOfDarts.t": "Number of darts",
+ "nrOfDarts.d": "The number of darts used in the pattern. Maximum is 2. This option can be reduced by the pattern if the calculations create darts that are too small.",
+ "seatEase.t": "Seat ease",
+ "seatEase.d": "Amount of ease at the seat level.",
+ "waistBand.t": "Waist band",
+ "waistBand.d": "Add a waistband to the pattern.",
+ "waistBandWidth.t": "Waist band width",
+ "waistBandWidth.d": "The width of the waist band.",
+ "waistEase.t": "Waist ease",
+ "waistEase.d": "Amount of ease at the waist level.",
+ "zipperLocation.t": "Zipper location",
+ "zipperLocation.d": "The location of the zipper."
+}
+
+export default o_penelope
diff --git a/packages/i18n/src/next/uk/o_sandy.mjs b/packages/i18n/src/next/uk/o_sandy.mjs
new file mode 100644
index 00000000000..11f193fed8b
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_sandy.mjs
@@ -0,0 +1,24 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_sandy = {
+ "waistbandWidth.t": "Waistband width",
+ "waistbandWidth.d": "Controls the width of the waistband.",
+ "waistbandPosition.t": "Waistband position",
+ "waistbandPosition.d": "Controls the position of the waistband.",
+ "waistbandShape.t": "Waistband shape",
+ "waistbandShape.d": "Whether you want a straight or shaped waistband.",
+ "circleRatio.t": "Circle ratio",
+ "circleRatio.d": "The percentage of a circle you want the skirt to be.",
+ "waistbandOverlap.t": "Waistband overlap",
+ "waistbandOverlap.d": "The amount by which the waistband overlaps.",
+ "gathering.t": "Gathering",
+ "gathering.d": "The percent by which the top of the skirt is longer than the bottom of the waistband.",
+ "seamlessFullCircle.t": "Seamless full circle",
+ "seamlessFullCircle.d": "Enables a seamless full circle skirt.",
+ "hemWidth.t": "Hem width",
+ "hemWidth.d": "Width of the hem"
+}
+
+export default o_sandy
diff --git a/packages/i18n/src/next/uk/o_shin.mjs b/packages/i18n/src/next/uk/o_shin.mjs
new file mode 100644
index 00000000000..9f65073ff89
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_shin.mjs
@@ -0,0 +1,12 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_shin = {
+ "legReduction.t": "Leg reduction",
+ "legReduction.d": "Reduces the leg opening to prevent gaping",
+ "elasticWidth.t": "Elastic width",
+ "elasticWidth.d": "Width of the elastic at the waist"
+}
+
+export default o_shin
diff --git a/packages/i18n/src/next/uk/o_simon.mjs b/packages/i18n/src/next/uk/o_simon.mjs
new file mode 100644
index 00000000000..e2efd76d3ab
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_simon.mjs
@@ -0,0 +1,82 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_simon = {
+ "backDarts.t": "Back darts",
+ "backDarts.d": "Whether or not to include back darts",
+ "backDartShaping.t": "Back dart shaping",
+ "backDartShaping.d": "The amount of shaping that is done by the back darts",
+ "barrelCuffNarrowButton.t": "Cuff narrow button",
+ "barrelCuffNarrowButton.d": "Whether to include a button to tie the cuffs more narrow. This option is only relevant for barrel cuffs.",
+ "boxPleat.t": "Box pleat",
+ "boxPleat.d": "Whether to include a box pleat at the back or not",
+ "boxPleatWidth.t": "Box pleat width",
+ "boxPleatWidth.d": "The total widh of the box pleat",
+ "boxPleatFold.t": "Box pleat fold",
+ "boxPleatFold.d": "The amount by with the box pleat folds inwards",
+ "buttonPlacketStyle.t": "Button placket style",
+ "buttonPlacketStyle.d": "Style of the button placket.",
+ "buttonPlacketWidth.t": "Button placket width",
+ "buttonPlacketWidth.d": "Width of the button placket.",
+ "buttonFreeLength.t": "Button free length",
+ "buttonFreeLength.d": "How much of the bottom of the front closure to keep button-free.",
+ "buttonholePlacketFoldWidth.t": "Buttonhole placket fold width",
+ "buttonholePlacketFoldWidth.d": "Width of the buttonhole placket fold.",
+ "buttonholePlacketStyle.t": "Buttonhole placket style",
+ "buttonholePlacketStyle.d": "Style of the buttonhole placket.",
+ "buttonholePlacketWidth.t": "Buttonhole placket width",
+ "buttonholePlacketWidth.d": "Width of the buttonhole placket.",
+ "buttons.t": "Number of buttons",
+ "buttons.d": "The number of buttons on the front closure.",
+ "collarAngle.t": "Collar angle",
+ "collarAngle.d": "The angle of the collar tips.",
+ "collarBend.t": "Collar bend",
+ "collarBend.d": "The bend of the collar.",
+ "collarFlare.t": "Collar flare",
+ "collarFlare.d": "The flare of the collar tips.",
+ "collarGap.t": "Collar gap",
+ "collarGap.d": "The gap between the the two collar ends.",
+ "collarRoll.t": "Collar roll",
+ "collarRoll.d": "The amount by which the top collar is larger than the undercollar.",
+ "collarStandBend.t": "Collar stand bend",
+ "collarStandBend.d": "The bend of the collar stand.",
+ "collarStandCurve.t": "Collar stand curve",
+ "collarStandCurve.d": "The curve of the collar stand.",
+ "collarStandWidth.t": "Collar stand width",
+ "collarStandWidth.d": "Width of the collar stand.",
+ "cuffButtonRows.t": "Cuff button rows",
+ "cuffButtonRows.d": "Whether to draft a single or double row of cuff buttons. This option is only relevant for barrel cuffs.",
+ "cuffDrape.t": "Cuff drape",
+ "cuffDrape.d": "The amount by which the sleeve is wider than the cuff where the are joined.",
+ "cuffLength.t": "Cuff length",
+ "cuffLength.d": "The length of the cuffs.",
+ "cuffStyle.t": "Cuff style",
+ "cuffStyle.d": "The style of the cuffs.",
+ "extraTopButton.t": "Extra top button",
+ "extraTopButton.d": "Whether or not to include an extra top button on the front closure.",
+ "ffsa.t": "Flat-felled seam allowace",
+ "ffsa.d": "The amount of seam allowance on flet-felled seams as a proportion of the regular seam allowance",
+ "hemCurve.t": "Hem curve",
+ "hemCurve.d": "The height of the curve on a curved hem.",
+ "hemStyle.t": "Hem style",
+ "hemStyle.d": "The style of the shirt hem.",
+ "roundBack.t": "Round back",
+ "roundBack.d": "To fit a round(er) back, this adds length to the center back (at the yoke) that tapers of towards the sides.",
+ "seperateButtonholePlacket.t": "Seperate buttonhole placket",
+ "seperateButtonholePlacket.d": "Draft a separate buttonhole placket.",
+ "seperateButtonPlacket.t": "Seperate button placket",
+ "seperateButtonPlacket.d": "Draft a separate button placket",
+ "sleevePlacketLength.t": "Sleeve placket length",
+ "sleevePlacketLength.d": "The length of the sleeve placket.",
+ "sleevePlacketWidth.t": "Sleeve placket width",
+ "sleevePlacketWidth.d": "The width of the sleeve placket.",
+ "splitYoke.t": "Split yoke",
+ "splitYoke.d": "Whether to draft a split or regular yoke.",
+ "waistEase.t": "Waist ease",
+ "waistEase.d": "The amount of ease at your (natural) waist.",
+ "yokeHeight.t": "Yoke height",
+ "yokeHeight.d": "Controls the height of the yoke"
+}
+
+export default o_simon
diff --git a/packages/i18n/src/next/uk/o_simone.mjs b/packages/i18n/src/next/uk/o_simone.mjs
new file mode 100644
index 00000000000..c23a665a9bf
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_simone.mjs
@@ -0,0 +1,18 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_simone = {
+ "bustDartAngle.t": "Bust dart angle",
+ "bustDartAngle.d": "Controls the angle by which the (side) bust dart slopes downward",
+ "bustDartLength.t": "Bust dart length",
+ "bustDartLength.d": "Controls how close the bust dart approaches the bust point",
+ "contour.t": "Contour",
+ "contour.d": "Controls how sharply the extra room for breasts is removed again below the chest",
+ "frontDarts.t": "Front darts",
+ "frontDarts.d": "Whether to include front darts or not",
+ "frontDartLength.t": "Front dart length",
+ "frontDartLength.d": "Controls how close the front dart approaches the bust point"
+}
+
+export default o_simone
diff --git a/packages/i18n/src/next/uk/o_sven.mjs b/packages/i18n/src/next/uk/o_sven.mjs
new file mode 100644
index 00000000000..9deed8bf7be
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_sven.mjs
@@ -0,0 +1,16 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_sven = {
+ "hipsEase.t": "Hips ease",
+ "hipsEase.d": "Controls the amount of ease at your hips (the bottom of the sweater)",
+ "ribbing.t": "Ribbing",
+ "ribbing.d": "Whether to finish the hem and cuffs with ribbing or not.",
+ "ribbingHeight.t": "Ribbing height",
+ "ribbingHeight.d": "The height of the ribbing on cuffs and hem.",
+ "ribbingStretch.t": "Ribbing stretch",
+ "ribbingStretch.d": "The amount of negative ease to apply to the ribbing used for cuffs and hem."
+}
+
+export default o_sven
diff --git a/packages/i18n/src/next/uk/o_tamiko.mjs b/packages/i18n/src/next/uk/o_tamiko.mjs
new file mode 100644
index 00000000000..a31aaa9e588
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_tamiko.mjs
@@ -0,0 +1,14 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_tamiko = {
+ "flare.t": "Flare",
+ "flare.d": "The amount by which the garment flares from your chest downwards",
+ "shoulderseamLength.t": "Shoulder seam length",
+ "shoulderseamLength.d": "The length of the shoulder seam, as a factor of your shoulder to shoulder measurement",
+ "shoulderSlope.t": "Shoulder slope",
+ "shoulderSlope.d": "Controls the angle of the shoulder seams"
+}
+
+export default o_tamiko
diff --git a/packages/i18n/src/next/uk/o_teagan.mjs b/packages/i18n/src/next/uk/o_teagan.mjs
new file mode 100644
index 00000000000..7daf618fe35
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_teagan.mjs
@@ -0,0 +1,20 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_teagan = {
+ "draftForHighBust.t": "Draft for high bust",
+ "draftForHighBust.d": "Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.",
+ "sleeveEase.t": "Свобода прилягання рукава",
+ "sleeveEase.d": "Змінити свободу прилягання рукавів",
+ "sleeveLength.t": "Довжина рукава",
+ "sleeveLength.d": "Змінити довжину рукавів",
+ "necklineBend.t": "Вигін горловини",
+ "necklineBend.d": "Змінити лінію вигину горловини.",
+ "necklineDepth.t": "Глибина горловини",
+ "necklineDepth.d": "Змінити параметр того, як низько знаходиться горловина.",
+ "necklineWidth.t": "Ширина горловини",
+ "necklineWidth.d": "Змінити ширину горловини."
+}
+
+export default o_teagan
diff --git a/packages/i18n/src/next/uk/o_theo.mjs b/packages/i18n/src/next/uk/o_theo.mjs
new file mode 100644
index 00000000000..ad4bfc62f5e
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_theo.mjs
@@ -0,0 +1,12 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_theo = {
+ "wedge.t": "Wedge",
+ "wedge.d": "Controls the length of the cross seam",
+ "legWidth.t": "Leg width",
+ "legWidth.d": "Controls the width of the legs"
+}
+
+export default o_theo
diff --git a/packages/i18n/src/next/uk/o_tiberius.mjs b/packages/i18n/src/next/uk/o_tiberius.mjs
new file mode 100644
index 00000000000..0faf069afb1
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_tiberius.mjs
@@ -0,0 +1,28 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_tiberius = {
+ "headRatio.t": "Head ratio",
+ "headRatio.d": "Controls the size of the head opening",
+ "armholeDrop.t": "Armhole drop",
+ "armholeDrop.d": "Controls the depth of the armhole",
+ "lengthBonus.t": "Length bonus",
+ "lengthBonus.d": "Allows variation of the length of the garment",
+ "widthBonus.t": "Width bonus",
+ "widthBonus.d": "Allows variation of the width of the garment",
+ "clavi.t": "Clavi",
+ "clavi.d": "Whether or not to include guides for clavi",
+ "clavusLocation.t": "Clavus location",
+ "clavusLocation.d": "Controls the location of the clavi",
+ "clavusWidth.t": "Clavus width",
+ "clavusWidth.d": "Controls the width of the clavi",
+ "length.t": "Length",
+ "length.d": "Controls the length of the garment",
+ "width.t": "Width",
+ "width.d": "Controls the width of the garment",
+ "forceWidth.t": "Force width",
+ "forceWidth.d": "Apply width settings regardless of constraints"
+}
+
+export default o_tiberius
diff --git a/packages/i18n/src/next/uk/o_titan.mjs b/packages/i18n/src/next/uk/o_titan.mjs
new file mode 100644
index 00000000000..02b102082a5
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_titan.mjs
@@ -0,0 +1,38 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_titan = {
+ "kneeEase.t": "Knee ease",
+ "kneeEase.d": "Controls the amout of ease at the knee",
+ "waistHeight.t": "Waist height",
+ "waistHeight.d": "Controls the height of the waist, 100% = waist height, 0% = hip height",
+ "lengthBonus.t": "Length bonus",
+ "lengthBonus.d": "Controls the length of the trousers",
+ "crotchDrop.t": "Crotch drop",
+ "crotchDrop.d": "Lowers the crotch for a more relaxed fit",
+ "fitKnee.t": "Fit the knee",
+ "fitKnee.d": "Fits the legs from based on the knee circumference, rather than seat circumference",
+ "legBalance.t": "Leg balance",
+ "legBalance.d": "Controls the ratio between front and back panel of the leg",
+ "crossSeamCurveStart.t": "Start of the cross seam curve",
+ "crossSeamCurveStart.d": "Controls how far into the cross seam we start to curve",
+ "crossSeamCurveBend.t": "Cross seam bend",
+ "crossSeamCurveBend.d": "Controls the curvature of the cross seam",
+ "crossSeamCurveAngle.t": "Cross seam angle",
+ "crossSeamCurveAngle.d": "Controls the angle of the cross seam",
+ "crotchSeamCurveStart.t": "Start of the crotch seam curve",
+ "crotchSeamCurveStart.d": "Controls how far into the crotch seam we start to curve",
+ "crotchSeamCurveBend.t": "Crotch seam bend",
+ "crotchSeamCurveBend.d": "Controls the curvature of the crotch seam",
+ "crotchSeamCurveAngle.t": "Crotch seam angle",
+ "crotchSeamCurveAngle.d": "Controls the angle of the crotch seam",
+ "waistBalance.t": "Waist balance",
+ "waistBalance.d": "Controls the horizontal position of the waist relative to the seat",
+ "waistbandWidth.t": "Waistband width",
+ "waistbandWidth.d": "The width of the waistband",
+ "grainlinePosition.t": "Grainline position",
+ "grainlinePosition.d": "Controls the horizontal position of the leg relative to the seat"
+}
+
+export default o_titan
diff --git a/packages/i18n/src/next/uk/o_trayvon.mjs b/packages/i18n/src/next/uk/o_trayvon.mjs
new file mode 100644
index 00000000000..c5bd73f2013
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_trayvon.mjs
@@ -0,0 +1,12 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_trayvon = {
+ "tipWidth.t": "Tip width",
+ "tipWidth.d": "The width of your tie at the tip",
+ "knotWidth.t": "Knot width",
+ "knotWidth.d": "The width of your tie at the knot"
+}
+
+export default o_trayvon
diff --git a/packages/i18n/src/next/uk/o_unice.mjs b/packages/i18n/src/next/uk/o_unice.mjs
new file mode 100644
index 00000000000..ebf2967acd5
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_unice.mjs
@@ -0,0 +1,16 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_unice = {
+ "fabricStretchX.t": "Fabric stretch (horizontal)",
+ "fabricStretchX.d": "Adjust this for more or less stretchy fabrics",
+ "fabricStretchY.t": "Fabric stretch (vertical)",
+ "fabricStretchY.d": "Adjust this for more or less stretchy fabrics",
+ "adjustStretch.t": "Adjust stretch",
+ "adjustStretch.d": "This option allows you to put in the maximum stretch that the fabric will allow in both horizontal and vertical directions; When disabled, the stretch values are used as-is",
+ "useCrossSeam.t": "Use crossseam",
+ "useCrossSeam.d": "When enabled, the total height of the pattern pieces combined will match the cross seam length minus the front and back rise. When disabled, the total height depends on the gusset length option."
+}
+
+export default o_unice
diff --git a/packages/i18n/src/next/uk/o_ursula.mjs b/packages/i18n/src/next/uk/o_ursula.mjs
new file mode 100644
index 00000000000..9495f237de1
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_ursula.mjs
@@ -0,0 +1,28 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_ursula = {
+ "fabricStretch.t": "Fabric stretch",
+ "fabricStretch.d": "Adjust this for more or less stretchy fabrics",
+ "gussetWidth.t": "Gusset width",
+ "gussetWidth.d": "Controls the width of the gusset",
+ "gussetLength.t": "Gusset length",
+ "gussetLength.d": "Controls the length of the gusset",
+ "elasticStretch.t": "Elastic stretch",
+ "elasticStretch.d": "Adjust this for more or less stretchy elastic",
+ "rise.t": "Rise",
+ "rise.d": "Controls the height of the waist",
+ "legOpening.t": "Leg opening",
+ "legOpening.d": "Controls how high the leg is cut out",
+ "frontDip.t": "Front waist dip",
+ "frontDip.d": "Controls how much the front waist curves (revealing more or less skin)",
+ "backDip.t": "Back waist dip",
+ "backDip.d": "Controls how much the back waist curves (revealing more or less skin)",
+ "taperToGusset.t": "Front exposure",
+ "taperToGusset.d": "Controls the amount of exposed skin on the front",
+ "backExposure.t": "Back exposure",
+ "backExposure.d": "Controls the amount of exposed skin on the back"
+}
+
+export default o_ursula
diff --git a/packages/i18n/src/next/uk/o_wahid.mjs b/packages/i18n/src/next/uk/o_wahid.mjs
new file mode 100644
index 00000000000..6a10a639dd4
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_wahid.mjs
@@ -0,0 +1,36 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_wahid = {
+ "backScyeDart.t": "Back scye dart",
+ "backScyeDart.d": "The amount to take out in a dart at the back of the armhole.",
+ "frontScyeDart.t": "Front scye dart",
+ "frontScyeDart.d": "The amount to take out in a dart at the front of the armhole.",
+ "pocketLocation.t": "Pocket location",
+ "pocketLocation.d": "Determines the placement of the pocket",
+ "pocketWidth.t": "Pocket width",
+ "pocketWidth.d": "Determines the width of the pocket",
+ "weltHeight.t": "Welt height",
+ "weltHeight.d": "Determines the height of the welt",
+ "necklineDrop.t": "Neckline drop",
+ "necklineDrop.d": "Determines how low the neckline drops at the front",
+ "frontStyle.t": "Neck opening style",
+ "frontStyle.d": "Style of the neck opening",
+ "hemStyle.t": "Hem style",
+ "hemStyle.d": "Style of the front hem",
+ "hemRadius.t": "Hem radius",
+ "hemRadius.d": "Radius by which the hem is rounded",
+ "backInset.t": "Back inset",
+ "backInset.d": "How much the back of the armhole is cut inwards",
+ "frontInset.t": "Front inset",
+ "frontInset.d": "How much the front of the armhole is cut inwards",
+ "shoulderInset.t": "Shoulder inset",
+ "shoulderInset.d": "How much the shoulder seam is cut inwards at the shoulder",
+ "neckInset.t": "Neck inset",
+ "neckInset.d": "How much the shoulder seam is cut inwards at the neck",
+ "pocketAngle.t": "Pocket angle",
+ "pocketAngle.d": "Angle of the pocket slant"
+}
+
+export default o_wahid
diff --git a/packages/i18n/src/next/uk/o_walburga.mjs b/packages/i18n/src/next/uk/o_walburga.mjs
new file mode 100644
index 00000000000..e033f36b0b4
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_walburga.mjs
@@ -0,0 +1,20 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_walburga = {
+ "headRatio.t": "Head ratio",
+ "headRatio.d": "Controls the size of the head opening",
+ "lengthBonus.t": "Length bonus",
+ "lengthBonus.d": "Allows variation of the length of the garment",
+ "widthBonus.t": "Width bonus",
+ "widthBonus.d": "Allows variation of the width of the garment",
+ "length.t": "Length",
+ "length.d": "Controls the length of the garment",
+ "neckoRatio.t": "Neck opening shape",
+ "neckoRatio.d": "controls the shape of the neck opening",
+ "neckline.t": "Neckline",
+ "neckline.d": "Controls whether or not to draft a neck opening"
+}
+
+export default o_walburga
diff --git a/packages/i18n/src/next/uk/o_waralee.mjs b/packages/i18n/src/next/uk/o_waralee.mjs
new file mode 100644
index 00000000000..d25f7564705
--- /dev/null
+++ b/packages/i18n/src/next/uk/o_waralee.mjs
@@ -0,0 +1,36 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const o_waralee = {
+ "backPocket.t": "Back pocket",
+ "backPocket.d": "Whether to include a back pocket or not",
+ "frontPocket.t": "Front pocket",
+ "frontPocket.d": "Whether to include a front pocket or not",
+ "hemWidth.t": "Hem size",
+ "hemWidth.d": "Size of the hem at the bottom of the pants",
+ "waistbandWidth.t": "Waist Band",
+ "waistbandWidth.d": "Size of the waist band",
+ "waistRaise.t": "Waist Raise",
+ "waistRaise.d": "How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out.",
+ "crotchBack.t": "Crotch Back",
+ "crotchBack.d": "The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back.",
+ "crotchFront.t": "Crotch Front",
+ "crotchFront.d": "The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front.",
+ "crotchFactorBackHor.t": "Back Crotch Factor Horizontal",
+ "crotchFactorBackHor.d": "Used to move the curve of the crotch in the back horizontally",
+ "crotchFactorBackVer.t": "Back Crotch Factor Vertical",
+ "crotchFactorBackVer.d": "Used to move the curve of the crotch in the back vertically",
+ "crotchFactorFrontHor.t": "Front Crotch Factor Horizontal",
+ "crotchFactorFrontHor.d": "Used to move the curve of the crotch in the front horizontally",
+ "crotchFactorFrontVer.t": "Front Crotch Factor Vertical",
+ "crotchFactorFrontVer.d": "Used to move the curve of the crotch in the front vertically",
+ "waistOverlap.t": "Waist Overlap",
+ "waistOverlap.d": "This dicates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back.",
+ "legShortening.t": "Leg Shortening",
+ "legShortening.d": "This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length.",
+ "backRaise.t": "Back Raise",
+ "backRaise.d": "This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This seting allows you to raise this in the back if you need it for a good fit."
+}
+
+export default o_waralee
diff --git a/packages/i18n/src/next/uk/ograph.mjs b/packages/i18n/src/next/uk/ograph.mjs
new file mode 100644
index 00000000000..306cf6a8a31
--- /dev/null
+++ b/packages/i18n/src/next/uk/ograph.mjs
@@ -0,0 +1,12 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const ograph = {
+ "orgTitle": "Ласкаво просимо до FreeSewing.org",
+ "devTitle": "Ласкаво просимо до FreeSewing.dev",
+ "labTitle": "Ласкаво просимо до lab.FreeSewing.lab",
+ "devDescription": "Документація та навчальні матеріали для розробників FreeSewing та учасників. А також наш блог розробників"
+}
+
+export default ograph
diff --git a/packages/i18n/src/next/uk/optiongroups.mjs b/packages/i18n/src/next/uk/optiongroups.mjs
new file mode 100644
index 00000000000..ad5a1b86da7
--- /dev/null
+++ b/packages/i18n/src/next/uk/optiongroups.mjs
@@ -0,0 +1,32 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const optiongroups = {
+ "advanced": "Додатково",
+ "armhole": "Пройма",
+ "closure": "Закриття",
+ "collar": "Комір",
+ "construction": "Конструкція",
+ "cuffs": "Манжети",
+ "darts": "Виточки",
+ "elastic": "Резинка",
+ "fit": "За розміром",
+ "pockets": "Кишені",
+ "preferences": "Уподобання",
+ "sleevecap": "Окат рукава",
+ "sleeves": "Рукава",
+ "style": "Стиль",
+ "backPockets": "Задні кишені",
+ "frontPockets": "Передні кишені",
+ "waistband": "Резинка на талії",
+ "fly": "Гульфик",
+ "bellaDarts": "Виточки Белла",
+ "bellaArmhole": "Пройма Белла",
+ "bellaAdvanced": "Додатково Белла",
+ "clavi": "Клав",
+ "type": "Тип",
+ "size": "Розмір"
+}
+
+export default optiongroups
diff --git a/packages/i18n/src/next/uk/parts.mjs b/packages/i18n/src/next/uk/parts.mjs
new file mode 100644
index 00000000000..6aa1d1352e1
--- /dev/null
+++ b/packages/i18n/src/next/uk/parts.mjs
@@ -0,0 +1,65 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const parts = {
+ "back": "Спина",
+ "backBase": "Основа спинки",
+ "backPocketWelt": "Листочка задньої кишені",
+ "base": "База",
+ "bentBack": "Спина Бент",
+ "bentBase": "Основа Бент",
+ "bentFront": "Перед Бент",
+ "bentSleeve": "Рукав Бент",
+ "bentTopSleeve": "Верх рукава Бент",
+ "bentUnderSleeve": "Низ рукава Бент",
+ "buttonholePlacket": "Деталь під отвір для ґудзика",
+ "buttonPlacket": "Деталь під ґудзик",
+ "collar": "Комір",
+ "collarStand": "Стійка під комір",
+ "cuff": "Манжет",
+ "fabricTail": "Fabric tail",
+ "fabricTip": "Fabric tip",
+ "frontBase": "Низ переду",
+ "frontFacing": "Лицьовий бік",
+ "front": "Переднє полотнище",
+ "frontLeft": "Лівий бік переду",
+ "frontLining": "Перед підкладки",
+ "frontRight": "Правий бік переду",
+ "gusset": "Ластовиця",
+ "hoodCenter": "Центр капюшону",
+ "hood": "Капюшон",
+ "hoodSide": "Сторона капюшону",
+ "inset": "Вставка",
+ "interfacingTail": "Interfacing tail",
+ "interfacingTip": "Interfacing tip",
+ "liningTail": "Lining tail",
+ "liningTip": "Lining tip",
+ "loop": "Петелька",
+ "panel1": "Панель 1",
+ "panel2": "Панель 2",
+ "panel3": "Панель 3",
+ "panel4": "Панель 4",
+ "panel5": "Панель 5",
+ "panel6": "Панель 6",
+ "panels": "Панелі",
+ "pocketBag": "Pocket bag",
+ "pocketFacing": "Зовнішня частина кишені",
+ "pocketInterfacing": "Pocket interfacing",
+ "pocket": "Кишеня",
+ "pocketWelt": "Кишенькова листочка",
+ "side": "Бік",
+ "sleeveBase": "Sleeve base",
+ "sleevecap": "Окат рукава",
+ "sleevePlacketOverlap": "Верх шліца",
+ "sleevePlacketUnderlap": "Низ шліца",
+ "sleeve": "Рукав",
+ "topSleeve": "Верх рукава",
+ "top": "Верх",
+ "underCollar": "Підборт",
+ "underSleeve": "Низ рукава",
+ "waistband": "Резинка на талії",
+ "yoke": "Кокетка"
+}
+
+export default parts
diff --git a/packages/i18n/src/next/uk/patrons.mjs b/packages/i18n/src/next/uk/patrons.mjs
new file mode 100644
index 00000000000..247d82c1988
--- /dev/null
+++ b/packages/i18n/src/next/uk/patrons.mjs
@@ -0,0 +1,12 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const patrons = {
+ "becomeAPatron": "Стати патроном",
+ "supportFreesewing": "Підтримати FreeSewing",
+ "patronLead": "FreeSewing існує завдяки добровільній моделі підписки",
+ "patronPitch": "Якщо Ви думаєте, що ми робимо цінну роботу, і якщо Ви можете відшкодувати кілька монет щомісяця без труднощів, будь ласка, підтримайте нашу роботу"
+}
+
+export default patrons
diff --git a/packages/i18n/src/next/uk/patterns.mjs b/packages/i18n/src/next/uk/patterns.mjs
new file mode 100644
index 00000000000..8b1664148e5
--- /dev/null
+++ b/packages/i18n/src/next/uk/patterns.mjs
@@ -0,0 +1,100 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const patterns = {
+ "aaron.t": "Майка Аарон",
+ "aaron.d": "Аарон є спортивною майкою.",
+ "albert.t": "Фартук Альберт",
+ "albert.d": "Альберт – це фартук.",
+ "bee.t": "Ліф купальника Бі",
+ "bee.d": "Бі – це ліф купальника",
+ "bella.t": "Викрійка-основа Белла",
+ "bella.d": "Белла є викрійкою-основою з виточками.",
+ "benjamin.t": "Галстук-метелик Бенджамін",
+ "benjamin.d": "Бенджамін – це викрійка краватки-метелика з чотирьма різними формами.",
+ "bent.t": "Викрійка-основа Бент",
+ "bent.d": "Ця двочастинна викрійка є основою для викрійок пальто та піджаків.",
+ "bob.t": "Нагрудник Боб",
+ "bob.d": "Це нагрудник, викрійку якого ви можете самостійно створити, пройшовши нашу інструкцію з дизайну викрійок",
+ "breanna.t": "Викрійка-основа Бреанна",
+ "breanna.d": "Бреанна – це викрійка-основа з виточками.",
+ "brian.t": "Викрійка-основа Брайан",
+ "brian.d": "Брайан – це викрійка-основа без виточок.",
+ "bruce.t": "Труси-боксери Брюс",
+ "bruce.d": "Брюс – комфортні та стильні боксери.",
+ "carlita.t": "Пальто Карліта",
+ "carlita.d": "Версія пальто Карлтон, ака пальто Шерлока Холмса, тільки зі швом Принц(есса).",
+ "carlton.t": "Пальто Карлтон",
+ "carlton.d": "Підходить для косплею Шерлока Холмса, або просто як гарне і практичне пальто.",
+ "cathrin.t": "Корсет Катрін",
+ "cathrin.d": "Катрін – це підгрудний корсет або тренувач талії.",
+ "charlie.t": "Брюки-чіноси Чарлі",
+ "charlie.d": "Чарлі – це викрійка для брюк-чіносів.",
+ "cornelius.t": "Бріджі для катання Корнеліус",
+ "cornelius.d": "Корнеліус – це бріджі для катання на велосипеді, основані на методі крою Кістон.",
+ "diana.t": "Топ з горловиною-хомутом Діана",
+ "diana.d": "Діана – це топ з горловиною-хомутом.",
+ "florent.t": "Пласка кепка Флорент",
+ "florent.d": "Флорент – це пласка кепка, заокруглена кепка з невеликим твердим козирцем спереду.",
+ "florence.t": "Маска Флоренс",
+ "florence.d": "Флоренс – це маска для обличчя.",
+ "hi.t": "Акула Куку",
+ "hi.d": "Найдружелюбніша акула у світі.",
+ "holmes.t": "Шапка Холмс",
+ "holmes.d": "Для косплею Шерлока Холмса, або просто як мила шапочка.",
+ "hortensia.t": "Ручна сумка Гортензія",
+ "hortensia.d": "Гортензія – це ручна сумка.",
+ "huey.t": "Худі Хьюї",
+ "huey.d": "Хьюі – це худі на блискавці з кишенями спереду (на ваш вибір).",
+ "hugo.t": "Худі Хьюго",
+ "hugo.d": "Хьюго – це джампер з капюшоном та рукавами реглан.",
+ "jaeger.t": "Піджак Джагер",
+ "jaeger.d": "Джагер – це спортивний піджак з двома ґудзиками та накладними кишенями.",
+ "lucy.t": "Кишеня на зав'язках Люсі",
+ "lucy.d": "Люсі – це кишеня з минулого, яку можна зав'язати на талії.",
+ "lunetius.t": "Ласерна Лютінус",
+ "lunetius.d": "Лютінус – це ласерна, або історична накидка з Древнього Риму.",
+ "noble.t": "Викрійка-основа Нобл",
+ "noble.d": "Нобл – це викрійка-основа з швом принц(есса).",
+ "paco.t": "Штани Пако",
+ "paco.d": "Пако – це базові та стильні літні штани.",
+ "penelope.t": "Юбка-олівець Пенелопа",
+ "penelope.d": "Пенелопа – це спідниця-олівець з розрізом ззаду (за бажанням).",
+ "sandy.t": "Юбка-сонце Сенді",
+ "sandy.d": "Сенді – викрійка спідниці-сонце на будь-яку довжину та пишність.",
+ "shin.t": "Плавки Шін",
+ "shin.d": "Шін – це спортивні плавки.",
+ "simon.t": "Сорочка Саймон",
+ "simon.d": "Саймон – це викрійка сорочки без передніх виточок. Легко адаптується під Ваші швейні плани.",
+ "simone.t": "Сорочка Сімон",
+ "simone.d": "Сімон – це як Саймон, але з передніми виточками.",
+ "sven.t": "Светр Свен",
+ "sven.d": "Свен – це простий і прямий светр.",
+ "tamiko.t": "Блузка Таміко",
+ "tamiko.d": "Таміко – це топ \"Нуль відходів\".",
+ "teagan.t": "Футболка Тіган",
+ "teagan.d": "Тіган – це викрійка футболки по розміру.",
+ "theo.t": "Штани Тео",
+ "theo.d": "Тео – це викрійка класичних штанів.",
+ "tiberius.t": "Туніка Тіберіус",
+ "tiberius.d": "Тіберіус – це Древньоримська туніка.",
+ "titan.t": "Викрійка-основа штанів Титан",
+ "titan.d": "Титан – це викрійка-основа штанів без виточок.",
+ "trayvon.t": "Краватка Трейвон",
+ "trayvon.d": "Трейвон – це краватка, яка робиться без відрізання кутів для професіонального вигляду.",
+ "unice.t": "Труси Юніс",
+ "unice.d": "Юніс – це варіант Урсули. Базова, багатофункціональна викрійка трусів.",
+ "ursula.t": "Труси Урсула",
+ "ursula.d": "Урсула – це викрійка базових трусів з великою кількістю налаштувань дизайну.",
+ "wahid.t": "Жилет Вахід",
+ "wahid.d": "Вахід – це класичний облягаючий жилет.",
+ "walburga.t": "Туніка Валбурга",
+ "walburga.d": "Валбурга – це гербова накидка; елемент одягу середньовічної Європи.",
+ "waralee.t": "Штани з запахом Варалі",
+ "waralee.d": "Варалі – це штани з запахом.",
+ "yuri.t": "Худі Юрі",
+ "yuri.d": "Юрі – це екстравагантний кардиган без блискавки, оснований на худі Хьюі та Хьюго."
+}
+
+export default patterns
diff --git a/packages/i18n/src/next/uk/plugin.mjs b/packages/i18n/src/next/uk/plugin.mjs
new file mode 100644
index 00000000000..caf30f945f3
--- /dev/null
+++ b/packages/i18n/src/next/uk/plugin.mjs
@@ -0,0 +1,58 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const plugin = {
+ "cutOneStripToFinishTheNeckOpening": "Виріжте одну смугу для обробки горловини",
+ "cutTwoStripsToFinishTheArmholes": "Виріжте дві смуги для обробки пройми",
+ "length": "Довжина",
+ "width": "Ширина",
+ "back": "Зад",
+ "front": "Перед",
+ "sleeve": "Рукав",
+ "inset": "Вставка",
+ "side": "Бік",
+ "hello": "Привіт",
+ "Vent": "Виріз",
+ "PocketFacing": "Зовнішня частина кишені",
+ "SidePanel": "Бокова панель",
+ "FrontBackPanel": "Передня та задня панель",
+ "BottomPanel": "Нижня панель",
+ "ZipperPanel": "Панель під блискавку",
+ "Strap": "Ручка",
+ "strapLength": "Довжина ручок",
+ "handleWidth": "Ширина ручок",
+ "zipperSize": "Стандартний розмір блискавки",
+ "SidePanelReinforcement": "Бокова підкріплююча панель",
+ "cuff": "Манжет",
+ "hoodCenter": "Центр капюшону",
+ "hoodSide": "Бік капюшону",
+ "pocketFacing": "Зовнішня частина кишені",
+ "pocket": "Кишеня",
+ "waistband": "Резинка на талії",
+ "buttonholePlacket": "Деталь під отвір для ґудзика",
+ "buttonPlacket": "Деталь під ґудзик",
+ "collarAndUndercollar": "Комір та Внутрішній комір",
+ "collarStand": "Стійка під комір",
+ "cutUndercollarSlightlySmaller": "Виріжте внутрішню частину коміру трошки меншою",
+ "frontLeft": "Перед зліва",
+ "frontRight": "Перед справа",
+ "sideOfTheCollarStand": "Бік стійки під комір",
+ "sleevePlacketOverlap": "Sleeve placket overlap",
+ "sleevePlacketUnderlap": "Sleeve placket underlap",
+ "yoke": "Кокетка",
+ "matchHere": "З'єднайте візерунок тканини по цій лінії",
+ "fullLengthFromHps": "Повна довжина (від ВТП)",
+ "cutTwoPiecesOfElasticToFinishTheLegOpenings": "Виріжте два шматочка гумки (резинки) щоб завершити зріз низу",
+ "cutOnePieceOfElasticToFinishTheWaistBand": "Виріжте один шматок гумки (резинки) щоб завершити пояс",
+ "cutOnFoldAndGrainline": "Розрізати у зігнутому вигляді / Нитка основи",
+ "cutOnFold": "Розрізати у зігнутому вигляді",
+ "grainline": "Нитка основи",
+ "theBlackOutsideOfThisBoxShouldMeasure": "Зовнішня сторона цієї коробки має бути",
+ "theWhiteInsideOfThisBoxShouldMeasure": "Внутрішня сторона цієї коробки має бути",
+ "supportFreesewingBecomeAPatron": "Підтримайте FreeSewing, станьте Патроном",
+ "cut": "Вирізати",
+ "onFold": "У зігнутому вигляді"
+}
+
+export default plugin
diff --git a/packages/i18n/src/next/uk/posts.mjs b/packages/i18n/src/next/uk/posts.mjs
new file mode 100644
index 00000000000..1722708dd81
--- /dev/null
+++ b/packages/i18n/src/next/uk/posts.mjs
@@ -0,0 +1,10 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const posts = {
+ "xMadeThis": "{x} є автором цієї роботи",
+ "xWroteThis": "{x} є автором цього тексту"
+}
+
+export default posts
diff --git a/packages/i18n/src/next/uk/settings.mjs b/packages/i18n/src/next/uk/settings.mjs
new file mode 100644
index 00000000000..9b3f864541a
--- /dev/null
+++ b/packages/i18n/src/next/uk/settings.mjs
@@ -0,0 +1,34 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const settings = {
+ "advanced.t": "Режим фахівця",
+ "advanced.d": "Визначає показ додаткових налаштувань та налаштувань викрійки",
+ "paperless.t": "Без паперу",
+ "paperless.d": "Створює викрійку з урахуванням масштабу для перенесення на тканину чи інший матеріал без потреби друку",
+ "sa.t": "Припуск на шов",
+ "sa.d": "Визначає розмір припусків на шви в Вашій викрійці",
+ "locale.t": "Мова",
+ "locale.d": "Визначає мову на викрійці",
+ "only.t": "Зміст",
+ "only.d": "Дозволяє керувати тим, які елементи викрійки відображуватимуться на Вашій викрійці",
+ "units.t": "Одиниці виміру",
+ "units.d": "Керує одиницями вимірювання на викрійці",
+ "margin.t": "Відступ",
+ "margin.d": "Контролює відступ навколо елементів викрійки",
+ "complete.t": "Докладність",
+ "complete.d": "Керує докладність викрійки: відображувати повноцінну викрійку з усіма подробицями чи лише основний контур елементів викрійки",
+ "layout.t": "Макет",
+ "layout.d": "Керує подальше розташування окремих елементів викрійки на матеріалі",
+ "debug.t": "Налагодження",
+ "debug.d": "Увімкнути налагодження для отримання додаткової інформації щодо способу створення викрійки",
+ "scale.t": "Масштаб",
+ "scale.d": "Керує ширину контуру, кегль шрифту та інші елементи, які не масштабуються відповідно до замірів викрійки",
+ "renderer.t": "Двигун відтворювання",
+ "renderer.d": "Керує відтворення викрійки на екрані",
+ "xray.t": "Рентген",
+ "xray.d": "Зазирніть за лаштунки з рентгенівським режимом FreeSewing"
+}
+
+export default settings
diff --git a/packages/i18n/src/next/uk/themes.mjs b/packages/i18n/src/next/uk/themes.mjs
new file mode 100644
index 00000000000..d99b1b88fa3
--- /dev/null
+++ b/packages/i18n/src/next/uk/themes.mjs
@@ -0,0 +1,13 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const themes = {
+ "lightTheme": "Світла тема",
+ "darkTheme": "Темна тема",
+ "hax0rTheme": "Тема Hax0r",
+ "lgbtqTheme": "Тема ЛГБТК",
+ "transTheme": "Тема Транс"
+}
+
+export default themes
diff --git a/packages/i18n/src/next/uk/welcome.mjs b/packages/i18n/src/next/uk/welcome.mjs
new file mode 100644
index 00000000000..9c842512830
--- /dev/null
+++ b/packages/i18n/src/next/uk/welcome.mjs
@@ -0,0 +1,17 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const welcome = {
+ "units": "Оберіть одиниці, які Ви хочете використовувати",
+ "username": "Оберіть ім'я користувача",
+ "avatar": "Додайте зображення профілю",
+ "bio": "Розкажіть нам трохи про себе",
+ "social": "Дайте нам знати, де ми можемо слідкувати за Вами",
+ "newsletter": "Надайте нам свої налаштування для розсилки",
+ "letUsSetupYourAccount": "Давайте налаштуємо Ваш обліковий запис.",
+ "walkYouThrough": "Ми допоможемо Вам пройти наступні етапи:",
+ "someOptional": "Хоча всі ці етапи необов'язкові, ми рекомендуємо Вам пройти їх, щоб отримати максимум користі від FreeSewing."
+}
+
+export default welcome
diff --git a/packages/i18n/src/next/uk/workbench.mjs b/packages/i18n/src/next/uk/workbench.mjs
new file mode 100644
index 00000000000..00fe1965627
--- /dev/null
+++ b/packages/i18n/src/next/uk/workbench.mjs
@@ -0,0 +1,15 @@
+/*
+ * This file is auto-generated by the prebuild script
+ * All edits will be overwritten on the next (pre)build
+ */
+const workbench = {
+ "designOptions": "Варіанти дизайну",
+ "forPrinting": "Для друку",
+ "forCutting": "Для вирізання",
+ "layoutThing": "Розташувати {thing}",
+ "pageSize": "Розмір сторінки",
+ "startBySelectingAThing": "Почніть з вибору {thing}",
+ "testThing": "Протестувати {thing}"
+}
+
+export default workbench
diff --git a/packages/i18n/src/prebuild.mjs b/packages/i18n/src/prebuild.mjs
index c01e4ab44f4..65224923ae9 100644
--- a/packages/i18n/src/prebuild.mjs
+++ b/packages/i18n/src/prebuild.mjs
@@ -1,7 +1,7 @@
import yaml from 'js-yaml'
import path from 'path'
import rdir from 'recursive-readdir'
-import { readFile, writeFile } from 'fs/promises'
+import { readFile, writeFile, mkdir } from 'fs/promises'
import { fileURLToPath } from 'url'
import { dirname } from 'path'
@@ -34,14 +34,19 @@ const getTranslationFileList = async () => {
return files.sort()
}
+/** extracts the locale from the file name */
+const localeFromFileName = (fileName) => {
+ const split1 = fileName.split(`${path.sep}locales${path.sep}`).pop()
+ return split1.split(`${path.sep}`).shift()
+}
+
/*
* Figures out the list of locales from the list of files
* (by checking how many version of aaron.yaml exist)
*/
const getLocalesFromFileList = files => files
.filter(file => (file.slice(-10) === 'aaron.yaml'))
- .map(file => file.split(`${path.sep}locales${path.sep}`).pop())
- .map(file => file.split(`${path.sep}plugin${path.sep}`).shift())
+ .map(localeFromFileName)
// Helper method to see if a dir occurs in a full path
const pathContains = (fullPath, dir) => fullPath
@@ -97,25 +102,28 @@ const loadTranslationFile = async (file) => {
* Creates an object with namespaces and the YAML/YML files
* that go with them
*/
-const getNamespacesFromFileList = async (files, locales) => {
+const getNamespacesFromFileList = async (files, locales, only=false) => {
const namespaces = {}
- for (const locale of locales) {
- namespaces[locale] = {}
- const locFiles = files.filter(file => (
- file.split(`${path.sep}locales${path.sep}${locale}${path.sep}`).length > 1)
- )
- for (const file of locFiles) {
- const namespace = namespaceFromFile(file)
- if (typeof namespaces[locale][namespace] === 'undefined') {
- namespaces[locale][namespace] = {}
- }
- // Spread in the result of yaml.load since
- //console.log((await loadTranslationFile(file)))
- // some namespaces are made up of multiple files
- namespaces[locale][namespace] = {
- ...namespaces[locale][namespace],
- ...(await loadTranslationFile(file))
- }
+ for (var i = 0; i < files.length; i++) {
+ let file = files[i]
+
+ let loc = localeFromFileName(file);
+ if (locales.indexOf(loc) === -1) continue
+
+ let namespace = namespaceFromFile(file);
+ if (only === true && only.indexOf(namespace) === -1) continue
+
+ if (typeof namespaces[loc] === 'undefined') {
+ namespaces[loc] = {}
+ }
+
+ if (typeof namespaces[loc][namespace] === 'undefined') {
+ namespaces[loc][namespace] = {}
+ }
+
+ namespaces[loc][namespace] = {
+ ...namespaces[loc][namespace],
+ ...(await loadTranslationFile(file))
}
}
@@ -166,10 +174,14 @@ ${locales
* Writes out files
*/
const writeFiles = async allNamespaces => {
- const promises = []
+ const filePromises = []
+
for (const [locale, namespaces] of Object.entries(allNamespaces)) {
+ // make sure there's a folder for the locale
+ await mkdir(path.resolve(__dirname, 'next', locale), {recursive: true})
+
for (const [namespace, data] of Object.entries(namespaces)) {
- promises.push(
+ filePromises.push(
writeFile(
path.resolve(__dirname, 'next', locale, namespace+'.mjs', ),
namespaceFile(namespace, data)
@@ -177,7 +189,7 @@ const writeFiles = async allNamespaces => {
)
}
// Locale index files
- promises.push(
+ filePromises.push(
writeFile(
path.resolve(__dirname, 'next', locale, 'index.mjs', ),
localeFile(Object.keys(namespaces))
@@ -185,13 +197,15 @@ const writeFiles = async allNamespaces => {
)
}
// Locale index files
- promises.push(
+ filePromises.push(
writeFile(
path.resolve(__dirname, 'next.mjs', ),
indexFile(Object.keys(allNamespaces), allNamespaces)
)
)
- await Promise.all(promises)
+
+ // write the files
+ await Promise.all(filePromises)
return
}
@@ -199,19 +213,15 @@ const writeFiles = async allNamespaces => {
/*
* Turns YAML translation files into JS
*/
-const build = async () => {
+export const build = async (localeFilter = () => true, only=false) => {
const files = await getTranslationFileList()
- const locales = getLocalesFromFileList(files)
- const namespaces = await getNamespacesFromFileList(files, locales)
+ const locales = getLocalesFromFileList(files).filter(localeFilter)
+ console.log('building i18n for', locales)
+ const namespaces = await getNamespacesFromFileList(files, locales, only)
+
await writeFiles(namespaces)
+ return namespaces
}
-build()
-
-
-
-
-
-
-
//export default strings
+
diff --git a/packages/pattern-info/package.json b/packages/pattern-info/package.json
index 41f8d3a793c..4ba3992ecb3 100644
--- a/packages/pattern-info/package.json
+++ b/packages/pattern-info/package.json
@@ -20,7 +20,7 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
- "build": "node src/prebuild.js && node build.js",
+ "build": "node build.js",
"clean": "rimraf dist",
"mbuild": "NO_MINIFY=1 node build.js",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
@@ -29,7 +29,8 @@
"lab": "cd ../../sites/lab && yarn start",
"tips": "node ../../scripts/help.mjs",
"prebuild": "node src/prebuild.js",
- "cibuild_step6": "node src/prebuild.js && node build.js"
+ "precibuild_step6": "node src/prebuild.js",
+ "cibuild_step6": "node build.js"
},
"peerDependencies": {},
"dependencies": {},
diff --git a/packages/rehype-jargon/CHANGELOG.md b/packages/rehype-jargon/CHANGELOG.md
new file mode 100644
index 00000000000..941da039fd7
--- /dev/null
+++ b/packages/rehype-jargon/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Change log for: rehype-jargon
+
+
+
+This is the **initial release**, and the start of this change log.
+
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
+
diff --git a/packages/rehype-jargon/README.md b/packages/rehype-jargon/README.md
new file mode 100644
index 00000000000..893aef38bba
--- /dev/null
+++ b/packages/rehype-jargon/README.md
@@ -0,0 +1,398 @@
+
+