feat(i18n): Added translations for Hortensia
This commit is contained in:
parent
5f06e7a15c
commit
585224a7d7
3 changed files with 21 additions and 1 deletions
15
packages/i18n/src/locales/en/options/hortensia.yml
Normal file
15
packages/i18n/src/locales/en/options/hortensia.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
|
@ -30,6 +30,7 @@ import waralee from './waralee.yml'
|
||||||
import titan from './titan.yml'
|
import titan from './titan.yml'
|
||||||
import paco from './paco.yml'
|
import paco from './paco.yml'
|
||||||
import albert from './albert.yml'
|
import albert from './albert.yml'
|
||||||
|
import hortensia from './hortensia.yml'
|
||||||
import { options as optionList } from '@freesewing/pattern-info'
|
import { options as optionList } from '@freesewing/pattern-info'
|
||||||
import shared from '../../../shared-options.yml'
|
import shared from '../../../shared-options.yml'
|
||||||
|
|
||||||
|
@ -65,7 +66,8 @@ let patterns = {
|
||||||
titan,
|
titan,
|
||||||
paco,
|
paco,
|
||||||
teagan,
|
teagan,
|
||||||
albert
|
albert,
|
||||||
|
hortensia
|
||||||
}
|
}
|
||||||
|
|
||||||
let options = {}
|
let options = {}
|
||||||
|
|
|
@ -43,6 +43,9 @@ florence:
|
||||||
holmes:
|
holmes:
|
||||||
description: 'For Sherlock Holmes cosplay or just a cute hat'
|
description: 'For Sherlock Holmes cosplay or just a cute hat'
|
||||||
title: Holmes deerstalker hat
|
title: Holmes deerstalker hat
|
||||||
|
hortensia:
|
||||||
|
description: 'Hortensia is a handbag'
|
||||||
|
title: Hortensia handbag
|
||||||
huey:
|
huey:
|
||||||
description: Huey is a zip-up hoodie with optional front pockets.
|
description: Huey is a zip-up hoodie with optional front pockets.
|
||||||
title: Huey hoodie
|
title: Huey hoodie
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue