fix: Handle loading of plugin i18n data in workbench
This commit is contained in:
parent
24851967ef
commit
4aa3c2786b
5 changed files with 24 additions and 4 deletions
|
@ -16,6 +16,7 @@
|
|||
"onFold": "on the fold",
|
||||
"onFoldAndBias": "on the fold, and on bias",
|
||||
"sewTogether": "Sew together",
|
||||
"theBlackOutideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
|
||||
"supportFreeSewingBecomeAPatron": "Support FreeSewing, become a patron",
|
||||
"theBlackOutsideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
|
||||
"theWhiteInsideOfThisBoxShouldMeasure": "The (white) inside of this box should measure"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ const macroDefaults = {
|
|||
},
|
||||
lead: 'FreeSewing',
|
||||
link: 'FreeSewing.org/patrons/join',
|
||||
text: 'plugin-annotations:supportFreesewingBecomeAPatron',
|
||||
text: 'plugin-annotations:supportFreeSewingBecomeAPatron',
|
||||
title: false,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue