Replies: 2 comments
-
|
This was because originally during development it didn't matter while I was in English. I knew there would be the request for other languages so I migrated from the snippet_examples folder to the step catalog. I can update the id values into the snippet_examples now, but for making things work with other languages look at the step-catalog-en.json file within I'll have to plan a refactor for supporting multiple languages and duplicating the whole file may not be the best. I'll plan a session with an agent in order to determine the best implementation. Make sure you've pulled down the latest with |
Beta Was this translation helpful? Give feedback.
-
|
I updated the snippet_examples because they are a fallback to the step catalog. Hopefully this will assist with the language support. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the files under
agent/snippet_examples/steps, the XML snippets haveStep.id = 0.In the English version of FileMaker this still works because FileMaker falls back to
Step.name. However, in the French version the snippet does not paste correctly because the step cannot be resolved.If the correct
Step.idis provided, the snippet pastes correctly in both English and French.Is there a reason why
Step.idis left as0in these examples? Do these IDs change between FileMaker versions?Beta Was this translation helpful? Give feedback.
All reactions