1
0
Fork 0

fix: Handle loading of plugin i18n data in workbench

This commit is contained in:
joostdecock 2023-09-06 10:30:52 +02:00
parent 24851967ef
commit 4aa3c2786b
5 changed files with 24 additions and 4 deletions

View file

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

View file

@ -14,7 +14,7 @@ const macroDefaults = {
},
lead: 'FreeSewing',
link: 'FreeSewing.org/patrons/join',
text: 'plugin-annotations:supportFreesewingBecomeAPatron',
text: 'plugin-annotations:supportFreeSewingBecomeAPatron',
title: false,
}