chore(i18n): Added cty translations
This commit is contained in:
parent
e2aac09155
commit
6b92893536
2 changed files with 16 additions and 0 deletions
14
packages/i18n/src/locales/en/cty.yaml
Normal file
14
packages/i18n/src/locales/en/cty.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
wafsHashtag: WeAreFreeSewing
|
||||
weAreACommunityOfMakers: We are a community of makers
|
||||
weProvideMtmSewingPatterns: We provide made-to-measure sewing patterns
|
||||
isAPatron: is a patron
|
||||
contributesWith: contributes with
|
||||
communityBuilding: Community building
|
||||
development: Development
|
||||
patternTesting: Pattern testing
|
||||
patternDesign: Pattern design
|
||||
support: Support
|
||||
translation: Translation
|
||||
writing: Writing
|
||||
whereToFindUs: Where to find us
|
||||
whoWeAre: Who we are
|
|
@ -1,6 +1,7 @@
|
|||
import account from './account.yaml'
|
||||
import app from './app.yaml'
|
||||
import cfp from './cfp.yaml'
|
||||
import cty from './cty.yaml'
|
||||
import email from './email.yaml'
|
||||
import errors from './errors.yaml'
|
||||
import filter from './filter.yml'
|
||||
|
@ -22,6 +23,7 @@ const topics = {
|
|||
account,
|
||||
app,
|
||||
cfp,
|
||||
cty,
|
||||
email,
|
||||
errors,
|
||||
filter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue